Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
chore: analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
omartinma committed Nov 22, 2023
1 parent 722954e commit ac810e7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions packages/api_client/test/src/api_client_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// ignore_for_file: prefer_const_constructors

import 'dart:async';
import 'dart:io';

Expand Down
2 changes: 1 addition & 1 deletion packages/app_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.6
flutter_gen_runner: ^5.3.2
flutter_test:
sdk: flutter
flutter_gen_runner: ^5.3.2
mocktail: ^1.0.0
very_good_analysis: ^5.1.0

Expand Down
1 change: 0 additions & 1 deletion packages/app_ui/test/src/widgets/animated_sprite_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// ignore_for_file: prefer_const_constructors
import 'dart:ui' as ui show Image;

import 'package:app_ui/app_ui.dart';
Expand Down
2 changes: 1 addition & 1 deletion packages/questions_repository/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.1.0 <4.0.0"

dependencies:
api_client:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// ignore_for_file: prefer_const_constructors
import 'package:api_client/api_client.dart';
import 'package:mocktail/mocktail.dart';
import 'package:questions_repository/questions_repository.dart';
Expand Down

0 comments on commit ac810e7

Please sign in to comment.