pushe_flutter 2.0.3 copy "pushe_flutter: ^2.0.3" to clipboard
pushe_flutter: ^2.0.3 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 sample',
      theme: ThemeData(
        primarySwatch: Colors.cyan,
      ),
      home: PusheSampleWidget()
    );
  }
}
16
likes
0
pub points
30%
popularity

Publisher

verified publisherpushe.co

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