Abhishek Saini
3d948dfec4
measurement and nutrition chart issues fixes
2023-11-05 22:23:16 +05:30
Roland Geider
268d1d945f
Render units in the measurements charts
...
Note that the reserved size is probably too small if the unit or the values
are longer
2023-10-09 19:22:19 +02:00
Roland Geider
af9b733060
Cleanup
2023-10-09 19:16:03 +02:00
Roland Geider
d1af7acb32
Correctly format the date according to the current locale
2023-10-09 19:08:56 +02:00
Roland Geider
ef5a7081a0
Make MeasurementChartWidgetFl work
...
This still doesn't look completely nice, but it's a good start
2023-10-01 14:27:02 +02:00
artchiee
cf35cea913
Unfinished work on Charts replacement
2023-08-22 12:12:41 +01:00
Roland Geider
237b4daaba
Further work on pie chart for the nutritional plan
2023-05-19 20:59:37 +02:00
Freddy Cunningham
043fa29d6f
Text prompt strings marked as translatable
2023-04-18 12:51:23 +01:00
Freddy Cunningham
5e17cdee1a
Create text prompt for empty screens [issue 306]
2023-04-17 10:49:04 +01:00
Roland Geider
9630e2b16b
Recreate generated files
2023-02-08 12:51:36 +01:00
Roland Geider
7bb9ac28fd
Merge branch 'master' into feature/ingredient-images
...
# Conflicts:
# lib/main.dart
# lib/models/exercises/exercise.g.dart
# lib/widgets/core/core.dart
# pubspec.lock
# test/gallery/gallery_screen_test.mocks.dart
# test/measurements/measurement_categories_screen_test.mocks.dart
# test/measurements/measurement_provider_test.mocks.dart
# test/nutrition/nutritional_plan_form_test.mocks.dart
# test/other/base_provider_test.mocks.dart
# test/workout/workout_form_test.mocks.dart
# test/workout/workout_set_form_test.mocks.dart
2023-02-08 12:48:00 +01:00
Roland Geider
57e7464d2d
Some polishing
2023-02-06 22:31:35 +01:00
amannegi
e258b8f6c5
Added Localized Texts #265
2022-10-26 14:09:19 +05:30
amannegi
0fe738fac5
Change AboutDialog to separate page #265
2022-10-26 11:08:09 +05:30
Roland Geider
cb4bce7653
Show ingredient images
2022-08-09 18:51:37 +02:00
Roland Geider
8e233fbed1
Make the form a stateless widget
...
Also, add the correct validator for emails
2022-05-12 19:42:26 +02:00
Roland Geider
7b0f02e88f
Add user profile page
...
Closes #71
2022-05-12 15:28:26 +02:00
Roland Geider
48ec2edbb3
Cleanup app bars
...
The dashboard has the main app bar that allows to change the settings, while
each screen has its own with custom actions
2022-04-15 13:03:35 +02:00
Roland Geider
68c3ad3ce7
Add detail view for exercises
2021-11-27 00:13:39 +01:00
Marvin M
505edda762
Merge branch 'master' into better-linting-rules-1
2021-10-11 08:57:03 +02:00
Roland Geider
adb5b6317e
If no wger API key is present launch a browser so they can register manually
2021-10-10 19:15:43 +02:00
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
Github-actions
1a84fec097
Automatic linting
2021-10-02 10:58:18 +00:00
Marvin M
45a2a5f857
Fixes pt 1
2021-10-01 17:18:17 +02:00
Roland Geider
45986a78ad
Show units in weight and measurement charts
2021-09-07 15:59:35 +02:00
Roland Geider
93b159b3b9
Show chart with measurement entries values in detail view
2021-08-28 22:07:54 +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
0b13e8260e
Give the add set form a cleanup
2021-05-18 15:00:40 +02:00
Roland Geider
eaaad4a578
Don't use hard coded strings
2021-05-18 11:48:24 +02:00
Roland Geider
a0d316eef4
Move general settings to option icon
...
The drawer was removed since it was not providing any real navigation and was
non-standard anyway. Also, some cleanup and slight refactoring.
2021-05-17 21:18:33 +02:00
Roland Geider
431f749674
Start adding user gallery
2021-05-06 14:02:04 +02:00
Roland Geider
f82cd65acf
Improve detail view of meals
...
The header and values are now better centered, making this a bit more visually
pleasing
2021-04-28 12:24:02 +02:00
Roland Geider
ad7507c8b7
Update license header as well
2021-04-13 10:28:15 +02:00
Roland Geider
bf9abea7aa
Render forms in own scaffold
...
This eliminates many of the overflow problems from the bottom sheet
2021-04-02 17:35:31 +02:00
Roland Geider
ecd2773a87
Upgrade packages and move application to null safety
2021-03-25 22:20:16 +01:00
Roland Geider
fd10731d81
Make showFormBottomSheet a bit more configurable
...
Most dialogs are small enough that they don't need to take all that space, also
the controls should be as near to the user's fingers as possible
2021-03-12 13:31:16 +01:00
Roland Geider
aab622bb83
Add drag icon to bottom sheet
...
This should make more obvious that the whole sheet can be dragged down
2021-02-18 21:38:35 +01:00
Roland Geider
aba9680ce9
Allow adding meals to a workout
2021-02-02 12:53:19 +01:00
Roland Geider
8b2a150e5d
Set isScrollControlled to true
...
This makes the bottom sheet take up all the available space. Still needs to be
tweaked because now all the form elements are at the top of the screen, which is
more difficult to reach.
2020-12-25 00:27:10 +01:00
Roland Geider
1cf1cff93a
Mute the text for the nutritional values
...
The user should not see a spreadsheet when he opens the plan
2020-12-24 23:51:21 +01:00
Roland Geider
64bce37250
Show meal content
2020-12-21 21:07:50 +01:00