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'),
        ),
      ),
    );
  }
}
8
likes
150
points
52
downloads
screenshot

Publisher

verified publisherstarproxima.dev

Weekly Downloads

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

Repository (GitHub)

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