location_helper_juni1289 0.0.2 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';