A collection of Flutter screens for purposes of learning and experimenting with Flutter and various packages.
https://alienspaces.github.io/flutter-exploration
Most examples work with web support.
- Fork this repository
- Install Flutter (See notes below)
flutter run --debug --hot- Explore, experiment, have fun!
Install Flutter manually by cloning the git repository so the Flutter version can be set specifically.
Flutter stable channel version 2.0.5.
flutter channel stable
Many examples have been manually reproduced and then further enhanced from the following sources: