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
c67e2f3b
Commit
c67e2f3b
authored
Oct 09, 2022
by
Amarasinghe A.A.B.G.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes added
parent
4c842ae0
Changes
3
Hide 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 @
c67e2f3b
...
...
@@ -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 @
c67e2f3b
...
...
@@ -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 @
c67e2f3b
...
...
@@ -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