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.
- Make sure to read the contributing guidelines before contributing.
- Clone the repository
$ git clone https://github.com/gdscbvppune/Flutter-Hacktoberfest-21.git
- Create a new dart file for the widget being added under
lib/pages/
- Create a file named page_your_github_username and implement the page
- Add a new route in
lib/homepage.dart
drawer for opening the page.