Skip to content

Commit 7d6c5f7

Browse files
authored
feat: very_good_analysis v10 (#351)
replaces - #346 - #345
1 parent 5cbb977 commit 7d6c5f7

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

analysis_options.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ linter:
1414
cascade_invocations: false
1515
document_ignores: false
1616
avoid_catches_without_on_clauses: false
17-
require_trailing_commas: false
17+
require_trailing_commas: false
18+
discarded_futures: false

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dev_dependencies:
2626
integration_test:
2727
sdk: flutter
2828
mocktail: ^1.0.4
29-
very_good_analysis: ^9.0.0
29+
very_good_analysis: ^10.0.0
3030

3131
flutter:
3232
uses-material-design: true

maplibre_ios/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
path: ../
1717

1818
dev_dependencies:
19-
very_good_analysis: ^9.0.0
19+
very_good_analysis: ^10.0.0
2020

2121
flutter:
2222
uses-material-design: true

maplibre_ios/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020

2121
dev_dependencies:
2222
ffigen: 19.1.0
23-
very_good_analysis: ^9.0.0
23+
very_good_analysis: ^10.0.0
2424

2525
flutter:
2626
plugin:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: maplibre
22
description: "Permissive and performant mapping library that supports Mapbox Vector Tiles (MVT) powered by MapLibre SDKs."
3-
version: 0.2.2
3+
version: 0.3.0
44
repository: https://github.com/josxha/flutter-maplibre
55
issue_tracker: https://github.com/josxha/flutter-maplibre/issues
66
homepage: https://flutter-maplibre.pages.dev
@@ -48,7 +48,7 @@ dev_dependencies:
4848
jnigen: 0.14.2
4949
mocktail: ^1.0.4
5050
pigeon: ^26.0.0
51-
very_good_analysis: ^9.0.0
51+
very_good_analysis: ^10.0.0
5252

5353
screenshots:
5454
- description: 'MapLibre Logo'

test/ui/map_control_buttons_test.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import 'package:mocktail/mocktail.dart';
66
import '../shared/mocks.dart';
77
import '../shared/ui_app.dart';
88

9-
class MockPermissionManager extends Mock implements PermissionManager {}
10-
119
void main() {
1210
group('MapControlButtons', () {
1311
testWidgets('render', (tester) async {

0 commit comments

Comments
 (0)