xbr_gaode_location_and_track 2.0.2 copy "xbr_gaode_location_and_track: ^2.0.2" to clipboard
xbr_gaode_location_and_track: ^2.0.2 copied to clipboard

xbr_gaode_location AND xbr_gaode_track SDK.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'dart:async';

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

class MyApp extends StatefulWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  String _platformVersion = 'Unknown';

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

  // Platform messages are asynchronous, so we initialize in an async method.
  Future<void> initPlatformState() async {

  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: Center(
          child: Text('Running on: $_platformVersion\n'),
        ),
      ),
    );
  }
}
0
likes
105
pub points
0%
popularity

Publisher

unverified uploader

xbr_gaode_location AND xbr_gaode_track SDK.

Homepage

Documentation

API reference

License

MulanPSL-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on xbr_gaode_location_and_track