You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2025. It is now read-only.
Fix registerCustomWatcher to allow nulls (#107)
The idea behind the closures passed to `registerCustomWatcher` is that
they should return `null` if the particular implementation does not
support the provided path (in which case we should fallback to other
implementations).
Modified a test to check this.
Prepare to publish, tighten pub constraints (#81)
- Add a changelog entry.
- Remove unused author key from pubspec.
- Tighten the constraints on dependencies for any which had a lower
major version bound than the package versions which support Dart 2.