amplify_analytics_pinpoint_android 0.6.14 copy "amplify_analytics_pinpoint_android: ^0.6.14" to clipboard
amplify_analytics_pinpoint_android: ^0.6.14 copied to clipboard

discontinued
PlatformAndroid

The method channel implementation for amplify_analytics_pinpoint on Android

example/lib/main.dart

import 'package:flutter/material.dart';

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

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

  @override
  State<MyApp> 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: const Center(
          child: Text(
              'This application serves as a test bed for the Android implementation of the amplify_analytics_pinpoint method channel. Please see the example app in the main amplify_analytics_pinpoint repository for a functional example app.'),
        ),
      ),
    );
  }
}
0
likes
130
pub points
5%
popularity

Publisher

verified publisheraws-amplify.com

The method channel implementation for amplify_analytics_pinpoint on Android

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on amplify_analytics_pinpoint_android