na_map_tools 0.0.5 copy "na_map_tools: ^0.0.5" to clipboard
na_map_tools: ^0.0.5 copied to clipboard

a tool for working with location and map data (special features for IRAN)

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('NaToolsMap Example'),
        ),
        body: Center(
          child: Text('closest city:'),
        ),
      ),
    );
  }
}
4
likes
130
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

a tool for working with location and map data (special features for IRAN)

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on na_map_tools