exer_log icon indicating copy to clipboard operation
exer_log copied to clipboard

exer_log - authored by @KalleHallden

Results 50 exer_log issues
Sort by recently updated
recently updated
newest added

### 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...

pinned

### 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.

pinned

### Summary From the [style guide](https://dart.dev/guides/language/effective-dart/style/): DON'T use this when not needed to avoid shadowing.

pinned

### 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...

pinned

**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.

enhancement
refactoring
pinned

### Summary closes #154

documentation
pinned

[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...

enhancement
help wanted
pinned

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.

enhancement
pinned

… 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,...