exer_log
exer_log copied to clipboard
exer_log - authored by @KalleHallden
### Summary AVOID using library private types in public APIs. For the purposes of this lint, a public API is considered to be any top-level or member declaration unless the...
### Summary AVOID wrapping widgets in unnecessary containers. Wrapping a widget in Container with no other parameters set has no effect and makes code needlessly more complex.
### Summary From the [style guide](https://dart.dev/guides/language/effective-dart/style/): DON'T use this when not needed to avoid shadowing.
### Summary Use SizedBox to add whitespace to a layout. A Container is a heavier Widget than a SizedBox, and as bonus, SizedBox has a const constructor. refactor code to...
**Steps to reproduce** Fetch any data from the database **Expected behavior** User should only have access to own files **Actual behavior** Once logged in as any user, you can access...
### Summary This MR aims to close #84 . ### Other Information Some unused code was removed.
[MIT](https://opensource.org/licenses/MIT) to [GPLv3](https://opensource.org/licenses/GPL-3.0) Motivation behind this change: prevent proprietary derivative works. The main reason for this change is to provide protection against the future distribution of the exer_log app in...
I would like to suggest using [mergeable](https://github.com/mergeability/mergeable) to enforce coding standards. In my experience, this will help in maintaining the codebase.
… tried to pop it, it will pop to black screen ### Summary **when sign up is success and push a workou_page then if the user tried to pop it,...