Julian Steenbakker
1e3e198e4a
Merge pull request #174 from juliuscanute/13-embedding-v2
132 embedding v2
5年前
Julian Steenbakker
5d69344dcc
Added support for embedding V1.
5年前
Julian Steenbakker
507857a2ef
Implemented activityAware interface.
5年前
Julian Steenbakker
076fdc1841
Updated to minSdkVersion 20 because of Native View.
5年前
Julian Steenbakker
916c112e83
Update issue templates
5年前
Julian Steenbakker
e0519a8b44
Upgraded to Flutter Embedding V2.
5年前
Julian Steenbakker
730f4a070e
Merge pull request #168 from juliuscanute/123-min-sdk-version
Updated Kotlin, Gradle & SDK versions.
5年前
Julian Steenbakker
3d8712c947
Updated Kotlin, Gradle & SDK versions.
5年前
Julian Steenbakker
da7a230db7
Merge pull request #115 from BelfDev/master
Add cutout bottom offset
5年前
Julian Steenbakker
61e913b2cc
Merge pull request #167 from afkhalid/patch-1
Properly implement ActivityLifecycleCallbacks public functions
5年前
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年前
Julian Steenbakker
8e43475cca
Merge pull request #142 from codelity-co/reidlai_fix_ios_build_failure
replace var to let
5年前
Julian Steenbakker
1ca3681943
Bumped version to 0.0.14. Rebuild outdated podspec.
5年前
Reid Lai
709c06ddb8
replace var to let
5年前
Paweł Kuźniak
243188bd9e
Fix disposing camera from memory
6年前
Pedro Belfort
4329569a79
Put back padding property
6年前
Pedro Belfort
2dc74e0fb8
Restore XCode files
6年前
Pedro Belfort
93aa240cb2
Add padding property to customize overlay shape position
6年前
Dominik Spicher
c6dd0c6103
Remove unused .gif files
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年前