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
Julian Steenbakker
2022-09-23 14:22:52 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0616500f6a797a28dfedbb020282dd45b4319555
0616500f
1 parent
2f783dff
refactor: remove redundant import
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
lib/src/mobile_scanner_controller.dart
lib/src/mobile_scanner_controller.dart
View file @
0616500
1
import
'dart:async'
;
1
import
'dart:async'
;
2
import
'dart:io'
;
2
import
'dart:io'
;
3
-
import
'dart:typed_data'
;
4
3
5
import
'package:flutter/cupertino.dart'
;
4
import
'package:flutter/cupertino.dart'
;
6
import
'package:flutter/foundation.dart'
;
5
import
'package:flutter/foundation.dart'
;
Please
register
or
login
to post a comment