Skip to content

Commit

Permalink
🚨 ++
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Jul 31, 2023
1 parent 8e9cc2b commit 2c9a320
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions example/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include: ../analysis_options.yaml

analyzer:
exclude:
- lib/l10n/gen/*.dart
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}
1 change: 1 addition & 0 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: '>=0.17.0 <1.0.0'

wechat_camera_picker:
path: ../
Expand Down

0 comments on commit 2c9a320

Please sign in to comment.