8000 fix sponsors logo and links. · flutter-webrtc/flutter-webrtc@0d529fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d529fc

Browse files
committed
fix sponsors logo and links.
1 parent 92206cc commit 0d529fc

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WebRTC plugin for Flutter Mobile/Desktop/Web
88
<p align="center">
99
<strong>Sponsored with 💖 &nbsp by</strong><br />
1010
<a href="https://getstream.io/chat/flutter/tutorial/?utm_source=https://github.com/flutter-webrtc/flutter-webrtc&utm_medium=github&utm_content=developer&utm_term=flutter" target="_blank">
11-
<img src="https://stream-blog-v2.imgix.net/blog/wp-content/uploads/f7401112f41742c4e173c30d4f318cb8/stream_logo_white.png?w=350" alt="Stream Chat" style="margin: 8px" />
11+
<img src="assets/sponsors/stream-logo.png" alt="Stream Chat" style="margin: 8px; width: 350px" />
1212
</a>
1313
<br />
1414
Enterprise Grade APIs for Feeds, Chat, & Video. <a href="https://getstream.io/video/docs/flutter/?utm_source=https://github.com/flutter-webrtc/flutter-webrtc&utm_medium=sponsorship&utm_content=&utm_campaign=webrtcFlutterRepo_July2023_video_klmh22" target="_blank">Try the Flutter Video tutorial</a> 💬
@@ -17,7 +17,7 @@ Enterprise Grade APIs for Feeds, Chat, & Video. <a href="https://getstream.io/vi
1717
</br>
1818
<p align="center">
1919
<a href="https://livekit.io/?utm_source=opencollective&utm_medium=github&utm_campaign=flutter-webrtc" target="_blank">
20-
<img src="https://avatars.githubusercontent.com/u/69438833?s=92&v=4" alt="LiveKit" style="margin: 8px" />
20+
<img src="https://avatars.githubusercontent.com/u/69438833?s=200&v=4" alt="LiveKit" style="margin: 8px; width: 100px" />
2121
</a>
2222
<br />
2323
<a href="https://livekit.io/?utm_source=opencollective&utm_medium=github&utm_campaign=flutter-webrtc" target="_blank">LiveKit</a> - Open source WebRTC infrastructure
@@ -38,8 +38,8 @@ Enterprise Grade APIs for Feeds, Chat, & Video. <a href="https://getstream.io/vi
3838

3939
Additional platform/OS support from the other community
4040

41-
- flutter-tizen: https://github.com/flutter-tizen/plugins/tree/master/packages/flutter_webrtc
42-
- flutter-elinux(WIP): https://github.com/sony/flutter-elinux-plugins/issues/7
41+
- flutter-tizen: <https://github.com/flutter-tizen/plugins/tree/master/packages/flutter_webrtc>
42+
- flutter-elinux(WIP): <https://github.com/sony/flutter-elinux-plugins/issues/7>
4343

4444
Add `flutter_webrtc` as a [dependency in your pubspec.yaml file](https://flutter.io/using-packages/).
4545

@@ -56,7 +56,8 @@ Add the following entry to your _Info.plist_ file, located in `<project root>/io
5656

5757
This entry allows your app to access camera and microphone.
5858

59-
### Note for iOS.
59+
### Note for iOS
60+
6061
The WebRTC.xframework compiled after the m104 release no longer supports iOS arm devices, so need to add the `config.build_settings['ONLY_ACTIVE_ARCH'] = 'YES'` to your ios/Podfile in your project
6162

6263
ios/Podfile
@@ -111,6 +112,7 @@ android {
111112
If necessary, in the same `build.gradle` you will need to increase `minSdkVersion` of `defaultConfig` up to `23` (currently default Flutter generator set it to `16`).
112113

113114
### Important reminder
115+
114116
When you compile the release apk, you need to add the following operations,
115117
[Setup Proguard Rules](https://github.com/flutter-webrtc/flutter-webrtc/blob/main/android/proguard-rules.pro)
116118

assets/sponsors/stream-logo.png

20.8 KB
Loading

0 commit comments

Comments
 (0)
0