pushpole 1.7.2 copy "pushpole: ^1.7.2" to clipboard
pushpole: ^1.7.2 copied to clipboard

outdated

A plugin implementing functionality of PushPole Android SDK. Refer to push-pole.com for further details about PushPole.

example/lib/main.dart

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

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

class PushPoleSampleApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'PushPole sample',
      theme: ThemeData(
        primarySwatch: Colors.blueGrey,
      ),
      home: PushPoleSampleWidget()
    );
  }
}
11
likes
0
pub points
71%
popularity

Publisher

verified publisherpush-pole.com

A plugin implementing functionality of PushPole Android SDK. Refer to push-pole.com for further details about PushPole.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on pushpole