Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazelu/theexcitingfluttershow
Experimental series where I delve into very well known (and less known) widgets, exploring their capabilities and sharing the exciting spoils I find.
https://github.com/crazelu/theexcitingfluttershow
Last synced: 25 days ago
JSON representation
Experimental series where I delve into very well known (and less known) widgets, exploring their capabilities and sharing the exciting spoils I find.
- Host: GitHub
- URL: https://github.com/crazelu/theexcitingfluttershow
- Owner: Crazelu
- Created: 2023-06-12T01:18:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-24T23:12:51.000Z (6 months ago)
- Last Synced: 2024-10-09T09:02:14.078Z (about 1 month ago)
- Language: C++
- Size: 818 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Exciting Flutter Show
The Exciting Flutter Show is a series that explores less known features and concepts in Flutter and Dart (as well as the common ones with hidden 'gems'). The series aims to present Flutter developers with fresh knowledge of existing concepts in the ecosystem that they can leverage to build great apps.
## Episodes
[![alt text][1.1]][1]
[1.1]: https://raw.githubusercontent.com/Crazelu/TheExcitingFlutterShow/main/assets/youtube.png (Watch on YouTube)
[1]: https://www.youtube.com/playlist?list=PLllb1PeL7qK-3UjO4wBkU-V-XqskGBY6q
- [Epispode 01: Exploring UndoHistoryController and TextEditingController](https://github.com/Crazelu/TheExcitingFlutterShow/tree/main/episode1)
- [Epispode 02: Keyboard and Text Editing Autocompletion](https://github.com/Crazelu/TheExcitingFlutterShow/tree/main/episode2)
- [Epispode 03: Testing AppLifecycleState Changes in Flutter](https://github.com/Crazelu/TheExcitingFlutterShow/tree/main/episode3)