You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/experimental/web_dashboard
Brett Morgan baa1f976b2
Samples maintenance (#435)
5 years ago
..
android add web_dashboard API (#333) 5 years ago
ios add web_dashboard API (#333) 5 years ago
lib remove navigation rail, update adaptive scaffold (#404) 5 years ago
test add web_dashboard API (#333) 5 years ago
web add web_dashboard API (#333) 5 years ago
.gitignore add web_dashboard API (#333) 5 years ago
.metadata add web_dashboard API (#333) 5 years ago
README.md Update README.md (#422) 5 years ago
pubspec.lock Samples maintenance (#435) 5 years ago
pubspec.yaml add web_dashboard API (#333) 5 years ago

README.md

web_dashboard

In progress

A dashboard app that displays daily entries.

  1. How to use an AdaptiveScaffold adaptive layout for large, medium, and small screens.
  2. How to use Firebase Cloud Firestore database with Google Sign-In.
  3. How to use charts to display data.
  4. (in progress) How to set up routing for a web app

This app is web-first, and isn't guaranteed to run on iOS, Android or desktop platforms.

Running

Normal mode (DDC):

flutter run -d chrome

Skia / CanvasKit mode:

flutter run -d chrome --release --dart-define=FLUTTER_WEB_USE_SKIA=true