amazon_cognito_upload 0.0.2 copy "amazon_cognito_upload: ^0.0.2" to clipboard
amazon_cognito_upload: ^0.0.2 copied to clipboard

The amazon_cognito_upload package is a Dart library designed to simplify and streamline the process of uploading files to Amazon Cognito, a robust and secure cloud service offered by Amazon Web Servic [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add amazon_cognito_upload

With Flutter:

 $ flutter pub add amazon_cognito_upload

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

dependencies:
  amazon_cognito_upload: ^0.0.2

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:amazon_cognito_upload/amazon_cognito_upload.dart';
4
likes
0
pub points
61%
popularity

Publisher

unverified uploader

The amazon_cognito_upload package is a Dart library designed to simplify and streamline the process of uploading files to Amazon Cognito, a robust and secure cloud service offered by Amazon Web Services (AWS). This package is particularly useful for developers working on Dart and Flutter projects who need to integrate file upload functionality with Amazon Cognito authentication.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

amazon_cognito_identity_dart_2, flutter, http

More

Packages that depend on amazon_cognito_upload