Commit c2732ba
committed
Merge branch 'master' into kg-connectivity-ios-permissions
* master:
[url_launcher, url_launcher_web]Added webOnlyWindowName parameter to launch() (flutter#2979)
[battery_platform_interface] Introduce package. (flutter#2975)
[url_launcher_platform_interface] Add webOnlyWindowName parameter to launch() (flutter#2974)
[share] Add sharing file support (android & ios) (flutter#970)
[integration_test] add support to get timeline (flutter#2947)
[battery] Moved battery to its own subdir (flutter#2969)
[integration_test] Fix channel name for iOS, docs (flutter#2972)
[integration_test] Show stack trace of widget test errors on the platform side (flutter#2967)
[video_player] Fix `setWithOthers` test (flutter#2970)
[video_player_platform_interface] fix `setMixIWithOthers` test channel (flutter#2968)
Add README instructions for enablePendingPurchases (flutter#2921)
Rebase previous commits (flutter#2966)
Avoid walleye 26
Updating documentation to use isEmpty check. (flutter#2955)
[integration_test] Minor cleanup (flutter#2956)
[path_provider, video_player] Tweak pubspecs to pass bulk analysis. (flutter#2959)
[android_intent] fix platform package dep (flutter#2948)
[shared_preferences_linux] update `file` package dep version to be compatible with framework (flutter#2950)134 files changed
Lines changed: 1294 additions & 216 deletions
File tree
- packages
- android_intent
- battery
- battery_platform_interface
- lib
- enums
- method_channel
- test
- battery
- android
- gradle/wrapper
- src/main
- java/io/flutter/plugins/battery
- example
- android
- app
- gradle/wrapper
- src
- androidTest/java/io/flutter/plugins/battery
- main
- java/io/flutter/plugins/batteryexample
- res
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- gradle/wrapper
- ios
- Flutter
- Runner.xcodeproj
- project.xcworkspace
- Runner.xcworkspace
- Runner
- Assets.xcassets/AppIcon.appiconset
- Base.lproj
- lib
- ios
- Assets
- Classes
- lib
- test
- example
- image_picker/image_picker
- in_app_purchase
- integration_test
- android/src/main/java/dev/flutter/plugins/integration_test
- example
- test_driver
- ios/Classes
- lib
- test
- path_provider/path_provider_macos/example
- url_launcher
- url_launcher_platform_interface
- lib
- url_launcher_web
- lib
- test
- url_launcher
- lib
- video_player
- video_player_platform_interface
- lib
- test
- video_player
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Lines changed: 8 additions & 0 deletions
File renamed without changes.
Lines changed: 2 additions & 2 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments