Marvin M
9d479e89b0
const_constructors
...
info: Prefer const with constant constructors. prefer_const_constructors
2021-10-07 20:40:09 +02:00
Marvin M
923b44ba97
Marked as '@immutable'
...
This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: WorkoutForm._plan
2021-10-07 19:58:40 +02:00
Marvin M
45a2a5f857
Fixes pt 1
2021-10-01 17:18:17 +02:00
Roland Geider
8543652581
Merge branch 'master' into feature/measurements
...
# Conflicts:
# lib/screens/dashboard.dart
# test/base_provider_test.mocks.dart
# test/gallery_screen_test.mocks.dart
# test/nutritional_plan_form_test.mocks.dart
# test/workout_form_test.mocks.dart
# test/workout_set_form_test.mocks.dart
2021-09-07 17:03:15 +02:00
Roland Geider
4f885c88ab
Merge pull request #74 from patrickwitter/BugFixAteempt1
...
Fixes Issue #72
2021-08-30 22:19:24 +02:00
Patrick Witter
3dc32259de
Changed max-line to 100
2021-08-30 15:05:14 -05:00
Roland Geider
138c31c248
If the user cancels the datepicker, no date is selected
...
# Conflicts:
# lib/widgets/weight/forms.dart
2021-08-29 22:38:07 +02:00
Patrick Witter
245b432aae
refac Date TextField code,removed cursor, added calender icon at end,
2021-08-29 14:30:10 -05:00
Roland Geider
c21a895c22
If the user cancels the datepicker, no date is selected
2021-08-29 19:22:01 +02:00
Patrick Witter
0c2e57ef66
Attempt1
2021-08-29 10:15:29 -05:00
ton-An
19445c36a2
(Measurements) Added Equatable + Refactored
...
(MeasurementProvider)
- Passing in the WgerBaseProvider instead of extending with it
- Re-written tests
- Added the fixture reader to make test file less crowded
(Measurement Models)
- Added Equatable
- Re-written tests
2021-08-22 18:07:47 +02:00
Github-actions
c877e436b0
Automatic linting
2021-06-22 21:10:15 +00:00
Github-actions
7492b53c67
Automatic linting
2021-06-20 13:09:24 +00:00
Roland Geider
b915c764ef
Don't check AppLocalizations for null values
...
This is not needed in flutter 2.2 anymore
2021-05-19 11:50:43 +02:00
Roland Geider
ee2e6ac671
Give providers a consistent name
2021-05-11 12:10:53 +02:00
Roland Geider
ad7507c8b7
Update license header as well
2021-04-13 10:28:15 +02:00
Roland Geider
68268757b8
Don't allow selecting a date if there is already an entry
2021-04-07 21:26:14 +02:00
Roland Geider
dbcb1efb43
When editing a weight entry, don't pre select the current date
2021-04-07 21:02:48 +02:00
Roland Geider
ecd2773a87
Upgrade packages and move application to null safety
2021-03-25 22:20:16 +01:00
Roland Geider
cc729f305b
Replace more unstranslated strings
2021-03-12 13:07:52 +01:00
Roland Geider
d8fe89ba56
Move translations to new i18n approach
2021-03-10 23:32:23 +01:00
Roland Geider
d101ec6bd3
Allow to add weight entries from the dashboard
2021-02-18 23:08:31 +01:00
Roland Geider
4c37d5bf91
Refactor weight entry form to use showFormBottomSheet
2021-01-25 21:43:50 +01:00