aws_sdk_flutter 0.0.1-dev.0 copy "aws_sdk_flutter: ^0.0.1-dev.0" to clipboard
aws_sdk_flutter: ^0.0.1-dev.0 copied to clipboard

Develop and deploy applications with the AWS SDK for Flutter. The SDK makes it easy to call AWS services using idiomatic Flutter APIs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add aws_sdk_flutter

With Flutter:

 $ flutter pub add aws_sdk_flutter

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

dependencies:
  aws_sdk_flutter: ^0.0.1-dev.0

Alternatively, your editor might support dart pub get or 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_sdk_flutter/aws_sdk_flutter.dart';
0
likes
0
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

Develop and deploy applications with the AWS SDK for Flutter. The SDK makes it easy to call AWS services using idiomatic Flutter APIs.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

aws_sdk_android, aws_sdk_platform_interface, flutter, flutter_web_plugins, web

More

Packages that depend on aws_sdk_flutter

Packages that implement aws_sdk_flutter