flutter_hooks_test 0.0.7+1 copy "flutter_hooks_test: ^0.0.7+1" to clipboard
flutter_hooks_test: ^0.0.7+1 copied to clipboard

Simple and complete Flutter hooks testing utilities that encourage good testing practices..

0.0.7+1 #

Development

  • Update some documents

0.0.6, 0.0.7 #

Feature

  • #40 Add a parameter "wrapper" to allow adding providers to hooks. by @KalSat

    final result = await buildHook(
      (_) {
        buildCount++;
        return useUpdate();
      },
      wrapper: (child) => Container(child: child), // this
    );
    
  • Update Flutter to ">=3.20.0"

  • Update flutter_hooks to ">=0.20.0"

0.0.5 #

Feature

  • #35 Support Flutter 3.16.0.

0.0.3, 0.0.4 #

Feature

  • Update Dart to ">=2.17.0 <4.0.0"
  • Update Flutter to ">=3.0.0"
  • Update flutter_hooks to ">=0.18.0"

Development

  • Update to Melos 3.0.1

0.0.1, 0.0.2 #

initial release.

9
likes
150
pub points
63%
popularity

Publisher

verified publisherwasabeef.jp

Simple and complete Flutter hooks testing utilities that encourage good testing practices..

Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_hooks, flutter_test

More

Packages that depend on flutter_hooks_test