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
- Host: GitHub
- URL: https://github.com/andhikayuana/flutter-basic
- Owner: andhikayuana
- Created: 2019-10-17T11:26:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T14:33:46.000Z (almost 6 years ago)
- Last Synced: 2025-01-18T03:45:53.638Z (9 months ago)
- Topics: flutter, flutter-app, flutter-apps, flutter-demo, flutter-examples
- Language: Dart
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.