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,
|
||||
end: Alignment.bottomCenter,
|
||||
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(30, 56, 50, 1),
|
||||
Color.fromRGBO(25, 46, 41, 1),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
|
|||
|
|
@ -32,11 +32,11 @@ class IndexPage extends StatelessWidget {
|
|||
begin: Alignment.topCenter,
|
||||
end: Alignment.bottomCenter,
|
||||
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(30, 56, 50, 1),
|
||||
Color.fromRGBO(25, 46, 41, 1),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
@ -83,11 +83,14 @@ class IndexPage extends StatelessWidget {
|
|||
],
|
||||
),
|
||||
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 TextWidget(
|
||||
text: "Developed By: Pat Alcala",
|
||||
color: Color.fromRGBO(244, 243, 243, 0.8),
|
||||
color: Color.fromRGBO(244, 243, 243, 0.7),
|
||||
bold: false,
|
||||
size: 10,
|
||||
),
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
import 'dart:developer';
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_dotenv/flutter_dotenv.dart';
|
||||
import 'package:gap/gap.dart';
|
||||
|
|
@ -110,11 +108,11 @@ class _LoginPageState extends State<LoginPage> {
|
|||
begin: Alignment.topCenter,
|
||||
end: Alignment.bottomCenter,
|
||||
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(30, 56, 50, 1),
|
||||
Color.fromRGBO(25, 46, 41, 1),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
|
|||
|
|
@ -55,11 +55,11 @@ class _BarcodeScannerScreenState extends State<BarcodeScannerScreen> {
|
|||
begin: Alignment.topCenter,
|
||||
end: Alignment.bottomCenter,
|
||||
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(30, 56, 50, 1),
|
||||
Color.fromRGBO(25, 46, 41, 1),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
@ -80,19 +80,19 @@ class _BarcodeScannerScreenState extends State<BarcodeScannerScreen> {
|
|||
Container(
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(36),
|
||||
border: BoxBorder.all(color: const Color.fromARGB(58, 227, 227, 227)),
|
||||
boxShadow: [
|
||||
const BoxShadow(
|
||||
color: Color.fromRGBO(5, 5, 8, 0.526),
|
||||
blurRadius: 6,
|
||||
offset: Offset(4, 4), // left and up
|
||||
),
|
||||
const BoxShadow(
|
||||
color: Color.fromRGBO(92, 71, 97, 0.526),
|
||||
blurRadius: 6,
|
||||
offset: Offset(-4, -4), // right and down
|
||||
),
|
||||
],
|
||||
border: BoxBorder.all(color: const Color.fromARGB(64, 227, 227, 227)),
|
||||
// boxShadow: [
|
||||
// const BoxShadow(
|
||||
// color: Color.fromRGBO(5, 5, 8, 0.526),
|
||||
// blurRadius: 6,
|
||||
// offset: Offset(4, 4), // left and up
|
||||
// ),
|
||||
// const BoxShadow(
|
||||
// color: Color.fromRGBO(92, 71, 97, 0.526),
|
||||
// blurRadius: 6,
|
||||
// offset: Offset(-4, -4), // right and down
|
||||
// ),
|
||||
// ],
|
||||
),
|
||||
height: 330,
|
||||
width: 340,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue