hydra 1.1.4
hydra: ^1.1.4 copied to clipboard
Flutter widget which helps building responsive widgets.
1.1.4 #
- Use
MediaQuery.sizeOfinstead ofMediaQuery.ofto reduce unnecessary rebuilds - Migrated from
flutter_lintstovery_good_analysisfor stricter linting - Added
HydraBehaviourunit tests for full Codecov coverage
1.1.3 #
- Added Codecov integration for test coverage reporting
- Achieved 100% test coverage with widget build test
- Improved README with Hydra mythology intro and "Why Hydra?" section
1.1.2 #
- Removed
dartdoc_options.yamlthat referenced unnamed library, fixing pub.dev doc generation - Fixed dartdoc warnings by qualifying field references in
{@macro}template - Added
build/anddoc/to.pubignore
1.1.1 #
- Fixed
dartdoc_options.yamlsyntax causing pub.dev documentation generation to fail
1.1.0 #
- Breaking: Default breakpoints changed from 90/400/800 to 600/900/1200
- Added
HydraBehaviour.material()preset with Material Design breakpoints (600/840/1200) - Exported
Breakpointenum as public API - Rewrote README with installation guide, code examples, and badges
1.0.0 #
- Breaking: Removed unused
HydraNeckclass - Breaking: Removed commented-out
BreakpointExtension - Breaking: Minimum SDK constraint is now
>=3.5.0 - Migrated to null safety
- Replaced deprecated
pedanticwithflutter_lints - Made
HydraBehaviournamed constructorsconst - Made
HydraHeadconstructorsconst - Made
HydraNoWidgetExceptionconstwithfinalmessage - Used switch expressions and collection-if in
HydraWidget - Fixed bug in
chooseAvailableWidgetwhere filter was always true - Updated example app to modern Flutter conventions
- Added
topicstopubspec.yamlfor pub.dev discoverability
0.1.0 #
- Initial version of this package