-
-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Added nutrition input to product addition flow #1626
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1626 +/- ##
==========================================
- Coverage 8.86% 8.68% -0.18%
==========================================
Files 161 164 +3
Lines 6623 6813 +190
==========================================
+ Hits 587 592 +5
- Misses 6036 6221 +185
Continue to review full report at Codecov.
|
should work again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me @PrimaelQuemerais
import 'package:openfoodfacts/model/ProductImage.dart'; | ||
import 'package:smooth_app/generic_lib/buttons/smooth_action_button.dart'; | ||
import 'package:smooth_app/generic_lib/buttons/smooth_large_button_with_icon.dart'; | ||
import 'package:smooth_app/generic_lib/design_constants.dart'; | ||
import 'package:smooth_app/pages/image_crop_page.dart'; | ||
import 'package:smooth_app/pages/product/confirm_and_upload_picture.dart'; | ||
|
||
import 'nutrition_page_loaded.dart'; | ||
import 'ordered_nutrients_cache.dart'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use package import's here
if (cache == null) { | ||
return; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a somewhat likely case, if so a Snackbar or a todo comment would be good
@PrimaelQuemerais can you do the 2 little adjustments proposed by @M123-dev , and Let'sJustMerge™ |
Closing and reopening with the fixes since I rebased my fork |
What
Screenshot
Fixes bug(s)
Part of