https://github.com/minikin/flutter-web-demo
🌍 Responsive web app powered by Flutter and Dart
https://github.com/minikin/flutter-web-demo
cross-platform dart flutter flutter-examples html javascript responsive web website
Last synced: about 1 month ago
JSON representation
🌍 Responsive web app powered by Flutter and Dart
- Host: GitHub
- URL: https://github.com/minikin/flutter-web-demo
- Owner: minikin
- License: mit
- Created: 2019-05-08T07:24:41.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T11:39:45.000Z (about 1 year ago)
- Last Synced: 2025-04-09T19:16:58.359Z (about 1 month ago)
- Topics: cross-platform, dart, flutter, flutter-examples, html, javascript, responsive, web, website
- Language: C++
- Homepage: https://minikin.github.io/flutter-web-demo
- Size: 34.1 MB
- Stars: 210
- Watchers: 6
- Forks: 52
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Flutter Web App Demo
Responsive web app powered by Flutter and Dart.## Contents
- [Contents](#contents)
- [📋 Features](#-features)
- [⚙️ Requirements](#️-requirements)
- [🎉 Develop](#-develop)
- [👷 Building with the production JavaScript compiler](#-building-with-the-production-javascript-compiler)
- [🤷 Support](#-support)
- [📄 License](#-license)## 📋 Features
- photos fetched from a [remote free server](https://picsum.photos/)
- infinity scrolling
- responsive to screen size changes including mobile device orientation changes
- powered by [build_value](https://pub.dev/packages/built_value) and [built_collection](https://pub.dev/packages/built_collection)
- background JSON parsing## ⚙️ Requirements
- Flutter: 3.3.0+
- Dart: 2.18.0+
- Flutter & Dart plugins:
- [Visual Studio Code](https://flutter.dev/docs/get-started/editor?tab=androidstudio)
- [Android Studio / IntelliJ](https://flutter.dev/docs/get-started/editor?tab=vscode)## 🎉 Develop
Run you app in Chrome
```sh
flutter run -d chrome
```To hot restart (and rebuild state), press "R".
## 👷 Building with the production JavaScript compiler
To enable the release compiler, run.
```sh
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](https://github.com/minikin/flutter-web-demo/issues).
## 📄 License
Flutter Web App Demo is available under the MIT license.
See the [LICENSE](https://github.com/minikin/flutter-web-demo/blob/master/LICENSE) file for more info.