flutter_datawedge
A Flutter package to communicate with Zebra DataWedge scanners using the DataWedge Intent API
3.2.0
7.0K downloads/mo
#3415 most downloaded on pub.dev
circus-kitchens/flutter_datawedge
What this package is like to depend on
Last release 1 years ago
31 Mar 2025
Release timing varies
gaps range from 2 weeks to 1.4 years
Most releases are documented
notes for 8 of 12 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
17 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
17 releases · Jul 2021 to Mar 2025Releases
latest 17-
3.2.031 Mar 2025Release notes
Open source →What's Changed
- Bump freezed_annotation from 2.4.4 to 3.0.0 by @dependabot in #88
Full Changelog: v3.1.0...v3.2.0
-
3.1.003 Feb 2025Release notes
Open source →What's Changed
- "Simple" Profile configuration by @bobekos in #49
- Update CHANGELOG by @felixwoestmann in #53
- Update dependencies by @t-unit in #66
- Target API Level 34 by @AhmadHusein5853 in #65
- Bump lints from 3.0.0 to 4.0.0 by @dependabot in #57
- Bump kotlin_version from 1.9.22 to 2.0.20 in /android by @dependabot in #67
- Filter non-supported events and log errors by @t-unit in #68
- Update Change Log by @t-unit in #69
- Bump lints from 4.0.0 to 5.0.0 by @dependabot in #73
- Bump com.android.tools.build:gradle from 8.5.2 to 8.7.0 in /android by @dependabot in #75
- Bump json_serializable and freezed by @dependabot in #81
- Bump com.android.tools.build:gradle from 8.7.0 to 8.7.3 in /android by @dependabot in #80
- Bump kotlin_version from 2.0.20 to 2.1.0 in /android by @dependabot in #79
New Contributors
- @bobekos made their first contribution in #49
- @AhmadHusein5853 made their first contribution in #65
Full Changelog: v3.0.0...v3.1.0
-
3.1.0-dev.317 Jan 2025 pre-releaseRelease notes
Open source →What's Changed
- Bump json_serializable and freezed by @dependabot in #81
- Bump com.android.tools.build:gradle from 8.7.0 to 8.7.3 in /android by @dependabot in #80
- Bump kotlin_version from 2.0.20 to 2.1.0 in /android by @dependabot in #79
Full Changelog: v3.1.0-dev.2...v3.1.0-dev.3
-
3.1.0-dev.224 Aug 2024 pre-releaseRelease notes
Open source →What's Changed
- Update dependencies by @t-unit in #66
- Target API Level 34 by @AhmadHusein5853 in #65
- Bump lints from 3.0.0 to 4.0.0 by @dependabot in #57
- Bump kotlin_version from 1.9.22 to 2.0.20 in /android by @dependabot in #67
- Filter non-supported events and log errors by @t-unit in #68
- Update Change Log by @t-unit in #69
- Bump lints from 4.0.0 to 5.0.0 by @dependabot in #73
- Bump com.android.tools.build:gradle from 8.5.2 to 8.7.0 in /android by @dependabot in #75
New Contributors
- @AhmadHusein5853 made their first contribution in #65
Full Changelog: v3.1.0-dev.1...v3.1.0-dev.2
Release notes
Open source →- Add compatibly with Android 14. Contributed by AhmadHusein5853
- Update gradle, lints and kotlin
- Filter out unsupported events and add logs
-
3.1.0-dev.118 Apr 2024 pre-releaseRelease notes
Open source →What's Changed
- "Simple" Profile configuration by @bobekos in #49
- Update CHANGELOG by @felixwoestmann in #53
New Contributors
Full Changelog: v3.0.0...v3.1.0-dev.1
Release notes
Open source →- Added a
updateProfilefunction to update the configuration of a profile. Contribution by Bobekos
-
3.0.017 Apr 2024Release notes
Open source →Moving v3.0.0 from Prerelease to stable
What's Changed
- Bump uuid from 3.0.7 to 4.2.1 by @dependabot in #41
- Bump kotlin_version from 1.9.10 to 1.9.20 in /android by @dependabot in #39
- Bump com.android.tools.build:gradle from 8.1.2 to 8.1.4 in /android by @dependabot in #42
- Bump com.android.tools.build:gradle from 8.1.4 to 8.2.2 in /android by @dependabot in #48
- Bump kotlin_version from 1.9.20 to 1.9.22 in /android by @dependabot in #46
Full Changelog: v3.0.0-dev.1...v3.0.0
Release notes
Open source →- Added functions
requestProfilesandrequestActiveProfileto 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
createDefaultProfilemanually.
-
3.0.0-dev.120 Oct 2023 pre-releaseRelease notes
Open source →This is a prerelease with breaking API changes.
Added functions
requestProfilesandrequestActiveProfileto query the available profiles and the active profile.
Creating a default profile will not be automatically done when callinginitializeanymore. Instead the user has to callcreateDefaultProfilemanually.What's Changed
- Bump lints from 2.1.1 to 3.0.0 by @dependabot in #37
- Untangle profile creation and initialisation, and add functionality by @felixwoestmann in #36
Full Changelog: v2.1.0...v3.0.0-dev.1
-
2.1.029 Sep 2023Release notes
Open source →What's Changed
- Add compatibility with Gradle 8.x by @hohlfma in #27
- Bump com.android.tools.build:gradle from 7.3.1 to 8.1.1 in /android by @dependabot in #30
- bump flutter version to current by @NANASHI0X74 in #33
- Bump kotlin_version from 1.7.10 to 1.9.10 in /android by @dependabot in #31
- Bump com.android.tools.build:gradle from 8.1.1 to 8.1.2 in /android by @dependabot in #34
- Bump version 2.1.0 by @t-unit in #35
New Contributors
- @hohlfma made their first contribution in #27
- @dependabot made their first contribution in #30
- @NANASHI0X74 made their first contribution in #33
Full Changelog: v2.0.0...v2.1.0
-
2.0.024 Aug 2023Release notes
Open source →Moving v2.0.0 from Prerelease to stable
What's Changed
- Use correct secrets name by @t-unit in #13
- Update GitHub action to publish to pub.dev by @felixwoestmann in #15
- Prerelease V2.0.0 by @felixwoestmann in #19
- Update CHANGELOG.md by @felixwoestmann in #21
- Bump version to 2.0.0 by @felixwoestmann in #32
Full Changelog: v1.2.0...v2.0.0
Release notes
Open source →- 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.
-
2.0.0-dev.111 Apr 2023 pre-releaseRelease notes
Open source →This is a 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.
What's Changed
- Update GitHub action to publish to pub.dev by @felixwoestmann in #15
- Prerelease V2.0.0 by @felixwoestmann in #19
- Update CHANGELOG.md by @felixwoestmann in #21
Full Changelog: v1.2.0+fix...v2.0.0-dev.1
-
1.2.002 Jan 2023Release notes
Open source →- Include changes from LenhartStephan to prevent crosstalk when several instances of package are running on one system
- Change signature of
FlutterDataWedgeconstructor to always enable listening ot ScannerStatus - Remove pubspec.lock files to match recommendations
-
1.1.017 Dec 2022Release notes
Open source →- Add documentation for
enableScanner(bool),activateScanner(bool),startScanning(bool) - Add stream to listen to
ScannerStatuschanges - Refactor code, emphasizing use of enums of strings etc.
- Add documentation for
-
1.0.114 Dec 2022Release notes
Open source →- Fix wrongly named class
1.0.0
- Maintainer switched from rafaeljustinox to Circus Kitchens
- Include changes from LenhartStephan which based the package on Streams
- Update Gradle to Versions 7.4
0.0.3
- Feature: Scanner status
0.0.2
- Updated className
0.0.1
- First version
-
1.0.013 Dec 2022Nothing published for this version
-
0.0.310 Jul 2021Nothing published for this version
-
0.0.210 Jul 2021Nothing published for this version
-
0.0.110 Jul 2021Nothing published for this version