flutter_restore 1.3.0 copy "flutter_restore: ^1.3.0" to clipboard
flutter_restore: ^1.3.0 copied to clipboard

Static compatibility scanner for legacy Flutter projects.

example/flutter_restore_example.dart

import 'package:flutter_restore/flutter_restore.dart';

void main(List<String> arguments) {
  final projectPath = arguments.isEmpty ? '.' : arguments.single;
  final snapshot = ProjectScanner().scan(projectPath);
  final findings = RuleRunner().evaluate(snapshot);
  final report = PlainReportRenderer().render(snapshot, findings);

  print(report);
}
2
likes
160
points
355
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Static compatibility scanner for legacy Flutter projects.

Repository (GitHub)
View/report issues

Topics

#flutter #android #ios #gradle #migration

License

MIT (license)

Dependencies

args, path, pub_semver, yaml

More

Packages that depend on flutter_restore