flutter_firim_version_update 0.0.1 copy "flutter_firim_version_update: ^0.0.1" to clipboard
flutter_firim_version_update: ^0.0.1 copied to clipboard

用于管理 Fir.im(betaqr.com)版本托管应用更新提示与升级

You can prompt that Fir.im has a version that can be upgraded

Features #

V0.0.1 #

Automatically obtain the latest version of iOS and Android on Fir.im, compare the current version and prompt to upgrade.

Getting started #

flutter_firim_version_update: ^0.0.1

Usage #

FirimVersionUpdate(
  apiToken: "",
  child: child,
)

Example #

Widget build(BuildContext context) {
  return MaterialApp(
    debugShowCheckedModeBanner: false,
    title: 'Win+',
    theme: ThemeData(
      appBarTheme: AppBarTheme(
        color: WColor.cffffff().color,
        centerTitle: true,
        titleTextStyle: const TextStyle(color: Colors.black),
      ),
    ),
    home: FirimVersionUpdate(
      apiToken: firimApiToken,
      child: MyPage(),
    ),
  );
}
0
likes
90
pub points
0%
popularity

Publisher

unverified uploader

用于管理 Fir.im(betaqr.com)版本托管应用更新提示与升级

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, flutter, flutter_update_dialog, package_info_plus, url_launcher, version

More

Packages that depend on flutter_firim_version_update