Timo von Holtz
a9d6ec8b51
Add BarcodeFormat to result
6年前
Kresten P. Vester
29e467311e
Changed minSdkVersion to 19
6年前
Paweł Szot
33a1d9e7d3
Add NSCameraUsageDescription example
For Android people it's not obvious why app crashes.
6年前
Dominik Spicher
61bf0d2637
Bump to 0.0.13
6年前
Dominik Spicher
05bd9dd07f
Fix deprecated plugin fields usage
6年前
Dominik Spicher
0bd4a3bd8e
Remove Azure pipeline
6年前
Kamil Powałowski
cb49651d73
Fixed iOS crash due to force unwrap of nil
6年前
Dominik Spicher
0525dc1c55
Add GH actions badge to README
6年前
Dominik Spicher
408bc29146
Add minSdk hint to README
6年前
Dominik Spicher
348fe0934e
Bump zxing to 4.0.2
6年前
Dominik Spicher
cb40c7835d
.gitgnore all the things
6年前
Alexei
24e8670753
Nil safe scanning for iOS
6年前
Dominik Spicher
3b5a48ba55
Add analysis_options.yaml file for CI and fix hints
6年前
Dominik Spicher
e45c216bf2
Update gradle versions for example
6年前
Dominik Spicher
dd91ed9acb
Draw overlay based on rect position
6年前
Dominik Spicher
eec9e1c8a6
Use src/ folder with utility file for importers
6年前
Dominik Spicher
55dc1bf37e
Add Github Actions .yml
6年前
Dominik Spicher
469cbfb507
Don't track .packages file generated by pub
c.f. https://dart.dev/guides/libraries/private-files
6年前
TheJuliuscanute
0054c9dc39
Update README.md and CHANGELOG.md
7年前
juliuscanute
64993d5359
Merge pull request #30 from LuisThein/feature/scannerOverlay
Add optional parameter to use a camera overlay.
7年前
Luis Thein
5d4d8250ea
Merge branch master with feature/scannerOverlay
7年前
Luis Thein
237a2c8bde
Scanner overlay
- Added optional parameter overlay to QrCodeScanner.
- If overlay != null, a shapeBorder gets added on top of the scanner view.
- Added class QrScannerOverlayShape, which is a customizable overlay.
- updated example to use an overlay.
7年前
juliuscanute
3d1f6c11d4
Merge pull request #28 from LuisThein/feature/scanDataStream
Simplfiy controller, expose scanDataStream
7年前
Luis Thein
224d1ebb71
QRViewController updated
- MethodChannel is now handled inside the controller
- Removed controller init, pass globalKey as required parameter
- Controller now returns a stream of data
- Updated README.md + example
7年前
Luis Thein
8f1c4256dc
Globalkey gets added in Widget creation
7年前
juliuscanute
576671aaa0
Merge pull request #27 from LuisThein/fix/flashToggle
Fix for Android flash toggle
7年前
Luis Thein
4512a3d28b
Added scanDataStream & simplified Widget creation
- the QrViewController has a getter that returns a Stream of data that gets updated on every scan result
- theres no need to init the QrViewController through a method, because the GlobalKey is generated inside the QrViewWidget
- a dispose method was added to correctly dispose the stream
7年前
Luis Thein
a3f05b8628
Merge branch 'master' into fix/flashToggle
7年前
Luis Thein
2946160e06
Fixed Android flash toggle
7年前
juliuscanute
a223a7d5cd
Merge pull request #26 from LuisThein/feature/pauseResumeCamera
Add ability to pause/resume the camera
7年前
juliuscanute
c04e76973a
Update azure-pipelines.yml for Azure Pipelines
7年前
Luis Thein
ddd55e18a1
Added methods for pausing/resuming camera
7年前
juliuscanute
f93ff179ec
Perform Dry Run before publish -- Fixes build break ( #24 )
7年前
juliuscanute
0812d48d05
Merge pull request #20 from c0h1b4/hot-fix
fixed override onMethodCall to adhere interface
7年前
juliuscanute
a2bcd9930b
add PR trigger ( #23 )
7年前
TheJuliuscanute
e9ac78f713
add build status badge
7年前
juliuscanute
1883d1c4b8
remove iOS test
* remove iOS test
7年前
juliuscanute
63a53b51d6
Feature/build pipeline ( #21 )
* Update azure-pipelines.yml for Azure Pipelines
7年前
juliuscanute
d7570b6e5e
Set up CI with Azure Pipelines
[skip ci]
7年前
Mauro Widman
ffb8d6c1f3
fixed override onMethodCall to adhere interface
7年前
juliuscanute
b02ae9cafe
Merge pull request #18 from Vanethos/master
Added iOS Instructions
7年前
Gonçalo
2680e56a5f
Added iOS Instructions
7年前
TheJuliuscanute
57ce4d870e
Revert "update README.md links"
This reverts commit e69f268fca .
7年前
TheJuliuscanute
e69f268fca
update README.md links
7年前
TheJuliuscanute
de577270b2
update README.md
7年前
TheJuliuscanute
57008eeda9
center README.md
7年前
TheJuliuscanute
93adab4def
update README.md
7年前
TheJuliuscanute
77a982f3ed
update changelog, pubspec and README.md
7年前
juliuscanute
5d560dd87d
Merge pull request #15 from felipecesar42/master
included swift 5 in the project's specifications and updated androidX dependency
7年前
TheJuliuscanute
7f431827c6
flash light support added
7年前