bmap_utils_fluttify 0.4.0 copy "bmap_utils_fluttify: ^0.4.0" to clipboard
bmap_utils_fluttify: ^0.4.0 copied to clipboard

An `BaiduMap` Utils Component, Powered By `Fluttify`, A Compiler Generating Dart Bindings For Native SDK.

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(),
      ),
    );
  }
}
0
likes
30
pub points
36%
popularity

Publisher

verified publisherfluttify.com

An `BaiduMap` Utils Component, Powered By `Fluttify`, A Compiler Generating Dart Bindings For Native SDK.

Homepage

License

unknown (LICENSE)

Dependencies

bmap_core_fluttify, core_location_fluttify, flutter, foundation_fluttify

More

Packages that depend on bmap_utils_fluttify