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

An `MineDate` Map Component.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_minemap_example/index_page.dart';

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

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

class _MyAppState extends State<MyApp> {

  @override
  void initState() {
    super.initState();
  }


  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'FlutterMinemap',
      home: IndexPage(),
    );
  }
}
2
likes
20
pub points
0%
popularity

Publisher

verified publisherimfunc.com

An `MineDate` Map Component.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_minemap