jawal_flutter 1.0.0 copy "jawal_flutter: ^1.0.0" to clipboard
jawal_flutter: ^1.0.0 copied to clipboard

outdated

Jawal SDK Location for flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add jawal_flutter

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

dependencies:
  jawal_flutter: ^1.0.0

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:jawal_flutter/events/event.dart';
import 'package:jawal_flutter/events/init_result_event.dart';
import 'package:jawal_flutter/events/location_change_event.dart';
import 'package:jawal_flutter/j_method_channel.dart';
import 'package:jawal_flutter/j_platform_interface.dart';
import 'package:jawal_flutter/jawal.dart';
import 'package:jawal_flutter/jawal_config.dart';
import 'package:jawal_flutter/models/location.dart';
import 'package:jawal_flutter/models/permission_status.dart';
import 'package:jawal_flutter/models/user.dart';