moussa_updater 1.0.2 copy "moussa_updater: ^1.0.2" to clipboard
moussa_updater: ^1.0.2 copied to clipboard

Production-grade force update plugin (minVersion gate) with Play-only option and Android in-app update.

example/lib/main.dart

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

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  runApp(const MyApp());
}

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Moussa Upadter Example',
      debugShowCheckedModeBanner: false,
      home: const SplashPage(),
    );
  }
}
1
likes
160
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

Production-grade force update plugin (minVersion gate) with Play-only option and Android in-app update.

Repository (GitHub)
View/report issues

Topics

#flutter-plugin #update #in-app-update #play-store #force-update

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on moussa_updater

Packages that implement moussa_updater