-
-
Notifications
You must be signed in to change notification settings - Fork 68
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: Integrate all routes from nutripatrol's API #991
base: master
Are you sure you want to change the base?
Conversation
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.
Hi @Valimp!
Please have a look at my comments.
example/lib/main.dart
Outdated
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.
Quickly said: test your code in test files, not in main.
lib/openfoodfacts.dart
Outdated
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.
You'll probably need to add the other nutripatrol classes.
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.
Hi @Valimp!
The code must pass the analysis tests.
@Valimp will have his midterms next week, that's why I've fixed the main warnings. Other than that, I think you can review the PR @monsieurtanuki |
@g123k As you may know currently I don't have a computer, so code reviews are sometimes acrobatic and I don't want to review too often. |
5df1fec
to
7525254
Compare
What
Add nutripatrol's routes to the dart SDK
Fixes bug(s)
#885