Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.1 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.1 KB

DSC Flutter app

Browse through a variety of widgets used in flutter


This application is developed to learn Flutter. Different widgets used in flutter can be viewed in this app along with their implementation. This application is will be used to give information about DSC BVP pune. It will feature information like upcoming events, about, team members info, etc.

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/gdscbvppune/Flutter-Hacktoberfest-21.git
  3. Create a new dart file for the widget being added under lib/pages/
  4. Create a file named page_your_github_username and implement the page
  5. Add a new route in lib/homepage.dart drawer for opening the page.

Authors