flutter_floating_map_marker_titles_core 1.1.1 copy "flutter_floating_map_marker_titles_core: ^1.1.1" to clipboard
flutter_floating_map_marker_titles_core: ^1.1.1 copied to clipboard

Flutter Floating Map Marker Titles Core library

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_floating_map_marker_titles_core
copied to clipboard

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

dependencies:
  flutter_floating_map_marker_titles_core: ^1.1.1
copied to clipboard

Alternatively, 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:flutter_floating_map_marker_titles_core/controller/cache/epsg_3857_proj_cache.dart';
import 'package:flutter_floating_map_marker_titles_core/controller/cache/text_painting_cache.dart';
import 'package:flutter_floating_map_marker_titles_core/controller/display/floating_title_painter.dart';
import 'package:flutter_floating_map_marker_titles_core/controller/display/layer/title_layer_background_painter.dart';
import 'package:flutter_floating_map_marker_titles_core/controller/display/layer/title_layer_foreground_painter.dart';
import 'package:flutter_floating_map_marker_titles_core/controller/display/layer/title_layer_painter.dart';
import 'package:flutter_floating_map_marker_titles_core/controller/display/titles_display_state.dart';
import 'package:flutter_floating_map_marker_titles_core/controller/fmto_controller.dart';
import 'package:flutter_floating_map_marker_titles_core/controller/map_view_interface/abstract_czr_map_view_interface.dart';
import 'package:flutter_floating_map_marker_titles_core/controller/map_view_interface/abstract_map_view_interface.dart';
import 'package:flutter_floating_map_marker_titles_core/model/floating_marker_title_info.dart';
import 'package:flutter_floating_map_marker_titles_core/utils/cached_calculator.dart';
import 'package:flutter_floating_map_marker_titles_core/utils/geo/bounds.dart';
import 'package:flutter_floating_map_marker_titles_core/utils/geo/crs.dart';
import 'package:flutter_floating_map_marker_titles_core/utils/geo/point.dart';
import 'package:flutter_floating_map_marker_titles_core/utils/rotating_cache.dart';
import 'package:flutter_floating_map_marker_titles_core/utils/utils.dart';
import 'package:flutter_floating_map_marker_titles_core/view/abstract_map_view_wrapper.dart';
import 'package:flutter_floating_map_marker_titles_core/view/floating_marker_titles_overlay.dart';
import 'package:flutter_floating_map_marker_titles_core/view/floating_marker_titles_overlay_layer.dart';
copied to clipboard
0
likes
130
points
368
downloads

Publisher

verified publishermapmarker.app

Weekly Downloads

2024.09.11 - 2025.03.26

Flutter Floating Map Marker Titles Core library

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, latlong2, meta, proj4dart, tuple, vector_math

More

Packages that depend on flutter_floating_map_marker_titles_core