netbridge 0.0.1 copy "netbridge: ^0.0.1" to clipboard
netbridge: ^0.0.1 copied to clipboard

A Flutter package to easily connect and interact with the NetSuite API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add netbridge

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

dependencies:
  netbridge: ^0.0.1

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:netbridge/netbridge.dart';
1
likes
130
points
18
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package to easily connect and interact with the NetSuite API.

Repository (GitHub)

License

MIT (license)

Dependencies

crypto, flutter, flutter_map, geolocator, http, latlong2

More

Packages that depend on netbridge