Skip to content

wichit2s/flutter_app

Repository files navigation

CSUBU Flutter App

A starter project for teaching application development with flutter in computer science program at UBU #cs-ubu

See https://github.com/flutter/flutter/wiki/Desktop-shells

Modified from https://github.com/google/flutter-desktop-embedding

Preparation

Install flutter sdk

https://flutter.dev/docs/get-started/install

Change channel to master

flutter channel master

Linux

flutter config --enable-linux-desktop
flutter precache --linux

MacOS

flutter config --enable-macos-desktop
flutter precache --macos

Windows

flutter config --enable-windows-desktop
flutter precache --windows

Fetching Packages

flutter packages get

Starting Application

flutter run -d emulator-5554
flutter run -d Linux

About

CSUBU flutter app with support for desktop device for linux windows and macos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published