Getting Started

Thermion currently requires the Flutter master channel with the native-assets experiment enabled.

  1. Switch to Flutter master channel, upgrade Flutter, create a new project, then add thermion_flutter as a dependency
$ flutter channel master
$ flutter upgrade
$ flutter config --enable-native-assets  
$ cd your_flutter_project
$ flutter pub add thermion_flutter
  1. If running on iOS or MacOS, change the minimum deployment target to OSX 13