A collection of small experiments and playground apps using Flutter.
Each folder explores a single concept — state management, animations, isolates, custom rendering, etc.
These are learning playgrounds and prototypes, not production-ready apps.
- Each experiment is a standalone Flutter app inside its own folder:
YYYY-MM-topic-slug
- Each includes a
README.md
with quick notes and run commands - CI runs
flutter analyze
andflutter test
for all experiments
2025-08-riverpod-vs-bloc
— Example (More experiments coming soon…)
# install dependencies
flutter pub get
# run a specific experiment
cd 2025-08-riverpod-vs-bloc
flutter run