simple_update 2.0.1 copy "simple_update: ^2.0.1" to clipboard
simple_update: ^2.0.1 copied to clipboard

outdated

The simplest way to update app(download and install), support all platforms.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'package:simple_update_example/home.dart';

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

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Home(),
    );
  }
}
4
likes
0
pub points
0%
popularity

Publisher

verified publisheravenge.app

The simplest way to update app(download and install), support all platforms.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http

More

Packages that depend on simple_update