Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
p-mazhnik
2022-11-23 02:58:50 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
24914818853488508b86adb6cef66f24eb2bfe94
24914818
1 parent
35c860b8
fix: add 'factory' keyword to support breaking change in dart 2.19
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/web/zxing.dart
lib/src/web/zxing.dart
View file @
2491481
...
...
@@ -15,7 +15,7 @@ class Promise<T> {}
@staticInterop
class
JsZXingBrowserMultiFormatReader
{
/// https://github.com/zxing-js/library/blob/1e9ccb3b6b28d75b9eef866dba196d8937eb4449/src/browser/BrowserMultiFormatReader.ts#L11
external
JsZXingBrowserMultiFormatReader
(
external
factory
JsZXingBrowserMultiFormatReader
(
dynamic
hints
,
int
timeBetweenScansMillis
,
);
...
...
Please
register
or
login
to post a comment