This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
samystudio edited this page Feb 18, 2016
·
59 revisions
Flair is a gradle plugin that help you build Adobe AIR projects (ios, android and desktop). Flair comes up with all tasks you may already use with Ant (compile, install, launch, etc...) but also with all files you need to start working on your projects. Last but not least Flair greatly improves resource management using an Android like approach.
#####FEATURES :
- Comes up with latest stable version of Starling and Feathers (as actionscript libraries).
- Almost transparent Flair actionscript library to manage your resources.
- Once you're set up you'll be able to compile/test a template project.
- TexturePacker plugin to auto generate your atlases when compiling.
- IntelliJ IDEA plugin to allow using standard run/debug configurations from IDEA.
- And more (Flair logger, asdoc generation , R class auto generated resource class as Android, ...).
#####INSTALLATION
#####SCAFFOLD (PROJECT STRUCTURE)
#####GRADLE
- Tasks
- Properties
- Platform variants
- Build type variants
- Product flavor variants
- Variant folders
- Dependencies (Add your own sources, libraries, assets, etc... using different folders than default ones)
#####RESOURCE MANAGEMENT (FLAIR ACTIONSCRIPT LIBRARY)
#####ADDITIONAL PLUGINS
#####EXAMPLES
- Create a testflight build type for iOS
- Use different Distriqt (native extensions provider) keys for debug and production releases
- Package some native extensions with Android only
#####SUPPORT