Install Feathers UI for Haxe and OpenFL
The current version of Feathers UI for Haxe and OpenFL is v1.3.0. It may be installed from Haxelib.
Prerequisites
Install
In a terminal, use the haxelib install command to install Feathers UI from Haxelib.
haxelib install feathersui
This command will automatically install any required dependencies, including OpenFL. If this is the first time OpenFL has been installed on your computer, you should also run its setup command.
haxelib run openfl setup
Update
When a new version of Feathers UI is released, you can upgrade by running the haxelib update command.
haxelib update feathersui
Next Steps
Now that Feathers UI and its dependencies are installed, you can create a project in your favorite editor.