Commit Graph

75 Commits

Author SHA1 Message Date
Julian Finkler 770bb47d6c Fixed the position of the scan line 2020-01-12 12:34:25 +01:00
Julian Finkler e0cc5c3bc2 Fixed the size of the preview overlay 2020-01-12 12:18:48 +01:00
Julian Finkler 06f38e0b53 Fix for Issue #61
While the iOS device is rotating the bounds of the previewView will be recalculated
and the scanRect will be reinitialized

Changes in the WorkspaceSettings are necessary to run the example app
2019-12-16 20:59:07 +01:00
Matthew Smith 39ecc57bc0
Merge pull request #134 from brandon8863/master
Fix dart future not returning on cancel
2019-07-30 11:26:44 -07:00
brandon.maness 73c7a7ea3b Fix dart future not returning on cancel 2019-07-22 12:11:27 -05:00
Matthew Smith 42714900ca Updates to barcode scanner dependencies 2019-06-11 07:37:52 -07:00
Matthew Smith 18960bd493
Merge pull request #123 from mjafartp/master
App Crash with Background fetch plugin cleared
2019-06-11 07:36:18 -07:00
Matthew Smith 59e20c1f36
Merge pull request #111 from ammaratef45/edit-readme
changed version with any
2019-06-11 07:35:50 -07:00
Matthew Smith 922f0d06a8
Merge pull request #119 from NamanShergill/patch-1
Some changes to fix errors being thrown
2019-06-11 07:35:23 -07:00
mjafartp f7b09a9272
App Crash with Background fetch plugin cleared 2019-06-08 17:42:23 +05:30
Naman Shergill c8966b4515
Some changes to fix errors being thrown 2019-05-31 16:15:50 +05:30
Ammar Atef 25e1669bcd
changed version with any 2019-04-28 17:10:22 +02:00
Matthew Smith 8455f159f6 Fixed example app 2019-03-04 06:49:18 -08:00
Matthew Smith 6d37ed830b Android X Support
bumping version to 1.0
2019-03-04 06:43:33 -08:00
Matthew Smith b2900dfd87
Merge pull request #90 from ethael/patch-1
finishing androidx migration
2019-03-04 05:29:09 -08:00
Marián Mižik eb027ced44
Update gradle-wrapper.properties 2019-02-28 10:44:47 +01:00
Marián Mižik 243a6b5278
Update build.gradle 2019-02-28 10:43:57 +01:00
Matthew Smith 5d498e39a7
Merge pull request #72 from victoraldir/improvement/migrate-to-androidx
Increase gradle version and migrate to androidx
2019-02-06 06:42:54 -08:00
Matthew Smith c42b301c18
Merge pull request #67 from bcc0421/master
Fix issue that some HUAWEI scan error.
2019-02-06 06:37:37 -08:00
victoraldir 3c8e8c54af Increase gradle version and migrate to androidx 2019-01-30 21:29:39 -02:00
Robin 82f461185d Fix issue that some HUAWEI scan error. 2019-01-04 17:21:50 +08:00
Matthew Smith af8fa170db Version bump, prepare 0.0.8 release. 2018-11-19 09:51:51 -08:00
Matthew Smith 5e360fc9da
Merge pull request #55 from tgezginis/master
Stop scanning when pressed the cancel button on iOS
2018-11-19 09:47:55 -08:00
Tolga Gezginiş 1581489f9b Stop scanning when pressed the cancel button iOS 2018-11-09 22:07:58 +03:00
Matthew Smith dff8905f7c
Merge pull request #48 from dustin-graham/master
[Fixes #47] Add Camera permission to library Android manifest
2018-09-27 16:19:10 -07:00
dustin 5e50563aaf [Fixes #47] Add Camera permission to library Android manifest
Makes integration into host applications easier
Removed the camera permission from the example to demonstrate
2018-09-06 11:28:16 -07:00
Matthew Smith be9d579c7a
Merge pull request #42 from apptreesoftware/ios_barcode_scan_fix
Fix ios barcodes not scanning
2018-08-30 09:31:27 -07:00
Matthew Smith 28fd49d1eb Fix ios barcodes not scanning 2018-08-30 09:14:24 -07:00
Matthew Smith bae95511b7 prepare for 0.0.6 release 2018-08-29 21:59:26 -07:00
Matthew Smith b830da7e84
Merge pull request #34 from dustin-graham/customize_ios
Make iOS scanner UI look the same as Android
2018-08-29 21:55:57 -07:00
Matthew Smith b9c6f73c6b
Update build.gradle 2018-08-29 21:27:24 -07:00
John Ryan 9cd1a96b56 0.0.5 2018-08-21 13:43:54 -07:00
John Ryan 90ac2a225c
Merge pull request #37 from astaupb/master
fix version conflict with dart 2.1.0/flutter 0.6
2018-08-21 13:42:46 -07:00
Leon Tappe 6895e32cbc fix version conflict with dart 2.1.0/flutter 0.6
credit goes to
  - https://github.com/flutter/flutter/issues/20700

issue is resolved by just setting a minimum environment version for the
plugin

Closes #36 on the original project https://github.com/apptreesoftware/flutter_barcode_reader/issues/36
2018-08-21 01:51:28 +02:00
Matthew Smith f4619fe807
Merge pull request #33 from dustin-graham/update_android_setup
update android gradle configuration and declare activity in library
2018-08-13 07:18:56 -07:00
dustin 1074ab990a make iOS scanner UI look the same as Android
Includes a scanner window and pulsing scan line
2018-08-11 09:17:35 -07:00
dustin 6de69d7c2a fix iOS flash implementation 2018-08-09 15:37:10 -07:00
dustin dcfdc5a0c4 update android gradle configuration and declare activity in library
If you declare the activity in the library, the hosting application's
manifest will get merged with the library manifest and then the end user
doesn't have to edit their manifest before this plugin works.

also updated to latest gradle plugin and kotlin versions
2018-08-09 14:21:26 -07:00
Matthew Smith ee0579a584
Merge pull request #17 from bcko/patch-1
Update .gitignore to new `dart_tool` pub cache
2018-05-30 06:06:00 -07:00
Matthew Smith 377d764c6d
Merge pull request #14 from barredterra/readme
Added kotlin instructions
2018-05-30 06:05:38 -07:00
Matthew Smith d66725ae70
Merge pull request #19 from alternadom/patch-1
Replace "compile" by "implementation"
2018-05-30 06:05:03 -07:00
Florian 471f6c4a7e
Replace "compile" by "implementation"
Configuration 'compile' in project ':barcode_scan' is deprecated. Use 'implementation' instead.

According to :
https://github.com/apptreesoftware/flutter_barcode_reader/issues/11
2018-05-30 15:03:25 +02:00
BC Ko 8b010fa625
Update .gitignore to new `dart_tool` pub cache
dart-lang/sdk#32030
2018-05-24 03:05:26 -07:00
Matthew Smith eeea92e52f
Merge pull request #16 from apptreesoftware/gradle-updates
update support:design to 27.1.1, compileSdkVersion to 27
2018-04-17 14:19:16 -05:00
John Ryan 21d15d3038 update version, changelog to prepare for release 2018-04-17 12:17:33 -07:00
John Ryan ff0121984e update support:design to 27.1.1, compileSdkVersion to 27 2018-04-17 12:12:37 -07:00
John Ryan 58a40d2e2d
Merge pull request #15 from toteto/master
Fix missing Kotlin dependency
2018-04-17 11:45:25 -07:00
Antonio 5803e84643
Fix mistype error 2018-04-15 23:08:45 +02:00
Antonio 0d0fd23ad1
Update build.gradle
Add kotlin classpath dependency
2018-04-15 23:06:01 +02:00
Raffael Meyer 07f1ed7ab8 added kotlin instructions 2018-04-13 18:56:46 +02:00