Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
Vasthram
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ramesh Babu Puvvadi
Vasthram
Commits
879a993a
Commit
879a993a
authored
Jul 09, 2024
by
Ramesh Babu Puvvadi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Identifyproduct.dart
parent
69fdc9d1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
70 deletions
+0
-70
Identifyproduct.dart
lib/Identifyproduct.dart
+0
-70
No files found.
lib/Identifyproduct.dart
View file @
879a993a
...
@@ -528,76 +528,6 @@ class _Identifyproduct extends State<Identifyproduct> {
...
@@ -528,76 +528,6 @@ class _Identifyproduct extends State<Identifyproduct> {
),
),
],
],
),
),
//stylecode.isNotEmpty
//const Padding(padding: EdgeInsets.only(left: 10, bottom: 8)),
// Row(
// mainAxisAlignment: MainAxisAlignment.start,
// children: [
// Flexible(
// flex: 6, // 60% of the width
// fit: FlexFit.tight,
// child: Container(
// decoration: BoxDecoration(
// color: const Color.fromARGB(255, 69, 66, 121),
// borderRadius: const BorderRadius.only(
// topLeft: Radius.circular(10),
// bottomLeft: Radius.circular(10),
// ),
// border: Border.all(
// color: Colors.white, // Set border color to white
// width: 1, // Set border width
// ),
// ),
// padding: const EdgeInsets.all(12),
// child: const Column(
// mainAxisAlignment: MainAxisAlignment
// .end, // Align content at the bottom
// crossAxisAlignment: CrossAxisAlignment.end,
// children: [
// Text(
// '\t STYLE CODE: \t',
// style: TextStyle(
// fontSize: 14,
// color: Colors.white,
// ),
// textAlign: TextAlign.right,
// ),
// ],
// ),
// ),
// ),
// Flexible(
// flex: 4, // 40% of the width
// fit: FlexFit.tight,
// child: Container(
// decoration: BoxDecoration(
// color: const Color.fromARGB(255, 255, 255, 255),
// borderRadius: const BorderRadius.only(
// topRight: Radius.circular(10),
// bottomRight: Radius.circular(10),
// ),
// border: Border.all(
// color: Colors.white, // Set border color to white
// width: 1, // Set border width
// ),
// ),
// padding: const EdgeInsets.all(12),
// child: Column(
// children: [
// Text(
// stylecode,
// style: const TextStyle(
// fontSize: 15,
// color: Color.fromARGB(255, 69, 66, 121),
// ),
// ),
// ],
// ),
// ),
// ),
// ],
// ),
],
],
)
)
else
else
...
...
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