Set of repositories, links and tutorial to be used in training services, from basic to advanced.
- Dart Basics (Examples, Cheatsheets and Exercises)
- A tour of the Dart language
- Dart Complete Course - Flutterly
- Build your first layout
- Adding Interactivity to your Flutter App
- Create your Form
- Adding Assets and Images
- Add your custom font
- Navigation between Pages
- How to handle Lists
- JSON serialization
- Official Documentation
- ValueNotifier Playlist Series (PT-BR)
- ValueListenableBuilder (Widget of the week)
- Official Documentation
- Creating Mocks in Dart using Mocktail
- Flutter Testing Guide for Beginners
- Flutter Explained - Unit Testing
- Unit Testing Flutterando Playlist (PT-BR)
- Animations Tutorial Guide
- How to make animations in the right way
- All about animations (PT-BR)
- Custom Switcher using animations (PT-BR)
- Official Documentation
- A Guide to Flutter Localization
- Internationalization User Guide
- Flutter internationalization with .arb files