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

outdated

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
points
14
downloads

Publisher

verified publisherimfunc.com

Weekly Downloads

An `MineDate` Map Component.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_minemap

Packages that implement flutter_minemap