tilecode 0.0.1 copy "tilecode: ^0.0.1" to clipboard
tilecode: ^0.0.1 copied to clipboard

tilecode is hex/binary presentation of map tile id.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tilecode

With Flutter:

 $ flutter pub add tilecode

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

dependencies:
  tilecode: ^0.0.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:tilecode/tilecode.dart';
0
likes
130
points
20
downloads

Publisher

verified publisherpubdev.mattak.dev

Weekly Downloads

tilecode is hex/binary presentation of map tile id.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

tuple

More

Packages that depend on tilecode