Rokwire services Flutter plugin for Flutter bases client applications. Powered by the Rokwire Platform.
Flutter v3.24.0
Android Studio 2021.3.1+
xCode 14.2
CocoaPods 1.11.3+
Rokwire font_awesome_flutter directory is used by the Rokwire plugin for custom implementation of font_awesome_flutter plugin. It should be located in the plugins/font_awesome_flutter
subdirectory of the plugin's root project directory. If it does not exist you need to clone it manually.
cd app-flutter-plugin/plugins
git clone https://github.com/rokwire/font_awesome_flutter.git font_awesome_flutter
If font_awesome_flutter
pro repo is not available then use the regular font_awesome_flutter
plugin in pubspec.yaml:
font_awesome_flutter: ^10.6.0
...
# dependency_overrides:
# font_awesome_flutter:
# path: plugins/font_awesome_flutter
git submodule add https://github.com/rokwire/services-flutter-pligin.git <plugin-name>
rokwire_plugin:
path: <plugin-name>