-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
chore: off-dart 2.3.1 and its new sorted suggestions #3717
chore: off-dart 2.3.1 and its new sorted suggestions #3717
Conversation
This reverts commit ad46236.
# Conflicts: # packages/smooth_app/pubspec.lock # packages/smooth_app/pubspec.yaml
Deleted file: * `tmp_matched_product_v2.dart`: now in off-dart Impacted files: * `personalized_ranking_model.dart`: removed reference to now deleted file `tmp_matched_product_v2.dart` * `personalized_ranking_page.dart`: removed reference to now deleted file `tmp_matched_product_v2.dart` * `Podfile.lock`: wtf * `pubspec.lock`: wtf * `pubspec.yaml`: upgraded off-dart to 2.3.1 * `simple_input_text_field.dart`: now using the new `getSuggestions` method that sorts the result
Codecov Report
@@ Coverage Diff @@
## develop #3717 +/- ##
===========================================
+ Coverage 10.41% 10.45% +0.03%
===========================================
Files 273 272 -1
Lines 13795 13746 -49
===========================================
Hits 1437 1437
+ Misses 12358 12309 -49
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
👍🏼 👍🏼 👍🏼
Thank you @M123-dev for the review! |
It is a thumbs up |
Deleted file:
tmp_matched_product_v2.dart
: now in off-dartImpacted files:
personalized_ranking_model.dart
: removed reference to now deleted filetmp_matched_product_v2.dart
personalized_ranking_page.dart
: removed reference to now deleted filetmp_matched_product_v2.dart
Podfile.lock
: wtfpubspec.lock
: wtfpubspec.yaml
: upgraded off-dart to 2.3.1simple_input_text_field.dart
: now using the newgetSuggestions
method that sorts the resultWhat
Screenshot