power_geojson 1.2.5+5 copy "power_geojson: ^1.2.5+5" to clipboard
power_geojson: ^1.2.5+5 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
130
points
14
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

animated_stack_widget, collection, console_tools, enhanced_future_builder, flutter, flutter_map, geodesy, geojson_vi, http, latlong2, provider

More

Packages that depend on power_geojson