https://github.com/ymdarake/flutter_template
WIP: Flutter template
https://github.com/ymdarake/flutter_template
animation calendar dark-theme flutter flutter-starter flutter-template flutter-ui flutter-widgets infinite-scroll transition
Last synced: 4 months ago
JSON representation
WIP: Flutter template
- Host: GitHub
- URL: https://github.com/ymdarake/flutter_template
- Owner: ymdarake
- Created: 2020-03-01T06:19:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T12:38:33.000Z (about 5 years ago)
- Last Synced: 2025-01-16T06:31:04.641Z (5 months ago)
- Topics: animation, calendar, dark-theme, flutter, flutter-starter, flutter-template, flutter-ui, flutter-widgets, infinite-scroll, transition
- Language: Dart
- Homepage:
- Size: 65.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_template
Flutter starter template including:
- Screens:
- AppBar with **`AnimatedIcon`**
- **`Calendar with infinite scrolling.`**
- Widgets:
- **`CircleButton`**
- BottomNavigationBar with page-switching management.
- Route Transitions:
- **`FadeTransition`**
- **`SlideLeftTransition`**
- **`SlideUpTransition`**
- Color Theme
- **`Dark Theme`** with `Provider`, `ChangeNotifier`, `Consumer`.
- **`Custom Swatch`**
- Others:
- Ideas to implement routes.