patch_package 0.0.8
patch_package: ^0.0.8 copied to clipboard
Dart tool for effortlessly patching Flutter packages, enabling quick fixes, modifications, and version control integration for a smoother development workflow.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate patch_package
Use it
The package has the following executables:
$ patch_package
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add patch_package
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
patch_package: ^0.0.8
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:patch_package/patch_package.dart';