ptwcode_map 1.0.1 copy "ptwcode_map: ^1.0.1" to clipboard
ptwcode_map: ^1.0.1 copied to clipboard

outdated

A versatile, customizable and configurable flutter map.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'src/map_page.dart';

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      debugShowCheckedModeBanner: false,
      home: MapPage(),
    );
  }
}
1
likes
0
points
96
downloads

Publisher

unverified uploader

Weekly Downloads

A versatile, customizable and configurable flutter map.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, path_provider, shared_preferences

More

Packages that depend on ptwcode_map