amplify_flutter_android 0.6.4 copy "amplify_flutter_android: ^0.6.4" to clipboard
amplify_flutter_android: ^0.6.4 copied to clipboard

discontinued

The method channel implementation for amplify_flutter on Android

example/lib/main.dart

/*
 * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */

// ignore_for_file: public_member_api_docs

import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: const Center(
          child: Text('''This application serves as a test bed for the Android 
              implementation of the amplify_flutter method channel. Please see 
              the example app in the main amplify_flutter repository for a 
              functional example app.'''),
        ),
      ),
    );
  }
}
0
likes
0
pub points
37%
popularity

Publisher

verified publisheraws-amplify.com

The method channel implementation for amplify_flutter on Android

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on amplify_flutter_android