app_update 0.0.2 copy "app_update: ^0.0.2" to clipboard
app_update: ^0.0.2 copied to clipboard

App updates with the possibility of deprecation, required updates, various app stores and custom UI

example/lib/main.dart

import 'package:flutter/material.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: Scaffold(
        body: Center(
          child: Text('WIP - App Update Checker Expample'),
        ),
      ),
    );
  }
}
4
likes
150
pub points
16%
popularity
screenshot

Publisher

verified publisherstarproxima.dev

App updates with the possibility of deprecation, required updates, various app stores and custom UI

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, html, package_info_plus, pub_semver, shared_preferences, store_checker, url_launcher, yaml

More

Packages that depend on app_update