pushe_flutter 2.3.0-alpha01 copy "pushe_flutter: ^2.3.0-alpha01" to clipboard
pushe_flutter: ^2.3.0-alpha01 copied to clipboard

outdated

Pushe push notification SDK implementation for Flutter framework, for Android and iOS

example/lib/main.dart

import 'pushe_sample.dart';
import 'package:flutter/material.dart';

void main() => runApp(PusheSampleApp());

class PusheSampleApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Pushe Flutter',
      theme: ThemeData(
        primarySwatch: Colors.indigo,
      ),
      home: PusheSampleWidget()
    );
  }
}
16
likes
0
points
42
downloads

Publisher

verified publisherpushe.co

Weekly Downloads

Pushe push notification SDK implementation for Flutter framework, for Android and iOS

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on pushe_flutter