rikulo_gap 0.5.0
rikulo_gap: ^0.5.0 copied to clipboard
Rikulo Gap is a bridge implementation of the Apache Cordova/PhoneGap mobile framework which enables developers to access native resources of multiple mobile platforms using the HTML, CSS, 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.0Alternatively, 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';