Skip to content

Commit

Permalink
(docs) flutter: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Dec 17, 2024
1 parent 19f6ef0 commit a7f88eb
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.0.4

* (imp) flutter: unify UvcCameraController state checks by [@jhionan](https://github.com/jhionan)
* (chore) flutter: sort UvcCameraController imports by [@jhionan](https://github.com/jhionan)
* (imp) flutter: exceptions by [@alexey-pelykh](https://github.com/alexey-pelykh)
* (chore) flutter: upgrade SDK by [@alexey-pelykh](https://github.com/alexey-pelykh)
* (imp) flutter: UvcCameraController to expose initialization errors by [@jhionan](https://github.com/jhionan)
* (feat) flutter: take picture by [@alexey-pelykh](https://github.com/alexey-pelykh)

**Full Changelog**: [0.0.3…0.0.4](https://github.com/alexey-pelykh/UVCCamera/compare/0.0.3...0.0.4)

## 0.0.3

* (ref) lib: move UI to usbCameraCommon
Expand All @@ -8,20 +19,20 @@
* (fix) set buffer geometry and format on capture target
* (feat) flutter: video recording

**Full Changelog**: [0.0.2...0.0.3](https://github.com/alexey-pelykh/UVCCamera/compare/0.0.2...0.0.3)
**Full Changelog**: [0.0.20.0.3](https://github.com/alexey-pelykh/UVCCamera/compare/0.0.2...0.0.3)

## 0.0.2

* (fix) remove `FLUTTER_ROOT` from Flutter plugin
* (imp) remove package from manifest due to namespace

**Full Changelog**: [0.0.1...0.0.2](https://github.com/alexey-pelykh/UVCCamera/compare/0.0.1...0.0.2)
**Full Changelog**: [0.0.10.0.2](https://github.com/alexey-pelykh/UVCCamera/compare/0.0.1...0.0.2)

## 0.0.1

* (fix) flutter plugin & library version matching

**Full Changelog**: [0.0.0...0.0.1](https://github.com/alexey-pelykh/UVCCamera/compare/0.0.0...0.0.1)
**Full Changelog**: [0.0.00.0.1](https://github.com/alexey-pelykh/UVCCamera/compare/0.0.0...0.0.1)

## 0.0.0

Expand Down

0 comments on commit a7f88eb

Please sign in to comment.