Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
SupplyDeck Consumer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2022-126
SupplyDeck Consumer
Commits
307d8366
Commit
307d8366
authored
Nov 14, 2022
by
Gamagedara G.M.H.S.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manufacture section updated
parent
afe8572e
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
27 additions
and
17 deletions
+27
-17
assets/images/logo.png
assets/images/logo.png
+0
-0
lib/pages/first.dart
lib/pages/first.dart
+2
-1
lib/pages/qr_home.dart
lib/pages/qr_home.dart
+1
-1
pubspec.lock
pubspec.lock
+22
-15
pubspec.yaml
pubspec.yaml
+2
-0
No files found.
assets/images/logo.png
0 → 100644
View file @
307d8366
29.7 KB
lib/pages/first.dart
View file @
307d8366
...
...
@@ -31,6 +31,7 @@ class _FirstState extends State<First> {
child:
SingleChildScrollView
(
child:
Column
(
children:
[
Image
.
asset
(
"assets/images/logo.png"
),
Padding
(
padding:
EdgeInsets
.
all
(
35
),
child:
Container
(
...
...
lib/pages/qr_home.dart
View file @
307d8366
...
...
@@ -15,7 +15,7 @@ class _HomeState extends State<Home> {
length:
2
,
child:
Scaffold
(
appBar:
AppBar
(
backgroundColor:
Color
s
.
cyan
,
backgroundColor:
Color
.
fromARGB
(
255
,
34
,
185
,
205
)
,
bottom:
const
TabBar
(
tabs:
[
Tab
(
...
...
pubspec.lock
View file @
307d8366
...
...
@@ -14,7 +14,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.
9.0
"
version: "2.
8.2
"
barcode:
dependency: transitive
description:
...
...
@@ -42,21 +42,28 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.1"
version: "1.2.0"
charcode:
dependency: transitive
description:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.1"
clock:
dependency: transitive
description:
name: clock
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.
1
"
version: "1.1.
0
"
collection:
dependency: transitive
description:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.1
6
.0"
version: "1.1
5
.0"
crypto:
dependency: transitive
description:
...
...
@@ -77,7 +84,7 @@ packages:
name: fake_async
url: "https://pub.dartlang.org"
source: hosted
version: "1.
3.1
"
version: "1.
2.0
"
flutter:
dependency: "direct main"
description: flutter
...
...
@@ -129,21 +136,21 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.1
2
"
version: "0.12.1
1
"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.
5
"
version: "0.1.
3
"
meta:
dependency: transitive
description:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.
8
.0"
version: "1.
7
.0"
native_device_orientation:
dependency: transitive
description:
...
...
@@ -157,7 +164,7 @@ packages:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.
2
"
version: "1.8.
0
"
qr:
dependency: transitive
description:
...
...
@@ -176,7 +183,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.
9.0
"
version: "1.
8.1
"
stack_trace:
dependency: transitive
description:
...
...
@@ -197,21 +204,21 @@ packages:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.
1
"
version: "1.1.
0
"
term_glyph:
dependency: transitive
description:
name: term_glyph
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.
1
"
version: "1.2.
0
"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.
12
"
version: "0.4.
8
"
typed_data:
dependency: transitive
description:
...
...
@@ -225,7 +232,7 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.
2
"
version: "2.1.
1
"
sdks:
dart: ">=2.1
7.0-0
<3.0.0"
dart: ">=2.1
6.1
<3.0.0"
flutter: ">=2.10.0"
pubspec.yaml
View file @
307d8366
...
...
@@ -60,6 +60,8 @@ flutter:
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design
:
true
assets
:
-
assets/images/logo.png
# To add assets to your application, add an assets section, like this:
# assets:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment