Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
SamYStudiO edited this page Mar 13, 2016 · 59 revisions

Flair is a gradle plugin that helps 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.
  • Variant builds (build type and product flavor as Android).
  • TexturePacker plugin to auto generate your atlases when compiling.
  • IntelliJ IDEA plugin to configure project IDEA files and allow using standard run/debug configurations from IDEA.
  • FDT plugin to configure project FDT files and allow using standard run/debug configurations from FDT.
  • And more (Flair logger, asdoc generation , R class auto generated resource class as Android, ...).

#####INSTALLATION

#####SCAFFOLD (PROJECT STRUCTURE)

#####GRADLE

#####RESOURCE MANAGEMENT (FLAIR ACTIONSCRIPT LIBRARY)

#####ADDITIONAL PLUGINS

#####EXAMPLES

#####SUPPORT