rikulo_gap 0.5.1+3
rikulo_gap: ^0.5.1+3 copied to clipboard
Rikulo Gap is a bridge implementation of Apache Cordova/PhoneGap which enables developers to access native resources of mobile platforms using the HTML5 and Dart.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add rikulo_gapThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
rikulo_gap: ^0.5.1+3Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:rikulo_gap/accelerometer.dart';
import 'package:rikulo_gap/camera.dart';
import 'package:rikulo_gap/capture.dart';
import 'package:rikulo_gap/compass.dart';
import 'package:rikulo_gap/connection.dart';
import 'package:rikulo_gap/contacts.dart';
import 'package:rikulo_gap/device.dart';
import 'package:rikulo_gap/geolocation.dart';
import 'package:rikulo_gap/notification.dart';