Installation
Looking to start using FMTC in your project? Check out the Quickstart guide!
FMTC is currently somewhat unstable for applications with a wide public reach, due to some issues with the Isar dependency.
v8 is much more stable than v7.
For more information about what this means, see Isar Stability Issues.
Depend On
From pub.dev
This is the recommended method of installing this package as it ensures you only receive the latest stable versions, and you can be sure pub.dev is reliable.
Just import the package as you would normally, from the command line:
From github.com
If you urgently need the latest version, a specific branch, or a specific fork, you can use this method.
Commits available from Git (GitHub) may not be stable. Only use this method if you have no other choice.
Add the following lines to your pubspec.yaml file under the 'dependencies_override' section:
Import
After installing the package, import it into the necessary files in your project:
Last updated