This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Commit 56490b8
authored
Remove underscores from Java package names (#97)
Part of flutter/flutter#100771 parent e89dd7f commit 56490b8
File tree
60 files changed
+71
-71
lines changed- packages
- battery/example/android/app
- src/main
- java/io/flutter/plugins/battery_example
- firebase_analytics
- android
- src/main
- java/io/flutter/firebase_analytics
- example/android/app
- src/main
- java/io/flutter/firebase_analytics_example
- firebase_auth
- android/src/main
- java/io/flutter/firebase_auth
- example/android/app/src/main
- java/io/flutter/plugins/firebase_auth_example
- firebase_database/example/android/app
- src/main
- java/io/flutter/plugins/firebase_database_example
- firebase_messaging
- android
- src/main
- java/io/flutter/plugins/firebase_messaging
- example/android/app
- src/main
- java/io/flutter/plugins/firebase_messaging_example
- firebase_storage/example/android/app
- src/main
- java/io/flutter/plugins/firebase_storage_example
- google_sign_in/example/android/app
- src/main
- java/io/flutter/plugins/google_sign_in_example
- image_picker/example/android/app
- src/main
- java/io/flutter/plugins/image_picker_example
- path_provider
- android
- src/main
- java/io/flutter/plugins/path_provider
- example/android/app/src/main
- java/io/flutter/plugins/path_provider_example
- url_launcher
- android
- src/main
- java/io/flutter/plugins/url_launcher
- example/android/app/src/main
- java/io/flutter/plugins/url_launcher_example
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+71
-71
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments