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

An Amplify interoperate library for Flutter application development

example/lib/main.dart

import 'package:flutter/material.dart';
import 'authentication.dart';

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

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

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
          appBar: AppBar(
            title: const Text('Flutter Amplify Plugin'),
          ),
          body: Authentication()),
    );
  }
}
2
likes
40
points
24
downloads

Publisher

verified publisherextremevn.com.vn

Weekly Downloads

An Amplify interoperate library for Flutter application development

Repository (GitHub)
Contributing

License

MIT (license)

Dependencies

flutter, pedantic

More

Packages that depend on flutter_amplify_sdk