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

It would be much better if there would be a function (`void doSomething() { ... }`) instead of leaving a function logic inside of a widget ```dart // Instead of:...

This block of code could be written better → use inline null-check (`user == null ? ... : ...`) ![image](https://user-images.githubusercontent.com/50375553/184497377-cb2a7fac-009a-4524-93a7-c345b337ca52.png)

An initial proposal for some linter rules. These are the ones I use personally, they are not very strict but might be a good start. Check out https://dart.dev/tools/linter-rules

Hey, always been lurking in your videos and took a quick look at the codebase. I think the net biggest improvement will be done by just adding lints. There are...

enhancement

Maybe it would be a good idea to run dart format for the whole project before making every pull request, this way the formatting is the same across the app....

Is this expected? Should the UI be redesigned? Template exists. Cannot enter name of template. Only template selection is visible. ![image](https://user-images.githubusercontent.com/5429312/183302831-4c8d485a-9d0b-4b16-ab0b-c451fc4d807f.png) No template exists. Can enter new workout name. ![image](https://user-images.githubusercontent.com/5429312/183302851-fb6d62ab-c4d2-4d5b-ab84-d60e8b1d583d.png)

enhancement

When pressing the Google sign in button the app breaks. This bug is fixed when signing in with Google works. Work on this in the [Login branch](https://github.com/KalleHallden/exer_log/tree/Login)

bug

Updated README.md Added CONTRIBUTING.md Added CONDUCT.md Added Alert Dialog in `logout_button.dart` to verify whether the user wants to log out. Closes #39