Flutter Web App Demo
Responsive web app powered by Flutter and Dart.
Contents
- Contents
๐ Featuresโ๏ธ Requirements๐ Develop- ๐ทโ Building with the production JavaScript compiler
๐คท Support๐ License
๐ Features
- photos fetched from a remote free server
- infinity scrolling
- responsive to screen size changes including mobile device orientation changes
- powered by build_value and built_collection
- background JSON parsing
โ๏ธ Requirements
- Flutter: 3.3.0+
- Dart: 2.18.0+
- Flutter & Dart plugins:
๐ Develop
Run you app in Chrome
flutter run -d chrome
To hot restart (and rebuild state), press "R".
๐ทโ Building with the production JavaScript compiler
To enable the release compiler, run.
flutter build web && cp -R build/web/ docs
This will create a build/web
directory with index.html, main.dart.js and the rest of the files needed to run
the application using a static HTTP server.
๐คท Support
Post issues and feature requests on the GitHub issue tracker.
๐ License
Flutter Web App Demo is available under the MIT license. See the LICENSE file for more info.