fl_jpush_android 5.7.0 copy "fl_jpush_android: ^5.7.0" to clipboard
fl_jpush_android: ^5.7.0 copied to clipboard

PlatformAndroid

JPush integrated vendor push channel,Valid only on Android devices

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
        debugShowCheckedModeBanner: false,
        theme: ThemeData.light(),
        darkTheme: ThemeData.dark(),
        title: 'FlJPush with Android',
        home: Scaffold(
            appBar: AppBar(title: const Text('FlJPush with Android')),
            body: const Center(child: Text('集成厂商通道'))));
  }
}
0
likes
150
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

JPush integrated vendor push channel,Valid only on Android devices

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on fl_jpush_android

Packages that implement fl_jpush_android