power_geojson 1.1.2+23 copy "power_geojson: ^1.1.2+23" to clipboard
power_geojson: ^1.1.2+23 copied to clipboard

A Powerful tool for Geojson with flutter_map, styled from properties, supports esri json, soon supports multiple projection and coordinate systems

example/lib/main.dart

import 'package:flutter/cupertino.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'dart:async';
import 'package:get/get.dart' hide FormData, MultipartFile, Response;
import 'package:power_geojson/power_geojson.dart';

import 'package:wakelock_plus/wakelock_plus.dart';
import 'package:power_geojson_example/lib.dart';

// // Network ==> Rabat
// // File    ==> Casablanca
// // String  ==> Rissani
// // Asset   ==> Marrakech + Tanger + Maroc

Future<void> main() async {
  WidgetsFlutterBinding.ensureInitialized();
  if ((AppPlatform.isAndroid || AppPlatform.isIOS) && kDebugMode) {
    await WakelockPlus.enable();
    // await SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: []);
  }
  runApp(
    GetMaterialApp(
      debugShowCheckedModeBanner: false,
      home: AppHome(),
    ),
  );
}
2
likes
140
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A Powerful tool for Geojson with flutter_map, styled from properties, supports esri json, soon supports multiple projection and coordinate systems

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, console_tools, enhanced_future_builder, flutter, flutter_map, flutter_map_marker_cluster, geodesy, geojson_vi, http, latlong2

More

Packages that depend on power_geojson