Commit Graph

102 Commits

Author SHA1 Message Date
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
Matthew Smith 27f95f6494 Updated changelog and pubspec version 2018-02-08 06:02:38 -08:00
Matthew Smith 32421f0422
Merge pull request #6 from apptreesoftware/license_update
license_update
2018-01-19 12:03:21 -08:00
Matthew Smith d6d7b22387 remove incorrect package 2018-01-19 04:25:23 -08:00
Matthew Smith ca9c812e33 update change log 2018-01-19 04:12:34 -08:00
Matthew Smith 3056ac5c24 Add MIT license 2018-01-19 04:07:31 -08:00
Matthew Smith 576c947f0a
Merge pull request #5 from BenSower/patch-1
Wording change to incorporate the permission handling
2018-01-18 12:30:55 -08:00
Ben Sauer 1285b612bd
Wording change to incorporate the permission handling 2018-01-12 11:57:19 +01:00
Matthew Smith 443c756ab7
Merge pull request #4 from BenSower/master
Switched to (imo) better error handling
2018-01-10 07:36:51 -08:00
Benjamin Sauer 65193acf1c changed delegate method name to 'didFailWithErrorCode' 2018-01-10 16:25:40 +01:00
Benjamin Sauer 1c34da8db9 BarcodeScanPlugin.m: extracted errorHandling into seperate method 2018-01-10 16:21:05 +01:00
Benjamin Sauer 616b286a5c main, example: added CameraAccessDenied constant 2018-01-10 14:55:58 +01:00
Benjamin Sauer 2156fe33fe replaced iOs popup by throwing a flutter error 2018-01-08 14:42:47 +01:00
Benjamin Sauer afb0ae21c0 Merge branch 'master' of https://github.com/apptreesoftware/flutter_barcode_reader 2018-01-05 17:23:29 +01:00
Benjamin Sauer 51f43844d7 Added error handling for declined permission requests. 2018-01-05 17:21:25 +01:00
Matthew Smith d6ba48654f
Merge pull request #2 from UlfS/patch-1
Fix markup in readme
2018-01-04 08:29:39 -08:00
Ulf Sauer 88528a0d52
Fix markup in readme
Fixes broken headline markup
2017-11-11 23:38:21 +01:00
Matthew Smith 9b88c3ac57 Updated pubspec and changelog for release 2017-11-07 18:43:42 -08:00
Matthew Smith a4880d7213 Add missing files 2017-11-07 18:32:33 -08:00
Matthew Smith 80b5c6f3eb Rewrote iOS scanner in ObjC to avoid swift plugin conflicts with use_frameworks! 2017-11-07 18:27:25 -08:00
Matthew Smith 3cea973135 reverted name of barcode_scanner.dart to barcode_scan.dart 2017-10-29 16:53:49 -07:00
Matthew Smith 79a702761f Rename BarcodeScan class to BarcodeScanner 2017-10-29 16:35:38 -07:00
Matthew Smith 8906a076bf Remove widget_test 2017-10-29 16:10:50 -07:00
Matthew Smith 2f2cb653a7 updated readme 2017-10-29 15:31:33 -07:00