Skip to content

vantian/lab-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

lab-flutter

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.

🔍 Structure

  • 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 and flutter test for all experiments

📂 Experiments

  • 2025-08-riverpod-vs-bloc — Example (More experiments coming soon…)

🚀 How to Run

# install dependencies
flutter pub get

# run a specific experiment
cd 2025-08-riverpod-vs-bloc
flutter run

About

Flutter experiments — state management, UI patterns, animations, and device features

Resources

Stars

Watchers

Forks