-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TW-1781: upgrade Flutter tot 3.22 #1790
TW-1781: upgrade Flutter tot 3.22 #1790
Conversation
69f73c0
to
832cd6c
Compare
832cd6c
to
66cd62d
Compare
6ce5304
to
134386d
Compare
134386d
to
ce76490
Compare
ce76490
to
07adff0
Compare
This PR has been deployed to https://linagora.github.io/twake-on-matrix/1790 |
07adff0
to
761aa6b
Compare
761aa6b
to
b2fa8a2
Compare
@@ -32,6 +32,7 @@ | |||
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" /> | |||
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" /> | |||
<uses-permission android:name="android.permission.ACCESS_MEDIA_LOCATION" /> | |||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add adr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Demo this case, and compare with other application in case of Don't allow
in android 13
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Screen.Recording.2024-05-24.at.21.18.34.mov
782a2d8
to
b531698
Compare
b531698
to
113b8c5
Compare
113b8c5
to
839e530
Compare
839e530
to
113b8c5
Compare
113b8c5
to
a1f8905
Compare
a1f8905
to
a933579
Compare
Change apply:
background
andonBackground
color, now use onlysurface
andonSurface
surfaceVariant
=>surfaceContainerHighest
,MaterialStateProperty
=>WidgetStateProperty
,MaterialState
=>WidgetState
, usesuper.key
for shorter form (new lint rule)RawKeyEvent
toKeyEvent
. Read more (in conclusion, add ignore_deprecated, because that when i test it again, the up/down not work)requestPermission
=>requestNotificationsPermission
Changelog, Readmoreurl_laucher
, change fromUri
toWebUri
, removeChromeSafariBrowserSettings
in webthe index.html
file in web folderSome note:
Testing:
IOS:
RPReplay_Final1716361592.MP4
Android above 13 new notification permission:
Screen.Recording.2024-05-23.at.06.03.05.mov
Android under 13 :
Screen.Recording.2024-05-23.at.06.08.23.mov
Web chrome:
Screen.Recording.2024-05-23.at.09.45.11.mov
Web safari:
Screen.Recording.2024-05-23.at.09.53.54.mov
Web firefox:
Screen.Recording.2024-05-23.at.09.56.55.mov