Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/android/kotlin_version-1.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
t-unit committed Apr 18, 2024
2 parents 68fb8b4 + 6cb2052 commit 10842bb
Showing 1 changed file with 22 additions and 19 deletions.
41 changes: 22 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,49 +1,52 @@
# 3.1.0-dev.1

- Added a `updateProfile` function to update the configuration of a profile. Contribution by [Bobekos](https://github.com/bobekos)

# 3.0.0

* Added functions `requestProfiles` and `requestActiveProfile` to query the available profiles and the active profile
* Creating a default profile will not be automatically done when calling initialize anymore. Instead the user has to call `createDefaultProfile` manually.
- Added functions `requestProfiles` and `requestActiveProfile` to query the available profiles and the active profile
- Creating a default profile will not be automatically done when calling initialize anymore. Instead the user has to call `createDefaultProfile` manually.

# 2.1.0

* Update to Gradle 8
* Update to Kotlin 1.9
* Update to Flutter3.13
- Update to Gradle 8
- Update to Kotlin 1.9
- Update to Flutter3.13

# 2.0.0

* Prerelease with breaking API changes. It enables the user to properly await until a command was send to the underlying Zebra API as well as specifying command identifiers to listen on the result of any action.
- Prerelease with breaking API changes. It enables the user to properly await until a command was send to the underlying Zebra API as well as specifying command identifiers to listen on the result of any action.

# 1.2.0

* Include changes from [LenhartStephan](https://github.com/LenhartStephan) to prevent crosstalk when several instances of package are running on one system
* Change signature of `FlutterDataWedge` constructor to always enable listening ot ScannerStatus
* Remove pubspec.lock files to match [recommendations](https://dart.dev/guides/libraries/private-files#pubspeclock)
- Include changes from [LenhartStephan](https://github.com/LenhartStephan) to prevent crosstalk when several instances of package are running on one system
- Change signature of `FlutterDataWedge` constructor to always enable listening ot ScannerStatus
- Remove pubspec.lock files to match [recommendations](https://dart.dev/guides/libraries/private-files#pubspeclock)

# 1.1.0

* Add documentation for `enableScanner(bool)`,`activateScanner(bool)`,`startScanning(bool)`
* Add stream to listen to `ScannerStatus` changes
* Refactor code, emphasizing use of enums of strings etc.
- Add documentation for `enableScanner(bool)`,`activateScanner(bool)`,`startScanning(bool)`
- Add stream to listen to `ScannerStatus` changes
- Refactor code, emphasizing use of enums of strings etc.

# 1.0.1

* Fix wrongly named class
- Fix wrongly named class

## 1.0.0

* Maintainer switched from [rafaeljustinox](https://github.com/rafaeljustinox) to [Circus Kitchens](https://github.com/circus-kitchens)
* Include changes from [LenhartStephan](https://github.com/LenhartStephan) which based the package on Streams
* Update Gradle to Versions 7.4
- Maintainer switched from [rafaeljustinox](https://github.com/rafaeljustinox) to [Circus Kitchens](https://github.com/circus-kitchens)
- Include changes from [LenhartStephan](https://github.com/LenhartStephan) which based the package on Streams
- Update Gradle to Versions 7.4

## 0.0.3

* Feature: Scanner status
- Feature: Scanner status

## 0.0.2

* Updated className
- Updated className

## 0.0.1

* First version
- First version

0 comments on commit 10842bb

Please sign in to comment.