Skip to content

Commit

Permalink
chore: Add dependency packages
Browse files Browse the repository at this point in the history
  • Loading branch information
naipaka committed Dec 14, 2023
1 parent ce55a1c commit a6c8ba6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
5 changes: 1 addition & 4 deletions packages/flutterfire_lint/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
include: package:flutter_lints/flutter.yaml

# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
include: package:altive_lints/altive_lints.yaml
2 changes: 1 addition & 1 deletion packages/flutterfire_lint/lib/flutterfire_lint.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
library flutterfire_lint;

11 changes: 6 additions & 5 deletions packages/flutterfire_lint/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ environment:
sdk: ^3.0.0

dependencies:
flutter:
sdk: flutter
analyzer: ^6.2.0
analyzer_plugin: ^0.11.3
custom_lint_builder: ^0.5.7

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
altive_lints: ^1.9.0
test: ^1.25.0

0 comments on commit a6c8ba6

Please sign in to comment.