aws_services 1.0.0 copy "aws_services: ^1.0.0" to clipboard
aws_services: ^1.0.0 copied to clipboard

Dart package designed to simplify integrations with AWS services.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add aws_services

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

dependencies:
  aws_services: ^1.0.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:aws_services/aws_services.dart';
0
likes
140
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

Dart package designed to simplify integrations with AWS services.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, flutter, http_client, xml

More

Packages that depend on aws_services