flutter_map_sld_io 0.2.4
flutter_map_sld_io: ^0.2.4 copied to clipboard
File and HTTP loading for flutter_map_sld. Reads SLD/SE styles from local files or remote URLs on Dart VM and server environments.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_map_sld_ioWith Flutter:
$ flutter pub add flutter_map_sld_ioThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_map_sld_io: ^0.2.4Alternatively, 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_io/flutter_map_sld_io.dart';