Fludget
Browse through a variety of widgets used in flutter
This application is developed to learn Flutter using Flutter. Different widgets used in flutter can be viewed in this app along with their implementation.
Contribute by adding new sample pages for different widgets
- Make sure to read the contributing guidelines before contributing.
- Clone the repository
$ git clone https://github.com/ACM-VIT/fludget
- Create a new dart file for the widget being added under
lib/routes/
- Create a class named WidgetSample and implement the widget
- Add a new ListTile in
lib/homepage.dart
for the widget
Download source code on GitHub
https://github.com/ACM-VIT/fludget
Provides the list of the opensource Flutter apps collection with GitHub repository.