Skip to content

ymdarake/flutter_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.