flutter_geopackage 0.4.6 copy "flutter_geopackage: ^0.4.6" to clipboard
flutter_geopackage: ^0.4.6 copied to clipboard

outdated

A module to support OGC geopackage with sqlite.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'geopackage_test_view.dart';


void main() => runApp(SmashApp());

class SmashApp extends StatefulWidget {
  @override
  State<StatefulWidget> createState() {
    return SmashAppState();
  }
}

class SmashAppState extends State<SmashApp> {
  @override
  Widget build(BuildContext context) {

    // If the Future is complete, display the preview.
    return MaterialApp(
      title: "Test Geopackage App",
      debugShowMaterialGrid: false,
      debugShowCheckedModeBanner: false,
      showPerformanceOverlay: false,
      home: GeopackageTestView(),
    );
  }





}
3
likes
0
points
88
downloads

Publisher

verified publisherhydrologis.com

Weekly Downloads

A module to support OGC geopackage with sqlite.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dart_hydrologis_db, dart_jts, intl, proj4dart

More

Packages that depend on flutter_geopackage