Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# patch_package

> [!CAUTION]
> This package **will modify** you `PUB_CACHE`, it is strongly adviced that you do **not modify** files in `PUB_CACHE`!
>
> The `PUB_CACHE` is intended to be immutable, and should not be modified by tools other than `dart pub` / `flutter pub`.
> Modifying files in `PUB_CACHE` can cause unrelated projects and tools to fail unexpectedly, or behave in unintended ways!
>
> You can repair you `PUB_CACHE` using [`dart pub cache repair`](https://dart.dev/tools/pub/cmd/pub-cache#reinstalling-all-packages-in-the-system-cache).

Dart tool for patching Flutter packages, enabling quick fixes, modifications, and version control integration for a smoother development workflow.

## Features
Expand Down Expand Up @@ -100,4 +108,4 @@ git commit -m "Applied patches to <package_name>"


### Troubleshooting
If you encounter errors, refer to the logs/ directory for detailed diagnostics and quick troubleshooting.
If you encounter errors, refer to the logs/ directory for detailed diagnostics and quick troubleshooting.