Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.01 KB

File metadata and controls

33 lines (20 loc) · 1.01 KB

Flutter Exploration

A collection of Flutter screens for purposes of learning and experimenting with Flutter and various packages.

Resulting Application

https://alienspaces.github.io/flutter-exploration

Most examples work with web support.

Get Started

  • Fork this repository
  • Install Flutter (See notes below)
  • flutter run --debug --hot
  • Explore, experiment, have fun!

Flutter Installation

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

Flutter Sources

Many examples have been manually reproduced and then further enhanced from the following sources: