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

Patch Flutter & Dart packages like React Native's patch-package. Create portable patches, store in version control, apply after pub get.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate ft_patch_package

Use it

The package has the following executables:

$ ft_patch_package

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ft_patch_package

With Flutter:

 $ flutter pub add ft_patch_package

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ft_patch_package: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ft_patch_package/ft_patch_package.dart';
0
likes
150
points
262
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Patch Flutter & Dart packages like React Native's patch-package. Create portable patches, store in version control, apply after pub get.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

path

More

Packages that depend on ft_patch_package