All Projects → minikin → Flutter Web Demo

minikin / Flutter Web Demo

Licence: mit
🌍 Responsive web app powered by Flutter and Dart

Programming Languages

javascript
184084 projects - #8 most used programming language
dart
5743 projects

Projects that are alternatives of or similar to Flutter Web Demo

Pillar Valley
👾A cross-platform video game built with Expo, three.js, and Firebase! 🎮🕹
Stars: ✭ 242 (+39.88%)
Mutual labels:  cross-platform, website
Wedding
A basic wedding website I created for myself and Bec using the Bulma CSS framework, Particles.js, jQuery.countdown, Google Satisfy Font and FontAwesome icons.
Stars: ✭ 26 (-84.97%)
Mutual labels:  website, responsive
Flexi
Just a layout framework. Design for cross-platform with ease.
Stars: ✭ 220 (+27.17%)
Mutual labels:  cross-platform, responsive
Universal Dashboard
Build beautiful websites with PowerShell.
Stars: ✭ 408 (+135.84%)
Mutual labels:  cross-platform, website
Flutterwebsite
The flutter.dev website recreated in Flutter. https://gallery.codelessly.com/flutterwebsites/flutterwebsite
Stars: ✭ 76 (-56.07%)
Mutual labels:  website, responsive
Jekyll Theme Yat
🎨 Yet another theme for elegant writers with modern flat style and beautiful night/dark mode.
Stars: ✭ 113 (-34.68%)
Mutual labels:  website, responsive
englishextra.github.io
English Grammar for Russian-Speakers, a PWA website + SPA
Stars: ✭ 19 (-89.02%)
Mutual labels:  website, responsive
Responsiveframework
Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/
Stars: ✭ 476 (+175.14%)
Mutual labels:  website, responsive
Quick Free Bootstrap Theme
Free Bootstrap 4 Theme perfect for building responsive, mobile-first projects on the web suitable for businesses, startups, and agencies.
Stars: ✭ 31 (-82.08%)
Mutual labels:  website, responsive
Portfolio one Page Template
Free responsive one page portfolio template
Stars: ✭ 106 (-38.73%)
Mutual labels:  website, responsive
Studorlio
Portfolio website template
Stars: ✭ 141 (-18.5%)
Mutual labels:  website, responsive
Dvc.org
🔗 DVC website and documentation
Stars: ✭ 171 (-1.16%)
Mutual labels:  website
Battery
cross-platform, normalized battery information library
Stars: ✭ 170 (-1.73%)
Mutual labels:  cross-platform
Admin Template
JSF responsive admin template based on Bootstrap and AdminLTE
Stars: ✭ 170 (-1.73%)
Mutual labels:  responsive
Covscript
Covariant Script Interpreter
Stars: ✭ 169 (-2.31%)
Mutual labels:  cross-platform
Alimer
Cross-platform game engine.
Stars: ✭ 172 (-0.58%)
Mutual labels:  cross-platform
Confetti.js
A simple confetti animation for your website :)
Stars: ✭ 170 (-1.73%)
Mutual labels:  website
Timelapse
🎬 Native macOS app for recording timelapse videos of your desktop.
Stars: ✭ 169 (-2.31%)
Mutual labels:  cross-platform
Robot Js
Native system automation for node.js
Stars: ✭ 169 (-2.31%)
Mutual labels:  cross-platform
Tutorials.ubuntu.com
Stars: ✭ 169 (-2.31%)
Mutual labels:  website

Flutter Web App Demo

Responsive web app powered by Flutter and Dart.

Flutter Web App Demo is released under the MIT license. Current Build Status. PRs welcome!

Flutter Web App Demo is released under the MIT license.

Contents

📋 Features

⚙️ Requirements

🎉 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.

🤷‍♀️ FAQ

Read more about Flutter for web

If you have any questions ping me on twitter: @minikin

⛑Troubleshooting

In case of some errors try to run:

flutter clean

If you catch an error like this:

flutter packages pub global run webdev serve -r
webdev could not run for this project.
Could not find a file named "pubspec.yaml" in "/Users/JohnDoe/flutter/.pub-cache/hosted/pub.dartlang.org/built_value-6.7.1".
pub finished with exit code 78

try to run:

pub cache repair

This project use built_value and built_collection as dependencies so you might need to run command below before to start a web server:

flutter packages pub run build_runner build --delete-conflicting-outputs

📄 License

Flutter Web App Demo is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].