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

outdated

A flutter plugin for using Amazon S3 service.The plugin allows user to upload and delete images on amazon s3 cognito.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() => runApp(MyApp());

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  void initState() {
    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin amazon s3'),
        ),
        body: Center(
          child: Text('Will be implemented'),
        ),
      ),
    );
  }
}
29
likes
0
pub points
78%
popularity

Publisher

unverified uploader

A flutter plugin for using Amazon S3 service.The plugin allows user to upload and delete images on amazon s3 cognito.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on amazon_s3_cognito