pushe 1.0.1 copy "pushe: ^1.0.1" to clipboard
pushe: ^1.0.1 copied to clipboard

discontinued

A plugin implementing functionality of Pushe Android SDK. Refer to pushe.co for further details about Pushe.

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.blueGrey,
      ),
      home: PusheSampleWidget()
    );
  }
}
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A plugin implementing functionality of Pushe Android SDK. Refer to pushe.co for further details about Pushe.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on pushe