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
pub points
0%
popularity

Publisher

verified publisherextremevn.com.vn

An Amplify interoperate library for Flutter application development

Repository (GitHub)
View/report issues
Contributing

License

MIT (LICENSE)

Dependencies

flutter, pedantic

More

Packages that depend on flutter_amplify_sdk