f_count 0.2.0 copy "f_count: ^0.2.0" to clipboard
f_count: ^0.2.0 copied to clipboard

A dart equivalent of console.count() in JS. This can be used to check for unwanted re-renders inside the build method of a widget

0.2.0 #

  • Added example project
  • Changed mapping logic, labels are used as keys when provided, otherwise a part of stacktrace is provided.
  • In case where stacktrace is used, only trace of relevant depth is considered to generate a unique hash to identify the location of function call.

0.1.0 #

  • Trying different call stack hashing using sha1 hashing for the whole call stack

0.0.1 #

  • Create a Proof of Concept of Dart equivalent of console.count() in JavaScript
5
likes
140
pub points
63%
popularity

Publisher

verified publisherchinmaykabi.com

A dart equivalent of console.count() in JS. This can be used to check for unwanted re-renders inside the build method of a widget

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

crypto, stack_trace

More

Packages that depend on f_count