fix_flutter_deprecations 0.1.0 copy "fix_flutter_deprecations: ^0.1.0" to clipboard
fix_flutter_deprecations: ^0.1.0 copied to clipboard

A powerful and extensible Dart CLI tool that automatically fixes Flutter deprecations in your codebase

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased #

0.1.0 - 2025-08-02 #

Added #

  • Initial release of fix_flutter_deprecations CLI tool
  • Support for fixing .withOpacity() to .withValues(alpha:) deprecation
  • Support for fixing surfaceVariant to surfaceContainerHighest deprecation
  • Support for fixing onSurfaceVariant to onSurface deprecation
  • Dry-run mode to preview changes before applying
  • Backup functionality for safe operation
  • Selective rule application
  • Progress tracking and detailed reporting
  • Extensible architecture for adding new deprecation rules
  • Comprehensive test coverage (100%)
  • Full compatibility with Very Good Analysis standards

Features #

  • Process single files or entire directories
  • Parallel file processing for performance
  • Detailed error reporting and recovery
  • Platform support for Windows, macOS, and Linux
1
likes
0
points
40
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

A powerful and extensible Dart CLI tool that automatically fixes Flutter deprecations in your codebase

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, cli_completion, equatable, mason_logger, meta, path, pub_updater

More

Packages that depend on fix_flutter_deprecations