Skip to content

Commit

Permalink
updated tech and football to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyHers committed Apr 29, 2023
1 parent e7ddff2 commit b7fce43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/src/model/sports/football.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ class UEFA extends Football {
marseille,
rbLeipzig,
toulouse,
watford,
valencia,
galatasaray,
fenerbahce,
shalke04,
watford,
];

static List<Widget> get images => values.map((AssetImage index) {
Expand Down
4 changes: 2 additions & 2 deletions lib/src/model/tech/tech.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import 'package:flutter_any_logo/src/abstract/abstract.dart';

class Tech extends TechInterface {
static List<AssetImage> get values => <AssetImage>[
xiaomi,
xbox,
microsoft,
meta,
Expand All @@ -16,7 +15,8 @@ class Tech extends TechInterface {
apple,
samsung,
lenovo,
paypal
paypal,
xiaomi,
];

static List<Widget> get images => values.map((AssetImage index) {
Expand Down

0 comments on commit b7fce43

Please sign in to comment.