static_map 0.1.1 copy "static_map: ^0.1.1" to clipboard
static_map: ^0.1.1 copied to clipboard

Quickly generate static maps for your app.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add static_map

With Flutter:

 $ flutter pub add static_map

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  static_map: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:static_map/static_map.dart';
12
likes
0
pub points
62%
popularity

Publisher

verified publisherjourney.tech

Quickly generate static maps for your app.

Homepage

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on static_map