stateless-widgets
There are 3 repositories under stateless-widgets topic.
nidhidsharma08121988/flutter_wordPairApp
Making Random Words App to understand and learn Flutter.
trishna456/dart-quiz
This Flutter app is a quiz application developed using Dart. It presents questions, records user answers, and displays the results at the end of the quiz. The app follows Flutter best practices, using stateless and stateful widgets, and state management to ensure a seamless user experience.
trishna456/flutter-dice-roll
This Flutter app allows you to roll a dice at the press of a button. It utilizes Flutter best practices, including state management with setState, and incorporates both stateless and stateful widgets. The app features a gradient background and dynamically updates the dice image based on random dice rolls.