rrousselGit / flutter_hooks

React hooks for Flutter. Hooks are a new kind of object that manages a Widget life-cycles. They are used to increase code sharing between widgets and as a complete replacement for StatefulWidget.
MIT License
3.13k stars 179 forks source link

Fix use_transformation_controller test file #313

Closed Jstuff36 closed 2 years ago

Jstuff36 commented 2 years ago

The test file for useTransformationController was not running because it was missing the _test post-fix.