Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
WIP: Flutter template
- Host: GitHub
- URL: https://github.com/ymdarake/flutter_template
- Owner: ymdarake
- Created: 2020-03-01T06:19:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T12:38:33.000Z (almost 5 years ago)
- Last Synced: 2024-11-15T18:12:21.597Z (3 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.