Skip to content

Commit

Permalink
feat: #1070 - refactoring with off-dart 1.20.0 (#2436)
Browse files Browse the repository at this point in the history
Delete file:
* `tmp_ocr_packaging_result.dart`: now it's in off-dart

Impacted file:
* `ocr_packaging_helper.dart`: now uses off-dart
  • Loading branch information
monsieurtanuki authored Jun 30, 2022
1 parent 8ddb726 commit e5aa231
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import 'dart:convert';

import 'package:flutter_gen/gen_l10n/app_localizations.dart';
import 'package:http/http.dart';
import 'package:openfoodfacts/model/OcrPackagingResult.dart';
import 'package:openfoodfacts/openfoodfacts.dart';
import 'package:openfoodfacts/utils/OcrField.dart';
import 'package:openfoodfacts/utils/QueryType.dart';
import 'package:openfoodfacts/utils/UriHelper.dart';
import 'package:smooth_app/pages/product/ocr_helper.dart';
import 'package:smooth_app/pages/product/tmp_ocr_packaging_result.dart';

/// OCR Helper for packaging.
class OcrPackagingHelper extends OcrHelper {
Expand Down

This file was deleted.

0 comments on commit e5aa231

Please sign in to comment.