Back to Flutter Architecture Samples

Line Counts

line_count.md

latest1.1 KB
Original Source

Line Counts

Though not the only factor or even most important factor, the amount of code it takes to achieve a working product is an important consideration when comparing frameworks.

This is an imperfect line count comparison -- some of the samples contain a bit more functionality / are structured a bit differently than others -- and should be taken with a grain of salt. All generated files, blank lines and comment lines are removed for this comparison.

For authors of frameworks or samples (hey, I'm one of those!): Please do not take this comparison personally, nor should folks play "Code Golf" with the samples to make them smaller, unless doing so improves the application overall.

SampleLOC (no comments)
built_redux0
firestore_redux0
scoped_model767
signals783
mobx800
inherited_widget815
change_notifier_provider822
vanilla837
simple blocs1033
bloc1123
bloc library1191
mvi1232
redux1345

Note: This file was generated on Sun Sep 7 20:58:20 UTC 2025 using scripts/line_counter.sh.