fake_image_picker 1.0.1
fake_image_picker: ^1.0.1 copied to clipboard
A ready-to-use fake for the Flutter image_picker plugin. Register it in tests for deterministic fake images and videos.
1.0.1 #
- Updated package description to meet pub.dev guidelines.
1.0.0 #
- Initial release.
- Fake implementation of
ImagePickerPlatformcovering every public method ofimage_picker1.2.2. - Deterministic, random, custom, and empty data sources.
- Platform presets for Android, iOS, macOS, Windows, Linux, Web, and universal behavior.
- Behavior injection for delays, cancellation, errors, and "plugin already in use".
- Global
FakeImagePicker.register()/unregister()helpers plus DI-friendlyFakeImagePickerPlatform. - Comprehensive test suite and example project.