-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(*): move to federated plugins
- Loading branch information
1 parent
c5f934c
commit 30d03cc
Showing
168 changed files
with
5,195 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2022 api.video | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
lib/src/controller.dart → ...video_live_stream/lib/src/controller.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
test/controller_test.dart → ...deo_live_stream/test/controller_test.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
# Changelog | ||
|
||
All changes to this project will be documented in this file. | ||
|
||
## [1.2.0] - 2024-02-12 | ||
|
||
- Add a `fit` parameter to `ApiVideoCameraPreview` to control the fit of the preview inside its | ||
parent widget | ||
- Improve and fix few video resolution issues | ||
- Android: The package automatically requests the camera and microphone permissions | ||
- Android: upgrade gradle, kotlin, AGP and other dependencies | ||
- iOS: add missing `getVideoSize` method | ||
- iOS: send events from the main thread | ||
- Example: lower default bitrate to run the example effortlessly | ||
- Example: enable wake lock to keep the device awake during the live stream | ||
- Example: put the application in the safe area | ||
|
||
## [1.1.3] - 2023-10-16 | ||
|
||
- Android: call `disconnect` event when `stopStream` is explicitly called | ||
- Add api.video application icon for Android and iOS | ||
|
||
## [1.1.2] - 2023-08-16 | ||
|
||
- Android: fix the `videoSize` cast | ||
|
||
## [1.1.1] - 2023-01-23 | ||
|
||
- iOS: fix the orientation when device is turned | ||
|
||
## [1.1.0] - 2023-01-11 | ||
|
||
- Major refactor: | ||
- use `initialize` instead of `create` and pass default parameters | ||
to `ApiVideoLiveStreamController` constructor | ||
- simplified usage of `CameraPreview` (and renamed to `ApiVideoCameraPreview`) | ||
- Getter for properties such as `isMuted`, `cameraPosition`, ... ( | ||
see [#13](https://github.com/apivideo/api.video-flutter-live-stream/issues/13)) | ||
- Few fixes on Android and iOS | ||
|
||
## [1.0.7] - 2022-10-12 | ||
|
||
- Fix crash on `stopStreaming`. | ||
See [#14](https://github.com/apivideo/api.video-flutter-live-stream/issues/14) | ||
|
||
## [1.0.6] - 2022-09-30 | ||
|
||
- Fix 1080p configuration. | ||
See [#16](https://github.com/apivideo/api.video-flutter-live-stream/issues/16) | ||
- Upgrade HaishinKit to 1.3.0. | ||
See [#15](https://github.com/apivideo/api.video-flutter-live-stream/issues/15) | ||
- Upgrade dependencies | ||
|
||
## [1.0.5] - 2022-08-03 | ||
|
||
- Few fixes on FLV/RTMP to increase compatibility | ||
- iOS: fix landscape orientation. | ||
See [#12](https://github.com/apivideo/api.video-flutter-live-stream/issues/12) | ||
|
||
## [1.0.4] - 2022-06-01 | ||
|
||
- iOS: Fix the random aspect ratio of the preview and random crashes. | ||
See [#7](https://github.com/apivideo/api.video-flutter-live-stream/issues/7) | ||
|
||
## [1.0.3] - 2022-05-30 | ||
|
||
- Android: do not obfuscate rtmpdroid classes to | ||
fix [#6](https://github.com/apivideo/api.video-flutter-live-stream/issues/6) | ||
|
||
## [1.0.2] - 2022-05-25 | ||
|
||
- iOS: implements `stopPreview` and `startPreview` to | ||
fix [#4](https://github.com/apivideo/api.video-flutter-live-stream/issues/4) | ||
|
||
## [1.0.1] - 2022-04-13 | ||
|
||
- Fix audio and video configuration for iOS | ||
- Fix setAudioConfig when preview is running for Android | ||
|
||
## [1.0.0] - 2022-04-08 | ||
|
||
- Initial release. |
Oops, something went wrong.