This is a demo project for flair-gradle-plugin using Starling original demo. Starling demo sources have also been modify to include Feathers Screen navigation (and layout) since Flair relies on Feathers Screen to manage resources.
After you checked out project from IntelliJ, you need to initialize gradle.
Open gradle panel on the right and click refresh button
.
An error should be display at the bottom Error:Cannot find AIR SDK home, set a valid AIR SDK home from your local.properties file under project root. You need to set your AIR SDK path from local.properties file just created in your project tree on the left (if you can't see that file created at your project root try refreshing your project tree ).
After setting your AIR SDK path refresh gradle again from gradle panel an that's it!
You can run project using gradle task from gradle panel under launch directory or even use IntelliJ run configuration generated by Flair plugin.
For a complete Flair guide check its wiki.