A widget directory with implementation samples

  Widgets

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

  1. Make sure to read the contributing guidelines before contributing.
  2. Clone the repository $ git clone https://github.com/ACM-VIT/fludget
  3. Create a new dart file for the widget being added under lib/routes/
  4. Create a class named WidgetSample and implement the widget
  5. Add a new ListTile in lib/homepage.dart for the widget

Download source code on GitHub

https://github.com/ACM-VIT/fludget