An open API service indexing awesome lists of open source software.

https://github.com/andhikayuana/flutter-basic

Flutter Basic Demonstrations
https://github.com/andhikayuana/flutter-basic

flutter flutter-app flutter-apps flutter-demo flutter-examples

Last synced: 4 months ago
JSON representation

Flutter Basic Demonstrations

Awesome Lists containing this project

README

          

# flutter_basic

Flutter Basic Demo

## Getting Started

- clone this project
- install the dependencies `flutter pub get`
- run the application `flutter run`

## Table of Contents

1. [Basic](https://github.com/andhikayuana/flutter-basic/tree/1-basic)
2. Card Widget
3. Drawer Widget
4. BottomNavigationBar
5. TabBar Widget
6. Stepper Widget
7. Form Widget
8. Checkbox, Switch, Slider, and Radio
9. DateTimerPicker
10. Simple Dialog
11. SnackBar Widget
12. BottomSheet
13. ?

## Additional Info

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.