sap_connect 0.1.0 copy "sap_connect: ^0.1.0" to clipboard
sap_connect: ^0.1.0 copied to clipboard

provides connection to the SAP server, making requests to the SAP server, receiving and processing data from the SAP server in response to requests

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sap_connect

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

dependencies:
  sap_connect: ^0.1.0

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:sap_connect/sap_connect.dart';
3
likes
40
pub points
0%
popularity

Publisher

unverified uploader

provides connection to the SAP server, making requests to the SAP server, receiving and processing data from the SAP server in response to requests

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

async, cookie_jar, crypto, device_id, flutter, flutter_localizations, fluttertoast, intl, open_file, package_info, path_provider, shared_preferences

More

Packages that depend on sap_connect