Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [SDKY-283] Add support for Sound Null Safety (#8) * Fix errors in Readme.md * Convert anyline_plugin to use sound null safety * Update example dependencies to support sound null safety * Update .gitignore * Update pubspec.lock, replace GradleException with FileNotFoundException * [SDKY-282] Update current Flutter from using Anyline v37 to Anyline v39 (#9) * Changed Anyline SDK version to 38.1 * Plugin version bumped to 39 in preparation for the next release Co-authored-by: Daniel Albertini <[email protected]> * [SDKY-297] Clean up Readme.md & code (#10) * Remove untracked files * Update Readme.md & .gitignore * Add Table of Contents * Add support section * Fix branch, TOC * Fix back button behavior in example * Extract Anyline SDK Version in build.gradle * Fix warnings in AnylinePlugin.java * Add comments to better distinguish build.gradle * Remove deprecated Splash Screen method Details see https://docs.flutter.dev/development/ui/advanced/splash-screen#migrating-from-manifest--activity-defined-custom-splash-screens * Add Kotlin support to plugin * Add comment for Java -> Kotlin conversion * Fix some Dart Analysis warnings * Update ndkVersion * Clean up raw types * [SDKY-316] Migrate example to use Sound Null Safety (#11) * Migrate example to use Sound Null Safety * Add missing import * [SDKY-317] Add app title and missing icon sizes required by App Store Connect (iOS) (#12) * Add 76x76, 152x152, 167x167 versions of the app icon to iOS (These are sizes required by iPad but App Store Connect requires them, nonetheless, when uploading to it.) * Hardcoded iOS app display name to Anyline Flutter Examples (was previosly anyline_plugin_example) * Found some pngs to remove as they are duplicate (eg 40-2.png and 40-1.png) * [SDKY-318] Add Proguard Configuration (#13) * [SDKY-319] Publish Preview version to pub.dev (#14) * Prepare Prerelease 38.0.1-dev.1 for publishing * Update prerelase to 38.0.1-dev.2 * Update permission_handler 8.3.0 -> 9.2.0 * Update prerelease to 38.0.1-dev.3 * Set example app version to 39.0.0+1 * [SDKY-320] Remove Document Scanner (#15) * Add maven testing repo * Update SDK & App version to 39.0.0-rc.2 * Update all versions to 39.0.0-rc.2 * Update Android version to 39.0.0-rc.4 * Remove start scan time from license plate configs (#16) * Update Version to 39.0.0-rc.3 * Adds Africa scan mode example for license plates (#19) * Enable Vertical Shipping Container example (#18) * Fix exception when displaying results from Serial or Parallel examples (#17) * Update version to 39.0.0-rc.4 * Update version to 39.0.0, update Changelog * Ignore the top-level pubspec.lock only Co-authored-by: danielalbertini <[email protected]> Co-authored-by: Daniel Albertini <[email protected]> Co-authored-by: aldrichanyline <[email protected]> Co-authored-by: Aldrich Co <[email protected]> Co-authored-by: Patrick Fekete <[email protected]>
- Loading branch information