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

outdated

An `BaiduMap` Map Component, Powered By `Fluttify` Engine, Which Generates Dart Binding 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
0
pub points
37%
popularity

Publisher

verified publisherfluttify.com

An `BaiduMap` Map Component, Powered By `Fluttify` Engine, Which Generates Dart Binding 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