flutter_map_sld 0.5.1 copy "flutter_map_sld: ^0.5.1" to clipboard
flutter_map_sld: ^0.5.1 copied to clipboard

Parse, validate, and use OGC Styled Layer Descriptor (SLD) and Symbology Encoding (SE) styles in Dart. Raster-first, pure Dart, no Flutter dependency.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_map_sld

With Flutter:

 $ flutter pub add flutter_map_sld

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

dependencies:
  flutter_map_sld: ^0.5.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:flutter_map_sld/flutter_map_sld.dart';
0
likes
160
points
408
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Parse, validate, and use OGC Styled Layer Descriptor (SLD) and Symbology Encoding (SE) styles in Dart. Raster-first, pure Dart, no Flutter dependency.

Repository (GitHub)
View/report issues

Topics

#gis #sld #ogc #geospatial #mapping

License

MIT (license)

Dependencies

gml4dart, xml

More

Packages that depend on flutter_map_sld