Thesmader / f_count

Dart equivalent of console.count() in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fCount

A Dart equivalent for console.count() in JavaScript. You can learn how it works on the web in the MDN docs

Available on pub.dev 🚀🚀

But why

Using console.count() is a very handy way to check for unwanted renders in web projects. This is very useful for any kind of *****ive framework.

How to use it

Place fCount(*label_name*) inside any build function and check the logs. Every time the function is called, log prints the total no of times it has been executed.

output

About

Dart equivalent of console.count() in JavaScript

License:GNU General Public License v3.0


Languages

Language:Dart 48.7%Language:HTML 44.8%Language:Swift 4.6%Language:Kotlin 1.4%Language:Objective-C 0.4%