🌍 Responsive web app powered by Flutter and Dart

Overview

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.

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

You might also like...

A new handy and powerful Android phone assistant, powered by Flutter.

A new handy and powerful Android phone assistant, powered by Flutter.

AirController is a powerful, handy, and cross-platform desktop application, it can manage your android phone easily without connecting to a computer.

Jan 3, 2023

This is a simple client of Reddit built with MVVM and Provider powered by a custom OAuth2.0 login

πŸ‘· πŸ”§ πŸ”© Flutter Starter Architecture (MVVM + Hive) My custom starter project for Flutter apps. I was looking for a simple way to build Flutter app in

Oct 26, 2022

Sexy and beautiful wallpapers for your Android-powered device! :black_heart:

Sexy and beautiful wallpapers for your Android-powered device! :black_heart:

BLACK UNICORN WALLPAPERS πŸ–€ Sexy and beautiful wallpapers for your Android-powered device! πŸ–€ About πŸ“š I've always wanted to write an app that had sex

Jun 13, 2022

This is a simple client of Reddit built with MVVM and Provider powered by a custom OAuth2.0 login

πŸ‘· πŸ”§ πŸ”© Flutter Starter Architecture (MVVM + Hive) My custom starter project for Flutter apps. I was looking for a simple way to build Flutter app in

Oct 26, 2022

Safe is an open source mobile platorm to discretely capture incidents with ease, powered by an SMCE written in native Swift and Kotlin.

Safe is an open source mobile platorm to discretely capture incidents with ease, powered by an SMCE written in native Swift and Kotlin.

Safe A powerful tool for personal and community safety. joinsafe.me Β» Available for iOS & Android ~ Links will be added once a release is available. ~

Oct 26, 2022

NetcastsOSS - Podcasts (netcasts) consumer app powered by open source software, by Flutter

NetcastsOSS - Podcasts (netcasts) consumer app powered by open source software, by Flutter

Netcasts OSS Simple podcasts (netcasts) management powered by open source software Homepage Drawer Explore Discover Podcast Episodes Player Settings W

Sep 16, 2022

TraWell App - your Smart trawell buddy, Powered by AI

TraWell App - your Smart trawell buddy, Powered by AI

TraWell App your Smart trawell buddy, Powered by AI. View Demo Β· Report Bug Β· Request Feature About The Project TraWell comes with a cross platform mo

Dec 16, 2022

A simple log catch server powered by flutter.

flutter_logcat A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started i

Jan 9, 2022

MQuote provides you +700 Motivational & Inspirational quotes by famous authors, celebrities. Powered by Flutter

MQuote provides you +700 Motivational & Inspirational quotes by famous authors, celebrities. Powered by Flutter

MQuote MQuote provides you +700 Motivational & Inspirational quotes by famous authors, celebrities. you can select your favorite quotes, you can share

