appambit_sdk_push_notifications 1.1.0 copy "appambit_sdk_push_notifications: ^1.1.0" to clipboard
appambit_sdk_push_notifications: ^1.1.0 copied to clipboard

Push Notifications SDK for Android to send push notifications via AppAmbit platform.

example/lib/main.dart

import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: Scaffold(
        body: Center(
          child: Text('See appambit_test_app for the full demo.'),
        ),
      ),
    );
  }
}
2
likes
150
points
303
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Push Notifications SDK for Android to send push notifications via AppAmbit platform.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on appambit_sdk_push_notifications

Packages that implement appambit_sdk_push_notifications