Skip to content

Commit

Permalink
Merge pull request #28 from bamlab/feat/add-theodo-analysis
Browse files Browse the repository at this point in the history
Feat/add theodo analysis
  • Loading branch information
T-moz authored Sep 7, 2024
2 parents ffbc3a2 + 6887bf4 commit 066adb5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include: package:very_good_analysis/analysis_options.5.1.0.yaml
include: package:theodo_analysis/analysis_options.yaml
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.7.2"
theodo_analysis:
dependency: "direct dev"
description:
name: theodo_analysis
sha256: abec0b6f8203c2dd6502c5118393662cf5a1e7d6616dad976eeb51ef62fd9095
url: "https://pub.dev"
source: hosted
version: "1.0.1"
typed_data:
dependency: transitive
description:
Expand All @@ -469,14 +477,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.1.4"
very_good_analysis:
dependency: "direct dev"
description:
name: very_good_analysis
sha256: "9ae7f3a3bd5764fb021b335ca28a34f040cd0ab6eec00a1b213b445dae58a4b8"
url: "https://pub.dev"
source: hosted
version: "5.1.0"
vm_service:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dev_dependencies:
sdk: flutter
melos: ^6.1.0
mocktail: ^1.0.0
very_good_analysis: ^5.1.0
theodo_analysis: ^1.0.1

dependencies:
connectivity_plus: ^6.0.3
Expand Down
3 changes: 0 additions & 3 deletions test/src/refresh_when_network_available_extension_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ import 'dart:async';

import 'package:connectivity_plus/connectivity_plus.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:mocktail/mocktail.dart';
import 'package:riverpod/riverpod.dart';
import 'package:riverpod_community_extensions/src/connectivity_stream_provider.dart';
import 'package:riverpod_community_extensions/src/refresh_when_network_available_extension.dart';

class MockConnectivity extends Mock implements Connectivity {}

void main() {
TestWidgetsFlutterBinding.ensureInitialized();

Expand Down

0 comments on commit 066adb5

Please sign in to comment.