Hangar (3.0?) for Android -- rewritten in Kotlin and Flutter Currently a WIP rebuild of the original Hangar
- Ability to change the 'switch page' icon
- App shortcuts/Stats widgets
The motivation behind this rewrite is explained in this youtube video!
There are a few glitches and gotchas that seem to happen (currently) when your Android app has a Flutter module.
- Set the
sdk.dir
andflutter.sdk
variables inapp/settings/.android/local.properties
to reflect where you have the Android SDKs and flutter SDK installed respectively. - If you wish to use Flutter hot reload, run
flutter attach
inapp/settings
before running a debug build. - Dart support seems to randomly switch off in Android Studio. Enable to fix.
- Occasionally the
io.flutter.plugins.GeneratedPluginRegistrant
import inMainActivity
will fail to be found by Android Studio. Gradle sync will look like it's succeeding but you'll see the pinned message that it has failed. Restarting Android Studio seems to fix this.