handheld 1.0.5 copy "handheld: ^1.0.5" to clipboard
handheld: ^1.0.5 copied to clipboard

outdatedDart 1 only

Build mobile apps in Dart with PhoneGap

Handheld #

Handheld allows you build mobile applications using Dart and PhoneGap.

Quick Guide #

  1. Go through the PhoneGap setup guide and make sure that PhoneGap is working before you proceed.

  2. Add the folowing to your pubspec.yaml and run pub install

    dependencies:
      handheld: any
  1. Run it
    import "package:handheld/handheld.dart";
    main() {
      handheld.onDeviceReady((Device device) {
        device.notification.alert("hello from Dart");
      });
    }

PhoneGap API status #

Function Supported API Version
Accelerometer no 2.5
Camera no 2.5
Capture no 2.5
Compass no 2.5
Connection no 2.5
Contacts no 2.5
Device yes 2.5
Events no 2.5
File no 2.5
Geolocation no 2.5
Globalization no 2.5
InAppBrowser no 2.5
Media no 2.5
Notification no 2.5
Splashscreen no 2.5
Storage no 2.5
0
likes
0
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

Build mobile apps in Dart with PhoneGap

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dice, js, log4dart, meta

More

Packages that depend on handheld