Skip to content

Commit 930f68a

Browse files
authored
Merge pull request #73 from mrrhak/mrrhak
feat(android): add support Flutter v3.29.0
2 parents 3664fae + e4c59cd commit 930f68a

File tree

329 files changed

+562
-379
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

329 files changed

+562
-379
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.github/workflows/format-analyze-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: dart-lang/setup-dart@v1.6.4
14+
- uses: dart-lang/setup-dart@v1.7.1
1515

1616
- name: Install Dependencies
1717
run: dart pub get

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,4 @@ build/
88
pubspec.lock
99

1010
# Directory created by dartdoc
11-
doc/api/
12-
13-
# example/test/
14-
.vscode/
15-
coverage/
11+
doc/api/

.pubignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.vscode
1+
.vscode/
2+
coverage/

CHANGELOG.md

Lines changed: 6 additions & 0 deletions

README.md

Lines changed: 4 additions & 4 deletions

analysis_options.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
include: package:lints/recommended.yaml
22

33
analyzer:
4+
errors:
5+
omit_local_variable_types: ignore
46
exclude:
57
- example/**
68
language:
@@ -22,7 +24,6 @@ linter:
2224
- no_runtimeType_toString
2325
- omit_local_variable_types
2426
- only_throw_errors
25-
- package_api_docs
2627
- prefer_asserts_in_initializer_lists
2728
- prefer_const_constructors
2829
- prefer_const_declarations

coverage/html/cmd_line

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
genhtml coverage/lcov.info -o coverage/html

example/.DS_Store

2 KB
Binary file not shown.

example/flavor_app/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
*.swp
66
.DS_Store
77
.atom/
8+
.build/
89
.buildlog/
910
.history
1011
.svn/
12+
.swiftpm/
1113
migrate_working_dir/
1214

1315
# IntelliJ related

0 commit comments

Comments
 (0)