GREDU COMMON

is an common widget / utils or helper library we made for all type application. whatever application you made, GreduCommon it will help you reduce your fucking time on development process


Rules for Developer:

  1. add CHANGELOG.md | update pubspec.yml version

  2. If you wanna write new function / utils / etc. don't forget to create unit testing for that scope.

  3. make sure structure folder root & test must be same.

  4. make sure all test passed!

  5. Use annotate @visibleForTesting as a sign that the function has been tested. so that it is more visible than otherwise necessary, to make code readable. ref : https://api.flutter.dev/flutter/meta/visibleForTesting-constant.html

  6. optional create sample documentation for every function you write.

Libraries

gredu_common
ex is a helper library that provides readable methods with which you can write cleaner looking code.