flutter-create-helperSmall helper to keep track of Flutter Create requirements. Basically, it yells at you if your Dart code is more than 5KB. FeaturesShows tiny image in status bar indicating amount of bytes your *.dart files are occupying. Thumbs up if you fit into 5KB Thumbs down otherwise. Known IssuesPer official rules, unit test that are not executed are not counted towards limit. Honestly, I don't know any good reason not to delete it then. Release Notes1.0.0Initial release |