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
2024-02-28 09:28:22 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d6b1ee2d5af4e9d1450086a6a8d0cf3d46d7f3bb
d6b1ee2d
1 parent
590a0d68
fix zoom example
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
example/lib/barcode_scanner_zoom.dart
example/lib/barcode_scanner_zoom.dart
View file @
d6b1ee2
import
'dart:async'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/material.dart'
;
import
'package:mobile_scanner/mobile_scanner.dart'
;
import
'package:mobile_scanner_example/scanned_barcode_label.dart'
;
...
...
@@ -94,7 +95,7 @@ class _BarcodeScannerWithZoomState extends State<BarcodeScannerWithZoom> {
color:
Colors
.
black
.
withOpacity
(
0.4
),
child:
Column
(
children:
[
_buildZoomScaleSlider
(),
if
(!
kIsWeb
)
_buildZoomScaleSlider
(),
Row
(
mainAxisAlignment:
MainAxisAlignment
.
spaceEvenly
,
children:
[
...
...
Please
register
or
login
to post a comment