Updated ui
This commit is contained in:
parent
55ac88ccc9
commit
0fb9153a03
4 changed files with 26 additions and 25 deletions
|
|
@ -41,11 +41,11 @@ class _ApprovalPageState extends State<ApprovalPage> {
|
||||||
begin: Alignment.topCenter,
|
begin: Alignment.topCenter,
|
||||||
end: Alignment.bottomCenter,
|
end: Alignment.bottomCenter,
|
||||||
colors: [
|
colors: [
|
||||||
Color.fromRGBO(51, 34, 61, 1),
|
Color.fromRGBO(37, 25, 44, 1),
|
||||||
Color.fromRGBO(22, 33, 44, 1),
|
Color.fromRGBO(22, 33, 44, 1),
|
||||||
Color.fromRGBO(22, 33, 44, 1),
|
Color.fromRGBO(22, 33, 44, 1),
|
||||||
Color.fromRGBO(22, 33, 44, 1),
|
Color.fromRGBO(22, 33, 44, 1),
|
||||||
Color.fromRGBO(30, 56, 50, 1),
|
Color.fromRGBO(25, 46, 41, 1),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
|
|
@ -32,11 +32,11 @@ class IndexPage extends StatelessWidget {
|
||||||
begin: Alignment.topCenter,
|
begin: Alignment.topCenter,
|
||||||
end: Alignment.bottomCenter,
|
end: Alignment.bottomCenter,
|
||||||
colors: [
|
colors: [
|
||||||
Color.fromRGBO(51, 34, 61, 1),
|
Color.fromRGBO(37, 25, 44, 1),
|
||||||
Color.fromRGBO(22, 33, 44, 1),
|
Color.fromRGBO(22, 33, 44, 1),
|
||||||
Color.fromRGBO(22, 33, 44, 1),
|
Color.fromRGBO(22, 33, 44, 1),
|
||||||
Color.fromRGBO(22, 33, 44, 1),
|
Color.fromRGBO(22, 33, 44, 1),
|
||||||
Color.fromRGBO(30, 56, 50, 1),
|
Color.fromRGBO(25, 46, 41, 1),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
@ -83,11 +83,14 @@ class IndexPage extends StatelessWidget {
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
const MaxGap(516),
|
const MaxGap(516),
|
||||||
const ImageWidget(imagePath: 'assets/pat-alcala.webp', size: 74, measureByHeight: false),
|
Opacity(
|
||||||
|
opacity: 0.7,
|
||||||
|
child: const ImageWidget(imagePath: 'assets/pat-alcala.webp', size: 74, measureByHeight: false),
|
||||||
|
),
|
||||||
const Gap(4),
|
const Gap(4),
|
||||||
const TextWidget(
|
const TextWidget(
|
||||||
text: "Developed By: Pat Alcala",
|
text: "Developed By: Pat Alcala",
|
||||||
color: Color.fromRGBO(244, 243, 243, 0.8),
|
color: Color.fromRGBO(244, 243, 243, 0.7),
|
||||||
bold: false,
|
bold: false,
|
||||||
size: 10,
|
size: 10,
|
||||||
),
|
),
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
import 'dart:developer';
|
|
||||||
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter_dotenv/flutter_dotenv.dart';
|
import 'package:flutter_dotenv/flutter_dotenv.dart';
|
||||||
import 'package:gap/gap.dart';
|
import 'package:gap/gap.dart';
|
||||||
|
|
@ -110,11 +108,11 @@ class _LoginPageState extends State<LoginPage> {
|
||||||
begin: Alignment.topCenter,
|
begin: Alignment.topCenter,
|
||||||
end: Alignment.bottomCenter,
|
end: Alignment.bottomCenter,
|
||||||
colors: [
|
colors: [
|
||||||
Color.fromRGBO(51, 34, 61, 1),
|
Color.fromRGBO(37, 25, 44, 1),
|
||||||
Color.fromRGBO(22, 33, 44, 1),
|
Color.fromRGBO(22, 33, 44, 1),
|
||||||
Color.fromRGBO(22, 33, 44, 1),
|
Color.fromRGBO(22, 33, 44, 1),
|
||||||
Color.fromRGBO(22, 33, 44, 1),
|
Color.fromRGBO(22, 33, 44, 1),
|
||||||
Color.fromRGBO(30, 56, 50, 1),
|
Color.fromRGBO(25, 46, 41, 1),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
|
|
@ -55,11 +55,11 @@ class _BarcodeScannerScreenState extends State<BarcodeScannerScreen> {
|
||||||
begin: Alignment.topCenter,
|
begin: Alignment.topCenter,
|
||||||
end: Alignment.bottomCenter,
|
end: Alignment.bottomCenter,
|
||||||
colors: [
|
colors: [
|
||||||
Color.fromRGBO(51, 34, 61, 1),
|
Color.fromRGBO(37, 25, 44, 1),
|
||||||
Color.fromRGBO(22, 33, 44, 1),
|
Color.fromRGBO(22, 33, 44, 1),
|
||||||
Color.fromRGBO(22, 33, 44, 1),
|
Color.fromRGBO(22, 33, 44, 1),
|
||||||
Color.fromRGBO(22, 33, 44, 1),
|
Color.fromRGBO(22, 33, 44, 1),
|
||||||
Color.fromRGBO(30, 56, 50, 1),
|
Color.fromRGBO(25, 46, 41, 1),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
@ -80,19 +80,19 @@ class _BarcodeScannerScreenState extends State<BarcodeScannerScreen> {
|
||||||
Container(
|
Container(
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
borderRadius: BorderRadius.circular(36),
|
borderRadius: BorderRadius.circular(36),
|
||||||
border: BoxBorder.all(color: const Color.fromARGB(58, 227, 227, 227)),
|
border: BoxBorder.all(color: const Color.fromARGB(64, 227, 227, 227)),
|
||||||
boxShadow: [
|
// boxShadow: [
|
||||||
const BoxShadow(
|
// const BoxShadow(
|
||||||
color: Color.fromRGBO(5, 5, 8, 0.526),
|
// color: Color.fromRGBO(5, 5, 8, 0.526),
|
||||||
blurRadius: 6,
|
// blurRadius: 6,
|
||||||
offset: Offset(4, 4), // left and up
|
// offset: Offset(4, 4), // left and up
|
||||||
),
|
// ),
|
||||||
const BoxShadow(
|
// const BoxShadow(
|
||||||
color: Color.fromRGBO(92, 71, 97, 0.526),
|
// color: Color.fromRGBO(92, 71, 97, 0.526),
|
||||||
blurRadius: 6,
|
// blurRadius: 6,
|
||||||
offset: Offset(-4, -4), // right and down
|
// offset: Offset(-4, -4), // right and down
|
||||||
),
|
// ),
|
||||||
],
|
// ],
|
||||||
),
|
),
|
||||||
height: 330,
|
height: 330,
|
||||||
width: 340,
|
width: 340,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue