new change to use intaleq_map sdk v2 04-17-1

This commit is contained in:
Hamza-Ayed
2026-04-17 14:47:11 +03:00
parent 834c220d31
commit cc62019609
16 changed files with 1436 additions and 357 deletions
+16 -4
View File
@@ -1,10 +1,22 @@
/// Intaleq Maps SDK for Flutter.
///
/// A Google Maps Flutter-compatible API backed by MapLibre GL,
/// optimized for Jordan, Syria, and the broader MENA region.
library intaleq_maps;
export 'package:maplibre_gl/maplibre_gl.dart' show LatLng, LatLngBounds, CameraUpdate, CameraPosition, Symbol, Line, Circle, Fill;
// Re-export core MapLibre primitives under familiar names
export 'package:maplibre_gl/maplibre_gl.dart'
show LatLng, LatLngBounds, CameraUpdate, CameraPosition;
export 'src/intaleq_map_controller.dart';
// Public SDK surface
export 'src/intaleq_map_widget.dart';
export 'src/intaleq_map_controller.dart';
export 'src/styles.dart';
export 'src/models/geometry.dart';
export 'src/utils/polyline_utils.dart';
export 'src/constants/colors.dart';
export 'src/utils/polyline_utils.dart';
// Models — mirrors google_maps_flutter public types
export 'src/models/geometry.dart';
export 'src/models/bitmap.dart';
export 'src/models/info_window.dart';
export 'src/models/types.dart';