flutter_fixtures_ui 0.3.0
flutter_fixtures_ui: ^0.3.0 copied to clipboard
UI components for Flutter Fixtures
Changelog #
0.3.0 #
- Update to
flutter_fixtures_core0.3.0. No API changes in this package.
0.2.0 #
- BREAKING:
FixturesDialogViewis now a plain adapter constructed with acontextProvider(orFixturesDialogView.of(context)); the dialog widget is a private implementation detail. - The dialog returns a
FixtureChoice; remembering selections and deduplicating concurrent dialogs are handled by core, so custom views inherit them.
0.1.2 Dialog dynamic height #
- Fix dialog height to be dynamic based on content.
- Update
FixturesDialogViewto include "Remember" checkbox.
0.1.1 Minor polish #
- Minor UI code cleanup/formatting and test updates to keep parity with latest core/dio behavior.
0.1.0 First Minor Release #
- Updated all packages to version 0.1.0
- Renamed
Fixturemixin toFixtureSelectorfor better clarity - Improved documentation across all packages
- Added comprehensive CONTRIBUTING.md guide
- Added MIT License
- Updated GitHub repository references to brotoo25/flutter_fixtures
0.0.1 Initial Release #
- Initial release of Flutter Fixtures
- Restructured as a workspace with multiple packages:
- flutter_fixtures_core: Core interfaces and domain models
- flutter_fixtures_dio: Dio implementation
- flutter_fixtures_ui: UI components
- flutter_fixtures: Meta-package that depends on all the above
- Support for Dio HTTP client
- Three fixture selection modes: Random, Default, and Pick
- Dialog-based UI for user selection
- Example app demonstrating basic and advanced usage