flutterMapPackageRules top-level constant

Set<String> const flutterMapPackageRules

Rules specific to the flutter_map package.

Implementation

const Set<String> flutterMapPackageRules = <String>{
  'flutter_map_missing_user_agent',
  'flutter_map_deprecated_tile_size',
  'flutter_map_legacy_map_options_center',
  'flutter_map_missing_error_tile_callback',
  'flutter_map_deprecated_polygon_label_placement',
  'flutter_map_fallback_url_disables_cache',
};