amplify_core 0.3.0-rc.1 copy "amplify_core: ^0.3.0-rc.1" to clipboard
amplify_core: ^0.3.0-rc.1 copied to clipboard

outdated

The base package containing common types and utilities that are shared across the Amplify Flutter packages.

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 example app'),
        ),
        body: Center(
          child: Text('A simple flutter example\n'),
        ),
      ),
    );
  }
}
41
likes
0
pub points
93%
popularity

Publisher

verified publisheraws-amplify.com

The base package containing common types and utilities that are shared across the Amplify Flutter packages.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, meta, plugin_platform_interface

More

Packages that depend on amplify_core