Installation
Depend On
From pub.dev
flutter pub add flutter_map_tile_caching
flutter pub add fmtc_plus_background_downloading # OPTIONAL
flutter pub add fmtc_plus_sharing # OPTIONALFrom github.com
Import
Last updated
Was this helpful?
Was this helpful?
dependency_overrides:
flutter_map_tile_caching:
git:
url: https://github.com/JaffaKetchup/flutter_map_tile_caching.git
fmtc_plus_background_downloading: # OPTIONAL
git:
url: https://github.com/JaffaKetchup/fmtc_plus_background_downloading.git
fmtc_plus_sharing: # OPTIONAL
git:
url: https://github.com/JaffaKetchup/fmtc_plus_sharing.gitimport 'package:flutter_map_tile_caching/flutter_map_tile_caching.dart';
import 'package:fmtc_plus_background_downloading/fmtc_plus_background_downloading.dart'; // OPTIONAL
import 'package:fmtc_plus_sharing/fmtc_plus_sharing.dart'; // OPTIONAL