Julian Finkler
1e98233091
Update CHANGELOG.md
2020-02-19 23:44:01 +01:00
Julian Finkler
0c5899977e
Merge pull request #183 from mintware-de/prepare-release
...
Features:
- [Add-to-app support](https://github.com/mintware-de/flutter_barcode_reader/pull/168 ) - @santiihoyos
- Changed overlay to full screen in iOS 13
Bugfixes:
- [Fixed rotation on iOS](https://github.com/mintware-de/flutter_barcode_reader/pull/167 ) - @mintware-de
- [#61 Rotating orientation on iPhones only shows half the screen](https://github.com/mintware-de/flutter_barcode_reader/issues/61 )
Changes:
- [Fix compile warning](https://github.com/mintware-de/flutter_barcode_reader/pull/127 ) - @lookfirst
- [Upgrade gradle](https://github.com/mintware-de/flutter_barcode_reader/pull/142 ) - @SuuSoJeat
- `com.android.tools.build:gradle`: 3.3.1 -> 3.5.0
- `org.jetbrains.kotlin:kotlin-gradle-plugin`: 1.3.20 -> 1.3.50
- `compileSdkVersion`: 28 -> 29
- `targetSdkVersion`: 28 -> 29
- `gradle`: 4.10.2 -> 5.4.1
- [Package description updated](https://github.com/mintware-de/flutter_barcode_reader/pull/180 ) - @connectety
- README.md and LICENSE.md updated
- Since the project owner has been changed, the package names are different. Checkout the [UPGRADE.md](./UPGRADE.md) for details.
2020-02-19 23:42:40 +01:00
Julian Finkler
d96581e552
Version updated and dartdocs added
2020-02-19 23:36:18 +01:00
Julian Finkler
14a744d0af
Owner changes:
...
Android:
Kotlin Package: `com.apptreesoftware.barcodescan` -> `de.mintware.barcode_scan`
Manifest-Package: `com.yourcompany.barcodescan` -> `de.mintware.barcodescan`
Activity: `com.apptreesoftware.barcodescan.BarcodeScannerActivity` -> `de.mintware.barcode_scan.BarcodeScannerActivity`
iOS:
Bundle ID: `com.apptreesoftware.barcode.plugin.example` -> `de.mintware.barcode_scan.plugin.example`
Flutter:
Method channel: `com.apptreesoftware.barcode_scan` -> `de.mintware.barcode_scan`
pubspec.yaml:
- homepage updated
- deprecated author entry removed
- comments removed
- flutter.plugin.androidPackage: `com.apptreesoftware.barcode_scan` -> `de.mintware.barcode_scan`
README.md updated and UPGRADE.md added
2020-02-19 23:19:14 +01:00
Julian Finkler
fd166d9915
Update CHANGELOG.md
2020-02-19 21:49:23 +01:00
Julian Finkler
0ef78bb112
Merge pull request #167 from mintware-de/fix_issue_61
...
Fix rotation in iOS
2020-02-19 21:46:24 +01:00
Julian Finkler
807d18fe55
Merge pull request #180 from connectety/master
...
Extend description to increase pub.dev score.
2020-02-19 21:36:46 +01:00
Julian Finkler
0a25923ae2
Merge pull request #168 from AreaSeys-Team/master
...
Supporting add-to-app feature
2020-02-19 21:35:21 +01:00
Julian Finkler
750da9f248
Merge pull request #142 from SuuSoJeat/master
...
Upgrade gradle
- `com.android.tools.build:gradle`: 3.3.1 -> 3.5.0
- `org.jetbrains.kotlin:kotlin-gradle-plugin`: 1.3.20 -> 1.3.50
- `compileSdkVersion`: 28 -> 29
- `targetSdkVersion`: 28 -> 29
- `gradle`: 4.10.2 -> 5.4.1
2020-02-19 21:25:06 +01:00
Julian Finkler
5ba94159a1
Merge pull request #127 from lookfirst/patch-1
...
Using copy instead of retain attribute for `FlutterResult result`
2020-02-19 21:07:10 +01:00
Julian Finkler
49cab03d37
Removed "unmaintained" notice
2020-02-19 17:10:45 +01:00
Matthew Smith
ac4fbd2cf9
Update README.md
2020-02-12 09:17:12 -08:00
Connectety-T
e0c461d139
Added tiny addition in description to bring the length over 60.
...
This brings the maintenance score up to 100, which will increase the overall score.
See https://pub.dev/packages/barcode_scan#-analysis-tab- under Maintenance suggestions.
2020-02-09 21:42:15 +01:00
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
@SantiiHoyos
24d5067a8a
Merge pull request #1 from santiihoyos/master
...
avoid use Registrar.activity() beforr Flutter engine attached to any activity
2019-12-19 10:33:08 +01:00
Santi Hoyos
2a2a3e0899
avoid use Registrar.activity() before flutter engine is attached to android Activity
...
this add support for use this plugin in apps with add-to-app feature
2019-12-18 17:43:01 +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
Eterna
4fe1075fa6
upgrade gradle
2019-08-27 10:51:15 +07: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
Jon Stevens
81edea7935
fix compile warning
...
https://stackoverflow.com/questions/18039275/retained-block-property-does-not-copy-the-block-use-copy-attribute-instead
"Retain'ed block property does not copy the block - use copy attribute instead"
Not sure if this should be `copy` or `strong`.
2019-07-05 16:32:46 +07: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