dart_crs 1.0.0 copy "dart_crs: ^1.0.0" to clipboard
dart_crs: ^1.0.0 copied to clipboard

This package extends proj4dart by embedding the EPSG Geodetic Parameter Dataset maintained by the Geodesy Subcommittee of the IOGP Geomatics Committee.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_crs

With Flutter:

 $ flutter pub add dart_crs

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

dependencies:
  dart_crs: ^1.0.0

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:dart_crs/dart_crs.dart';
1
likes
0
points
30
downloads

Publisher

verified publisherredfishresearch.com

Weekly Downloads

This package extends proj4dart by embedding the EPSG Geodetic Parameter Dataset maintained by the Geodesy Subcommittee of the IOGP Geomatics Committee.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_archive, path, proj4dart, sqflite

More

Packages that depend on dart_crs