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
f4facb35
Commit
f4facb35
authored
Oct 09, 2022
by
Amarasinghe A.A.B.G.
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'IT19061580' into 'master'
It19061580 See merge request
!3
parents
cd170d6c
1cb619b5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
lib/pages/first.dart
lib/pages/first.dart
+1
-1
lib/pages/qr_home.dart
lib/pages/qr_home.dart
+1
-1
lib/pages/second.dart
lib/pages/second.dart
+1
-1
No files found.
lib/pages/first.dart
View file @
f4facb35
...
...
@@ -35,7 +35,7 @@ class _FirstState extends State<First> {
),
),
MaterialButton
(
color:
Colors
.
indigo
,
color:
Colors
.
cyan
,
onPressed:
()
{
setState
(()
{
code
=
title
.
text
;
...
...
lib/pages/qr_home.dart
View file @
f4facb35
...
...
@@ -15,7 +15,7 @@ class _HomeState extends State<Home> {
length:
2
,
child:
Scaffold
(
appBar:
AppBar
(
backgroundColor:
Colors
.
indigo
[
700
]
,
backgroundColor:
Colors
.
cyan
,
bottom:
const
TabBar
(
tabs:
[
Tab
(
...
...
lib/pages/second.dart
View file @
f4facb35
...
...
@@ -64,7 +64,7 @@ class _SecondState extends State<Second> {
mainAxisAlignment:
MainAxisAlignment
.
center
,
children:
[
Text
(
"
Code
:"
+
_qrInfo
!,
"
Pharmaceutical
:"
+
_qrInfo
!,
style:
TextStyle
(
fontSize:
25
,
),
...
...
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