Installating the SDK
Last updated
Last updated
Ensure you have Flutter installed and set up in your environment. For installation instructions, visit the .
Run this command:
With Flutter:
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Now in your Dart code, you can use: