flutter_app_update_guard 1.0.0 copy "flutter_app_update_guard: ^1.0.0" to clipboard
flutter_app_update_guard: ^1.0.0 copied to clipboard

A CLI tool to evaluate Dart & Flutter dependency update risks, compatibility, and health.

example/lib/main.dart

import 'package:dio/dio.dart';

void main() {
  final dio = Dio();
  dio.get('https://pub.dev');
  print('Running example project with dio 3.0.10');
}
2
likes
160
points
38
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A CLI tool to evaluate Dart & Flutter dependency update risks, compatibility, and health.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, glob, http, meta, path, pub_semver, yaml

More

Packages that depend on flutter_app_update_guard