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
2023-03-17 16:44:16 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1cd07f71b6e46b1e9c8e027032bc3877299eb68f
1cd07f71
1 parent
fc8917d0
imp: upgrade deps
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
example/.gitignore
example/pubspec.yaml
example/.gitignore
View file @
1cd07f7
...
...
@@ -32,7 +32,6 @@
/build/
# Web related
lib/generated_plugin_registrant.dart
# Symbolication related
app.*.symbols
...
...
example/pubspec.yaml
View file @
1cd07f7
...
...
@@ -8,7 +8,7 @@ environment:
dependencies
:
flutter
:
sdk
:
flutter
image_picker
:
^0.8.
6
image_picker
:
^0.8.
7
mobile_scanner
:
path
:
../
...
...
@@ -16,7 +16,7 @@ dependencies:
dev_dependencies
:
flutter_test
:
sdk
:
flutter
lint
:
^
1.10.0
lint
:
^
2.0.1
flutter
:
uses-material-design
:
true
...
...
Please
register
or
login
to post a comment