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.07k stars 175 forks source link

fix link to example main.dart on pub.dev example tab #311

Closed DevNico closed 2 years ago

DevNico commented 2 years ago

Close #232

See https://github.com/felangel/bloc/blob/master/packages/flutter_bloc/pubspec.yaml for reference.

codecov[bot] commented 2 years ago

Codecov Report

Merging #311 (f5d1631) into master (a1203b1) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #311   +/-   ##
=======================================
  Coverage   98.24%   98.24%           
=======================================
  Files          16       16           
  Lines         739      739           
=======================================
  Hits          726      726           
  Misses         13       13           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a1203b1...f5d1631. Read the comment docs.

rrousselGit commented 2 years ago

Thanks!