amap_core_fluttify 0.0.12+d2eb645 copy "amap_core_fluttify: ^0.0.12+d2eb645" to clipboard
amap_core_fluttify: ^0.0.12+d2eb645 copied to clipboard

outdated

An `Amap` core component, based on `fluttify` engine.

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('Plugin example app'),
        ),
        body: Center(
          child: Text('Running on: \n'),
        ),
      ),
    );
  }
}
0
likes
0
pub points
71%
popularity

Publisher

verified publisherfluttify.com

An `Amap` core component, based on `fluttify` engine.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, foundation_fluttify

More

Packages that depend on amap_core_fluttify