Commit 307d8366 authored by Gamagedara G.M.H.S. 's avatar Gamagedara G.M.H.S.

manufacture section updated

parent afe8572e
...@@ -27,10 +27,11 @@ class _FirstState extends State<First> { ...@@ -27,10 +27,11 @@ class _FirstState extends State<First> {
GButton(icon: Icons.settings, text: 'Settings'), GButton(icon: Icons.settings, text: 'Settings'),
], ],
), ),
body: Center( body: Center(
child: SingleChildScrollView( child: SingleChildScrollView(
child: Column( child: Column(
children: [ children: [
Image.asset("assets/images/logo.png"),
Padding( Padding(
padding: EdgeInsets.all(35), padding: EdgeInsets.all(35),
child: Container( child: Container(
......
...@@ -15,7 +15,7 @@ class _HomeState extends State<Home> { ...@@ -15,7 +15,7 @@ class _HomeState extends State<Home> {
length: 2, length: 2,
child: Scaffold( child: Scaffold(
appBar: AppBar( appBar: AppBar(
backgroundColor: Colors.cyan, backgroundColor: Color.fromARGB(255, 34, 185, 205),
bottom: const TabBar( bottom: const TabBar(
tabs: [ tabs: [
Tab( Tab(
......
...@@ -14,7 +14,7 @@ packages: ...@@ -14,7 +14,7 @@ packages:
name: async name: async
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.9.0" version: "2.8.2"
barcode: barcode:
dependency: transitive dependency: transitive
description: description:
...@@ -42,21 +42,28 @@ packages: ...@@ -42,21 +42,28 @@ packages:
name: characters name: characters
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted 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: clock:
dependency: transitive dependency: transitive
description: description:
name: clock name: clock
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.1.1" version: "1.1.0"
collection: collection:
dependency: transitive dependency: transitive
description: description:
name: collection name: collection
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.16.0" version: "1.15.0"
crypto: crypto:
dependency: transitive dependency: transitive
description: description:
...@@ -77,7 +84,7 @@ packages: ...@@ -77,7 +84,7 @@ packages:
name: fake_async name: fake_async
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.3.1" version: "1.2.0"
flutter: flutter:
dependency: "direct main" dependency: "direct main"
description: flutter description: flutter
...@@ -129,21 +136,21 @@ packages: ...@@ -129,21 +136,21 @@ packages:
name: matcher name: matcher
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.12.12" version: "0.12.11"
material_color_utilities: material_color_utilities:
dependency: transitive dependency: transitive
description: description:
name: material_color_utilities name: material_color_utilities
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.1.5" version: "0.1.3"
meta: meta:
dependency: transitive dependency: transitive
description: description:
name: meta name: meta
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.8.0" version: "1.7.0"
native_device_orientation: native_device_orientation:
dependency: transitive dependency: transitive
description: description:
...@@ -157,7 +164,7 @@ packages: ...@@ -157,7 +164,7 @@ packages:
name: path name: path
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.8.2" version: "1.8.0"
qr: qr:
dependency: transitive dependency: transitive
description: description:
...@@ -176,7 +183,7 @@ packages: ...@@ -176,7 +183,7 @@ packages:
name: source_span name: source_span
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.9.0" version: "1.8.1"
stack_trace: stack_trace:
dependency: transitive dependency: transitive
description: description:
...@@ -197,21 +204,21 @@ packages: ...@@ -197,21 +204,21 @@ packages:
name: string_scanner name: string_scanner
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.1.1" version: "1.1.0"
term_glyph: term_glyph:
dependency: transitive dependency: transitive
description: description:
name: term_glyph name: term_glyph
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.2.1" version: "1.2.0"
test_api: test_api:
dependency: transitive dependency: transitive
description: description:
name: test_api name: test_api
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.4.12" version: "0.4.8"
typed_data: typed_data:
dependency: transitive dependency: transitive
description: description:
...@@ -225,7 +232,7 @@ packages: ...@@ -225,7 +232,7 @@ packages:
name: vector_math name: vector_math
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.1.2" version: "2.1.1"
sdks: sdks:
dart: ">=2.17.0-0 <3.0.0" dart: ">=2.16.1 <3.0.0"
flutter: ">=2.10.0" flutter: ">=2.10.0"
...@@ -60,6 +60,8 @@ flutter: ...@@ -60,6 +60,8 @@ flutter:
# included with your application, so that you can use the icons in # included with your application, so that you can use the icons in
# the material Icons class. # the material Icons class.
uses-material-design: true uses-material-design: true
assets:
- assets/images/logo.png
# To add assets to your application, add an assets section, like this: # To add assets to your application, add an assets section, like this:
# assets: # assets:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment