A card navigation extends from Flutter official demo
Home | transition | Page |
---|---|---|
You can follow these instructions to build the gallery app and install it onto your device.
If you are new to Flutter, please first follow the Flutter Setup guide.
cd $APP_ROOT
flutter upgrade
flutter run --release
The flutter run --release
command both builds and installs the Flutter app.