Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 356 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 356 Bytes

ioniconf_2021_flutter

Recommend using FVM to manage your flutter version.

fvm use 2.2.1

We're using html as a web-renderer instead of canvas kit.

fvm flutter pub get
fvm flutter pub run build_runner build --delete-conflicting-outputs # this will generate the code once
fvm flutter run -d chrome --web-renderer html