Skip to content

Commit

Permalink
fix: openfoodfacts#2315 - "to be completed" queries now work even wit…
Browse files Browse the repository at this point in the history
…h not English language (openfoodfacts#2521)

Deleted file:
* `tmp_to_be_completed_query_configuration.dart`: now included (and fixed) in off-dart 1.21.0

Impacted files:
* `paged_to_be_completed_product_query.dart`: now uses off-dart 1.21.0 query instead of tmp
* `Podfile.lock`: wtf
* `pubspec.lock`: wtf
* `pubspec.yaml`: upgraded off-dart version to 1.21.0
  • Loading branch information
monsieurtanuki authored Jul 6, 2022
1 parent e4fd351 commit 2d0469a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 43 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:openfoodfacts/utils/AbstractQueryConfiguration.dart';
import 'package:openfoodfacts/utils/ToBeCompletedConfiguration.dart';
import 'package:smooth_app/data_models/product_list.dart';
import 'package:smooth_app/pages/preferences/tmp_to_be_completed_query_configuration.dart';
import 'package:smooth_app/query/paged_product_query.dart';
import 'package:smooth_app/query/product_query.dart';

Expand Down
2 changes: 1 addition & 1 deletion packages/smooth_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ packages:
name: openfoodfacts
url: "https://pub.dartlang.org"
source: hosted
version: "1.20.0"
version: "1.21.0"
openfoodfacts_flutter_lints:
dependency: "direct dev"
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/smooth_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
url: 'https://github.com/M123-dev/matomo-tracker.git'
ref: 'fix-event-sending'
modal_bottom_sheet: ^2.1.0
openfoodfacts: ^1.20.0
openfoodfacts: ^1.21.0
# openfoodfacts:
# path: ../../../openfoodfacts-dart
package_info_plus: ^1.4.2
Expand Down

0 comments on commit 2d0469a

Please sign in to comment.