core_location_fluttify 0.7.1 copy "core_location_fluttify: ^0.7.1" to clipboard
core_location_fluttify: ^0.7.1 copied to clipboard

A new Flutter project.

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
120
points
310
downloads

Publisher

verified publisherfluttify.com

Weekly Downloads

A new Flutter project.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter, foundation_fluttify

More

Packages that depend on core_location_fluttify