2019 - Additional workshop based of mjohnsullivan's repo
This is my own Flutter widget workshops based of this forked repo.
- http (2019/http_example)
- layouts (2019/layouts_example)
- lists (2019/lists_example)
- dyanmic lists (2019/dynamic_lists_example)
- stacks (2019/stacks_example)
- json parsing (2019/json_parsing_example)
- streams (2019/streams_example)
- buttom nav bar (2019/buttom_nav_bar_example)
- modal bottom sheet (2019/modal_bottom_sheet_example)
- presistent bottom sheet (2019/presistent_bottom_sheet_example)
- page view (2019/page_view_example)
- align (2019/align_example)
- slivers (2019/slivers_example)
- Stateful Widget (/stateful_widget_example)
- Stateless Widget (/stateless_widgets_example)
- GridView Widget (/gridview_widget_example)
- Theming (/theming_example)
- Tabs (/tabs_example)
- Stepper (/stepper_example)
- Snackbar (/snackbar_example)
- ListView (/listview_example)
- HTTP/GET (/http_get_example)
- Gradient (/gradient_example)
- EditText (/edittext_example)
- Custom Fonts (/custom_fonts_example)
- Bottom NavBar (/bottom_navbar_example)
- Alert Dialog (/alert_dialog_example)
- Tips Calculator (/tips_cal_example)
- Material App's Hello World (/materialapp_helloworld_example)
- Presist Key Value (/presist_key_value_example)
- Navigation Drawer (/nav_drawer_example)
- Local JSON (/local_json_example)
- Local Image (/local_image_example)
- Infinite List (/infinite_list_example)
- Online Image Example (/online_image_example)
- Routes (/routes_example)
- Google Sign-In (/google_signin_example)
- Splash Screen (/splash_screen_example)
- DropDown Button (/dropdown_button_example)