Skip to content

Commit

Permalink
Merge pull request #315 from Apparence-io/release/v2.0.0
Browse files Browse the repository at this point in the history
🔖 Release/v2.0.0
  • Loading branch information
apalala-dev authored May 16, 2023
2 parents c13add4 + d91a129 commit 2d05bbf
Show file tree
Hide file tree
Showing 135 changed files with 5,982 additions and 1,803 deletions.
93 changes: 29 additions & 64 deletions .idea/camera_awesome.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 deletions .idea/libraries/Dart_SDK.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/libraries/Flutter_Plugins.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .run/multi_camera.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="multi_camera" type="FlutterRunConfigurationType" factoryName="Flutter">
<option name="filePath" value="$PROJECT_DIR$/example/lib/multi_camera.dart" />
<method v="2" />
</configuration>
</component>
6 changes: 6 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"program": "example/lib/subroute_camera.dart",
"flutterMode": "profile"
},
{
"name": "Multi camera example",
"request": "launch",
"type": "dart",
"program": "example/lib/multi_camera.dart"
},
{
"name": "AI analysis - face detection",
"request": "launch",
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# 2.0.0 - Multi camera is here !

Hello everyone 👋 !

We are proud to announce the two most requested features on the official camera plugin:

- Multi-camera 📹
- Video settings 🎥

This release introduces breaking changes in order to support above features.
See the [migration guide](https://docs.page/Apparence-io/camera_awesome/migration_guide/from_1_to_2) for details.

Here is the complete changelog:

- ✨ Added multi-camera feature, allowing users to display multiple camera previews simultaneously. Note that this feature is currently in beta, and we do not recommend using it in production.
- ✨ Users can now pass options (such as bitrate, fps, and quality) when recording a video.
- ✨ You can now mirror video recording.
- ✨🍏 Implemented brightness and exposure level settings on iOS / iPadOS.
- ✨🤖 Added zoom indicator UI.
- ✨🤖 Video recording is now mirrored if `mirrorFrontCamera` is set to true.
- ♻️🍏 Completely reworked the code for increased clarity and performance.
- 🐛 Fixed patrol tests.
- 🐛 Fixed the use of capture button parameter in awesome bottom actions (thanks to @juliuszmandrosz).
- 📝 Added Chinese README.md (thanks to @chyiiiiiiiiiiii).

# 1.4.0

- ✨ Add utilities to convert AnalysisImage into JPEG in order to display them using `toJpeg()`.
Expand Down
Loading

0 comments on commit 2d05bbf

Please sign in to comment.