pushe_flutter 2.1.1 copy "pushe_flutter: ^2.1.1" to clipboard
pushe_flutter: ^2.1.1 copied to clipboard

outdated

Pushe push notification SDK implementation for Flutter framework, for Android (iOS features will be available soon)

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
pub points
30%
popularity

Publisher

verified publisherpushe.co

Pushe push notification SDK implementation for Flutter framework, for Android (iOS features will be available soon)

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on pushe_flutter