Skip to content

Commit

Permalink
feat: openfoodfacts#833 - removed useless cupertino.dart imports
Browse files Browse the repository at this point in the history
Impacted files:
* `attributes_card_helper.dart`
* `forgot_password_page.dart`
* `product_cards_helper.dart`
* `score_card_helper.dart`
* `smooth_reveal_animation.dart`
* `svg_icon_chip.dart`
  • Loading branch information
monsieurtanuki committed Jan 3, 2022
1 parent f4de890 commit fe57921
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:smooth_app/cards/category_cards/svg_cache.dart';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:openfoodfacts/model/Attribute.dart';

Expand Down
2 changes: 1 addition & 1 deletion packages/smooth_app/lib/helpers/product_cards_helper.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_gen/gen_l10n/app_localizations.dart';

import 'package:openfoodfacts/model/Attribute.dart';
Expand Down
1 change: 0 additions & 1 deletion packages/smooth_app/lib/helpers/score_card_helper.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:openfoodfacts/model/Attribute.dart';
import 'package:openfoodfacts/model/KnowledgePanel.dart';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
import 'package:openfoodfacts/openfoodfacts.dart';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'dart:async';

import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';

class SmoothRevealAnimation extends StatefulWidget {
const SmoothRevealAnimation(
Expand Down

0 comments on commit fe57921

Please sign in to comment.