map_app 0.1.0
map_app: ^0.1.0 copied to clipboard
A very simple flutter application for map usage, it uses mapbox_maps_flutter dependency to implements map rendering
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add map_appThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
map_app: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:map_app/example.dart';
import 'package:map_app/hello_world_example.dart';
import 'package:map_app/local_server.dart';
import 'package:map_app/main.dart';
import 'package:map_app/offline_map_example.dart';
import 'package:map_app/online_map_example.dart';
import 'package:map_app/simple_map_example.dart';
import 'package:map_app/track_player_example.dart';
import 'package:map_app/user_location_example.dart';
import 'package:map_app/util.dart';