Jan 27, 2022
Comments
  • Seems to require --delete-conflicting-outputs option

    Seems to require --delete-conflicting-outputs option

    Only works with flutter packages pub run build_runner build --delete-conflicting-outputs Possible reason: this issue

    To Reproduce Trying the flutter packages pub global run webdev build:

    ➜  flutter-web-demo git:(master) βœ— flutter packages pub global run webdev build
    [WARNING] Configuring `build_vm_compilers:entrypoint` in target `flutter_web_demo:flutter_web_demo` but this is not a known Builder
    [INFO] Found 2 declared outputs which already exist on disk. This is likely because the`.dart_tool/build` folder was deleted, or you are submitting [SEVERE] Conflicting outputs were detected and the build is unable to prompt for permission to remove them. These outputs must be removed manually or the build can be run with `--delete-conflicting-outputs`. The outputs are: lib/models/serializers.g.dart
    [INFO] Unhandled exception:
    Bad state: Unable to start build daemon.
    #0      _handleDaemonStartup (package:build_daemon/client.dart:52:5)
    <asynchronous suspension>
    #1      BuildDaemonClient.connect (package:build_daemon/client.dart:142:11)
    <asynchronous suspension>
    #2      connectClient (package:webdev/src/daemon_client.dart:17:23)
    #3      BuildCommand.run (package:webdev/src/command/build_command.dart:56:26)
    <asynchronous suspension>
    #4      CommandRunner.runCommand (package:args/command_runner.dart:196:27)
    <asynchronous suspension>
    #5      _CommandRunner.runCommand (package:webdev/src/webdev_command_runner.dart:38:24)
    <asynchronous suspension>
    #6      CommandRunner.run.<anonymous closure> (package:args/command_runner.dart:111:29)
    #7      new Future.sync (dart:async/future.dart:224:31)
    #8      CommandRunner.run (package:args/command_runner.dart:111:11)
    #9      run (package:webdev/src/webdev_command_runner.dart:19:56)
    #10     main (file:///Users/in/Library/flutter/.pub-cache/hosted/pub.dartlang.org/webdev-2.0.5/bin/webdev.dart:17:22)
    <asynchronous suspension>
    #11     _startIsolate.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:298:32)
    #12     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:171:12)
    pub finished with exit code 255
    

    Info:

    ➜  flutter-web-demo git:(master) βœ— flutter --version
    Flutter 1.5.4-hotfix.2 β€’ channel stable β€’ https://github.com/flutter/flutter.git
    Framework β€’ revision 7a4c33425d (3 weeks ago) β€’ 2019-04-29 11:05:24 -0700
    Engine β€’ revision 52c7a1e849
    Tools β€’ Dart 2.3.0 (build 2.3.0-dev.0.5 a1668566e5)
    
    opened by ilyannn 2
Owner
Sasha Prokhorenko
Software engineer & occasional sound producer.
Sasha Prokhorenko
A WebLN interface for creating Bitcoin Lightning powered web applications.

A package that helps you to interact with WebLN providers by providing a FlutterWebln interface for creating Bitcoin Lightning powered web application

Aniket Ambore 2 Sep 19, 2022
A responsive scaffold widget that adjusts to your device size, for your flutter mobile and web apps.

scaffold_responsive A responsive scaffold widget that adjusts to your device size, for your flutter mobile and web apps. Check out the Live demo here

Tushar Sadhwani 9 Sep 27, 2022
Example implementation of Responsive Screen for Mobile, Tablet, Web, and Desktop in Flutter

flutter_responsive A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you start

R. Rifa Fauzi Komara 7 Oct 12, 2022
Webresponsivo - A Responsive Web App Built With Flutter

Try the web app here ?? License Copyright (c) 2020 Souvik Biswas Permission is h

null 2 Jul 17, 2022
Responsive Blog Theme using Flutter | Web, macOS, Android, iOS

Responsive Blog Theme using Flutter | Web, macOS, Android, iOS Watch it on YouTube Packages we are using: flutter_svg: link get: link Flutter recently

Abu Anwar 196 Dec 9, 2022
Flutter Facebook Responsive UI - Web & Mobile: Android | IOS

Facebook Clone Responsive UI - Flutter Web & Mobile: IOS | Android Web Version with Flutter! This web version uses flutter. Mobile Version: Android |

Luan Batista 24 Jan 3, 2023
Responsive Full Stack Reddit Clone - Works on Android, iOS & Web! built with Flutter πŸš€πŸ’™

?? ??️ ?? ??️ ?? ??️ ?? ??️ UNDER CONSTRUCTION ?? ??️ ?? ??️ ?? ??️ ?? ??️ Reddit Clone ?? ?? Responsive Full Stack Reddit Clone - Works on Android, i

SOLOMON ABUH 3 Dec 15, 2022
IoTF app is a smart farming app for IoT and AI-powered tomato plant disease detection. It is built with Flutter and uses Firebase as its backend.

Internet of Tomato Farming IoTF app is a smart farming app for IoT and AI-powered tomato plant disease detection. It is built with Flutter and uses Fi

ILYAS IMZAGNAN 4 Dec 9, 2022
A note-taking app powered by Google services such as Google Sign In, Google Drive, and Firebase ML Vision.

Smart Notes A note-taking app powered by Google services such as Google Sign In, Google Drive, and Firebase ML Vision. This is an official entry to Fl

Cross Solutions 88 Oct 26, 2022