simple_native 0.0.8 copy "simple_native: ^0.0.8" to clipboard
simple_native: ^0.0.8 copied to clipboard

A comprehensive Flutter plugin for accessing native device features including Camera, Location, and Device Information.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_native

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

dependencies:
  simple_native: ^0.0.8

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:simple_native/simple_native.dart';
3
likes
150
points
346
downloads

Publisher

verified publishertranduc1710.com

Weekly Downloads

A comprehensive Flutter plugin for accessing native device features including Camera, Location, and Device Information.

Homepage

Topics

#camera #location #device-info #native #plugin

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on simple_native

Packages that implement simple_native