location_helper_juni1289 0.0.2 copy "location_helper_juni1289: ^0.0.2" to clipboard
location_helper_juni1289: ^0.0.2 copied to clipboard

A Flutter package to easily access the Location params on the go, without the need of writing extra lines of code

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add location_helper_juni1289

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  location_helper_juni1289: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:location_helper_juni1289/location/helper/location_helper_util.dart';
import 'package:location_helper_juni1289/location/model/location_data_model.dart';
import 'package:location_helper_juni1289/permission/helper/permission_helper_util.dart';
import 'package:location_helper_juni1289/permission/model/permission_handler_helper_model.dart';
import 'package:location_helper_juni1289/utils/enums.dart';
5
likes
140
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to easily access the Location params on the go, without the need of writing extra lines of code

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, location, permission_handler

More

Packages that depend on location_helper_juni1289