Julian Steenbakker
916c112e83
Update issue templates
5 years ago
Julian Steenbakker
730f4a070e
Merge pull request #168 from juliuscanute/123-min-sdk-version
Updated Kotlin, Gradle & SDK versions.
5 years ago
Julian Steenbakker
3d8712c947
Updated Kotlin, Gradle & SDK versions.
5 years ago
Julian Steenbakker
da7a230db7
Merge pull request #115 from BelfDev/master
Add cutout bottom offset
5 years ago
Julian Steenbakker
61e913b2cc
Merge pull request #167 from afkhalid/patch-1
Properly implement ActivityLifecycleCallbacks public functions
5 years ago
Ahmed Fathy Khalid
612051592c
Properly implement ActivityLifecycleCallbacks public functions
Fixing bug I encountered (Unit defined in android.app.Application.ActivityLifecycleCallbacks)
e: C:\src\flutter.pub-cache\hosted\pub.dartlang.org\qr_code_scanner-0.0.14\android\src\main\kotlin\net\touchcapture\qr\flutterqr\QRView.kt: (41, 77): Object is not abstract and does not implement abstract member public abstract fun onActivityPaused(@nonnull p0: Activity): Unit defined in android.app.Application.ActivityLifecycleCallbacks
e: C:\src\flutter.pub-cache\hosted\pub.dartlang.org\qr_code_scanner-0.0.14\android\src\main\kotlin\net\touchcapture\qr\flutterqr\QRView.kt: (42, 13): 'onActivityPaused' overrides nothing
e: C:\src\flutter.pub-cache\hosted\pub.dartlang.org\qr_code_scanner-0.0.14\android\src\main\kotlin\net\touchcapture\qr\flutterqr\QRView.kt: (48, 13): 'onActivityResumed' overrides nothing
e: C:\src\flutter.pub-cache\hosted\pub.dartlang.org\qr_code_scanner-0.0.14\android\src\main\kotlin\net\touchcapture\qr\flutterqr\QRView.kt: (54, 13): 'onActivityStarted' overrides nothing
e: C:\src\flutter.pub-cache\hosted\pub.dartlang.org\qr_code_scanner-0.0.14\android\src\main\kotlin\net\touchcapture\qr\flutterqr\QRView.kt: (57, 13): 'onActivityDestroyed' overrides nothing
e: C:\src\flutter.pub-cache\hosted\pub.dartlang.org\qr_code_scanner-0.0.14\android\src\main\kotlin\net\touchcapture\qr\flutterqr\QRView.kt: (60, 13): 'onActivitySaveInstanceState' overrides nothing
e: C:\src\flutter.pub-cache\hosted\pub.dartlang.org\qr_code_scanner-0.0.14\android\src\main\kotlin\net\touchcapture\qr\flutterqr\QRView.kt: (63, 13): 'onActivityStopped' overrides nothing
e: C:\src\flutter.pub-cache\hosted\pub.dartlang.org\qr_code_scanner-0.0.14\android\src\main\kotlin\net\touchcapture\qr\flutterqr\QRView.kt: (66, 13): 'onActivityCreated' overrides nothing
5 years ago
Julian Steenbakker
8e43475cca
Merge pull request #142 from codelity-co/reidlai_fix_ios_build_failure
replace var to let
5 years ago
Julian Steenbakker
1ca3681943
Bumped version to 0.0.14. Rebuild outdated podspec.
5 years ago
Reid Lai
709c06ddb8
replace var to let
5 years ago
Paweł Kuźniak
243188bd9e
Fix disposing camera from memory
6 years ago
Pedro Belfort
4329569a79
Put back padding property
6 years ago
Pedro Belfort
2dc74e0fb8
Restore XCode files
6 years ago
Pedro Belfort
93aa240cb2
Add padding property to customize overlay shape position
6 years ago
Dominik Spicher
c6dd0c6103
Remove unused .gif files
6 years ago
Kresten P. Vester
29e467311e
Changed minSdkVersion to 19
6 years ago
Paweł Szot
33a1d9e7d3
Add NSCameraUsageDescription example
For Android people it's not obvious why app crashes.
6 years ago
Dominik Spicher
61bf0d2637
Bump to 0.0.13
6 years ago
Dominik Spicher
05bd9dd07f
Fix deprecated plugin fields usage
6 years ago
Dominik Spicher
0bd4a3bd8e
Remove Azure pipeline
6 years ago
Kamil Powałowski
cb49651d73
Fixed iOS crash due to force unwrap of nil
6 years ago
Dominik Spicher
0525dc1c55
Add GH actions badge to README
6 years ago
Dominik Spicher
408bc29146
Add minSdk hint to README
6 years ago
Dominik Spicher
348fe0934e
Bump zxing to 4.0.2
6 years ago
Dominik Spicher
cb40c7835d
.gitgnore all the things
6 years ago
Alexei
24e8670753
Nil safe scanning for iOS
6 years ago
Dominik Spicher
3b5a48ba55
Add analysis_options.yaml file for CI and fix hints
6 years ago
Dominik Spicher
e45c216bf2
Update gradle versions for example
6 years ago
Dominik Spicher
dd91ed9acb
Draw overlay based on rect position
6 years ago
Dominik Spicher
eec9e1c8a6
Use src/ folder with utility file for importers
6 years ago
Dominik Spicher
55dc1bf37e
Add Github Actions .yml
6 years ago
Dominik Spicher
469cbfb507
Don't track .packages file generated by pub
c.f. https://dart.dev/guides/libraries/private-files
6 years ago
TheJuliuscanute
0054c9dc39
Update README.md and CHANGELOG.md
7 years ago
juliuscanute
64993d5359
Merge pull request #30 from LuisThein/feature/scannerOverlay
Add optional parameter to use a camera overlay.
7 years ago
Luis Thein
5d4d8250ea
Merge branch master with feature/scannerOverlay
7 years ago
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 years ago
juliuscanute
3d1f6c11d4
Merge pull request #28 from LuisThein/feature/scanDataStream
Simplfiy controller, expose scanDataStream
7 years ago
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 years ago
Luis Thein
8f1c4256dc
Globalkey gets added in Widget creation
7 years ago
juliuscanute
576671aaa0
Merge pull request #27 from LuisThein/fix/flashToggle
Fix for Android flash toggle
7 years ago
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 years ago
Luis Thein
a3f05b8628
Merge branch 'master' into fix/flashToggle
7 years ago
Luis Thein
2946160e06
Fixed Android flash toggle
7 years ago
juliuscanute
a223a7d5cd
Merge pull request #26 from LuisThein/feature/pauseResumeCamera
Add ability to pause/resume the camera
7 years ago
juliuscanute
c04e76973a
Update azure-pipelines.yml for Azure Pipelines
7 years ago
Luis Thein
ddd55e18a1
Added methods for pausing/resuming camera
7 years ago
juliuscanute
f93ff179ec
Perform Dry Run before publish -- Fixes build break ( #24 )
7 years ago
juliuscanute
0812d48d05
Merge pull request #20 from c0h1b4/hot-fix
fixed override onMethodCall to adhere interface
7 years ago
juliuscanute
a2bcd9930b
add PR trigger ( #23 )
7 years ago
TheJuliuscanute
e9ac78f713
add build status badge
7 years ago
juliuscanute
1883d1c4b8
remove iOS test
* remove iOS test
7 years ago