Installation
Last updated
Was this helpful?
Last updated
Was this helpful?
FMTC is licensed under GPL-v3.
If you're developing an application that isn't licensed under GPL, this affects you and your application's legal right to distribution. For more information, please see (Proprietary) Licensing.
Looking to start using FMTC in your project? Check out the Quickstart guide!
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:
If you urgently need the latest version, a specific branch, or a specific fork, you can use this method.
First, add the normal dependency following the From pub.dev instructions. Then, add the following lines to your pubspec.yaml file under the dependencies_override
section:
After installing the package, import it into the necessary files in your project:
Also ensure you've followed flutter_map's installation instructions!