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
Navaron Bracke
2023-11-08 15:06:39 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6d699aedcf745719736dcbb470571c7eb1eeb059
6d699aed
1 parent
aafa235b
set texture id to null in stop()
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
lib/src/method_channel/mobile_scanner_method_channel.dart
lib/src/method_channel/mobile_scanner_method_channel.dart
View file @
6d699ae
...
...
@@ -205,6 +205,8 @@ class MethodChannelMobileScanner extends MobileScannerPlatform {
@override
Future
<
void
>
stop
()
async
{
await
methodChannel
.
invokeMethod
<
void
>(
'stop'
);
_textureId
=
null
;
}
@override
...
...
Please
register
or
login
to post a comment