Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added android/app/src/main/res/ic_launcher-web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ios/Flutter/flutter_export_environment.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=C:\flutter"
export "FLUTTER_APPLICATION_PATH=F:\OfficeWorks\codecanyon-22764499-ecommerce-ui-kit-using-flutter\treva_shop_flutter"
export "FLUTTER_APPLICATION_PATH=C:\Users\ASUS\Desktop\aslshop"
export "FLUTTER_TARGET=lib\main.dart"
export "FLUTTER_BUILD_DIR=build"
export "SYMROOT=${SOURCE_ROOT}/../build\ios"
Expand Down
6 changes: 3 additions & 3 deletions lib/UI/AcountUIComponent/AboutApps.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ class _aboutAppsState extends State<aboutApps> {
fontFamily: "Gotik"),
),
centerTitle: true,
iconTheme: IconThemeData(color: Color.fromRGBO(101, 36, 255, 99)),
backgroundColor: Color.fromRGBO(101, 36, 255, 50),
iconTheme: IconThemeData(color: Colors.black),
backgroundColor: Color.fromRGBO(101, 36, 255, 99),
elevation: 0.0,
),
body: SingleChildScrollView(
child: Container(
color: Color.fromRGBO(101, 36, 255, .25),
color: Colors.white30,
child: Column(
children: <Widget>[
Padding(
Expand Down
2 changes: 1 addition & 1 deletion lib/UI/AcountUIComponent/CallCenter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class _callCenterState extends State<callCenter> {
elevation: 0.0,
),
body: Container(
color: Color.fromRGBO(101, 36, 255, .25),
color: Colors.white30,
child: Center(
child: Column(
crossAxisAlignment: CrossAxisAlignment.center,
Expand Down
18 changes: 9 additions & 9 deletions lib/UI/AcountUIComponent/CreditCardSetting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ class _creditCardSettingState extends State<creditCardSetting> {
),
body: SingleChildScrollView(
child: Container(
color: Color.fromRGBO(101, 36, 255, .20),
color: Colors.white30,
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
mainAxisAlignment: MainAxisAlignment.start,
children: <Widget>[
Padding(
padding:
const EdgeInsets.only(top: 10.0, left: 15.0, right: 15.0),
const EdgeInsets.only(top: 10.0, left: 15.0, right: 15.0),
child: Stack(
children: <Widget>[
Image.asset(
Expand Down Expand Up @@ -91,7 +91,7 @@ class _creditCardSettingState extends State<creditCardSetting> {
Text(
"Card Name",
style:
_txtCustomSub.copyWith(color: Colors.white),
_txtCustomSub.copyWith(color: Colors.white),
),
Text("CVV / CVC",
style: _txtCustomSub.copyWith(
Expand Down Expand Up @@ -129,7 +129,7 @@ class _creditCardSettingState extends State<creditCardSetting> {
creditCard(),
Padding(
padding:
const EdgeInsets.only(top: 30.0, left: 15.0, bottom: 10.0),
const EdgeInsets.only(top: 30.0, left: 15.0, bottom: 10.0),
child: Text(
"Transactions Details",
style: _txtCustomHead.copyWith(fontSize: 16.0),
Expand All @@ -152,7 +152,7 @@ class creditCard extends StatelessWidget {
padding: const EdgeInsets.only(top: 20.0, left: 15.0, right: 15.0),
child: Container(
decoration: BoxDecoration(
color: Color.fromRGBO(255, 222, 92, 99),
color: Colors.black.withOpacity(.3),
borderRadius: BorderRadius.all(Radius.circular(5.0)),
boxShadow: [
BoxShadow(
Expand All @@ -165,7 +165,7 @@ class creditCard extends StatelessWidget {
children: <Widget>[
Padding(
padding:
const EdgeInsets.only(top: 20.0, left: 20.0, right: 60.0),
const EdgeInsets.only(top: 20.0, left: 20.0, right: 60.0),
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: <Widget>[
Expand Down Expand Up @@ -258,7 +258,7 @@ class creditCard extends StatelessWidget {
Container(
height: 50.0,
width: 1000.0,
color: Colors.green,
color: Color.fromRGBO(101, 36, 255, 99),
child: Center(
child: Text("Edit Details",
style: _txtCustomHead.copyWith(
Expand All @@ -280,7 +280,7 @@ class transactionsDetail extends StatelessWidget {
top: 10.0, left: 15.0, right: 15.0, bottom: 10.0),
child: Container(
decoration: BoxDecoration(
color: Color.fromRGBO(255, 222, 92, 99),
color: Colors.black.withOpacity(.3),
borderRadius: BorderRadius.all(Radius.circular(5.0)),
boxShadow: [
BoxShadow(
Expand Down Expand Up @@ -359,7 +359,7 @@ class dataTransaction extends StatelessWidget {
),
Text(price,
style: _txtCustomSub.copyWith(
color: Colors.redAccent,
color: Colors.green,
fontSize: 16.0,
)),
],
Expand Down
2 changes: 1 addition & 1 deletion lib/UI/AcountUIComponent/Message.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class _chatState extends State<chat> {
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Color.fromRGBO(101, 36, 255, 99),
backgroundColor: Color.fromRGBO(101, 36, 255, 99),
appBar: AppBar(
title: Text(
"Message",
Expand Down
15 changes: 8 additions & 7 deletions lib/UI/AcountUIComponent/MyOrders.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class order extends StatefulWidget {
class _orderState extends State<order> {

static var _txtCustom = TextStyle(
color: Colors.black54,
color: Colors.black,
fontSize: 15.0,
fontWeight: FontWeight.w500,
fontFamily: "Gotik",
Expand Down Expand Up @@ -65,21 +65,22 @@ class _orderState extends State<order> {
MediaQueryData mediaQueryData = MediaQuery.of(context);
return Scaffold(
appBar: AppBar(
backgroundColor: Color.fromRGBO(101, 36, 255, 99),
title: Text(
"Track My Order",
style: TextStyle(
fontWeight: FontWeight.w700,
fontSize: 20.0,
color: Colors.black54,
color: Colors.white,
fontFamily: "Gotik"),
),
centerTitle: true,
iconTheme: IconThemeData(color: Color(0xFF6991C7)),
iconTheme: IconThemeData(color: Colors.black),
elevation: 0.0,
),
body: SingleChildScrollView(
child: Container(
color: Color.fromRGBO(101, 36, 255, .25),
color: Colors.black.withOpacity(.2),
width: 800.0,
child: Padding(
padding: const EdgeInsets.only(top: 20.0, left: 25.0),
Expand All @@ -100,7 +101,7 @@ class _orderState extends State<order> {
Text(
"Orders",
style: _txtCustom.copyWith(
color: Colors.black54,
color: Colors.black,
fontSize: 18.0,
fontWeight: FontWeight.w600),
),
Expand Down Expand Up @@ -175,11 +176,11 @@ class _orderState extends State<order> {
child: Container(
height: 130.0,
decoration: BoxDecoration(
color: Colors.redAccent,
color: Colors.white30,
borderRadius: BorderRadius.all(Radius.circular(10.0)),
boxShadow: [
BoxShadow(
color: Colors.white,
color: Colors.black.withOpacity(.4),
blurRadius: 4.5,
spreadRadius: 1.0,
)
Expand Down
4 changes: 2 additions & 2 deletions lib/UI/AcountUIComponent/Notification.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class _notificationState extends State<notification> {
Widget build(BuildContext context) {
MediaQueryData mediaQuery = MediaQuery.of(context);
return Scaffold(
backgroundColor: Colors.white,
backgroundColor: Colors.white,
appBar: AppBar(
title: Text(
"Notification",
Expand Down Expand Up @@ -68,7 +68,7 @@ class _notificationState extends State<notification> {
});
},
background: Container(
color: Color.fromRGBO(101, 36, 255, .20),
color: Colors.white30,
),
child: Container(
height: 88.0,
Expand Down
66 changes: 33 additions & 33 deletions lib/UI/AcountUIComponent/Profile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,48 +45,48 @@ class _profilState extends State<profil> {
Container(

),
Column(
crossAxisAlignment: CrossAxisAlignment.center,
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
Container(
height: 100.0,
width: 100.0,
decoration: BoxDecoration(
border: Border.all(color: Colors.black, width: 2.5),
shape: BoxShape.circle,
image: DecorationImage(
image: AssetImage("assets/img/womanface.jpg"))),
),
Padding(
padding: const EdgeInsets.only(top: 5.0),
child: Text(
"Malinda Smith",
style: _txtName,
Column(
crossAxisAlignment: CrossAxisAlignment.center,
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
Container(
height: 100.0,
width: 100.0,
decoration: BoxDecoration(
border: Border.all(color: Colors.black, width: 2.5),
shape: BoxShape.circle,
image: DecorationImage(
image: AssetImage("assets/img/womanface.jpg"))),
),
),
InkWell(
onTap: null,
child: Padding(
padding: const EdgeInsets.only(top: 0.0),
Padding(
padding: const EdgeInsets.only(top: 5.0),
child: Text(
"Edit Profile",
style: _txtEdit,
"Malinda Smith",
style: _txtName,
),
),
),
],
),
Container(
InkWell(
onTap: null,
child: Padding(
padding: const EdgeInsets.only(top: 0.0),
child: Text(
"Edit Profile",
style: _txtEdit,
),
),
),
],
),
Container(

),
],
),
],
),
);

return SingleChildScrollView(
child: Container(
color: Color.fromRGBO(101, 36, 255, .20),
color: Colors.white30,
child: Stack(
children: <Widget>[
/// Setting Header Banner
Expand Down Expand Up @@ -129,7 +129,7 @@ class _profilState extends State<profil> {
tap: () {
Navigator.of(context).push(PageRouteBuilder(
pageBuilder: (_, __, ___) =>
new creditCardSetting()));
new creditCardSetting()));
},
),
Padding(
Expand Down
10 changes: 5 additions & 5 deletions lib/UI/AcountUIComponent/SettingAcount.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class _settingAcountState extends State<settingAcount> {
child: Container(
height: 50.0,
width: 1000.0,
color: Colors.red,
color: Color.fromRGBO(101, 36, 255, 99),
child: Padding(
padding: const EdgeInsets.only(
top: 13.0, left: 20.0, bottom: 15.0),
Expand Down Expand Up @@ -104,7 +104,7 @@ class setting extends StatelessWidget {
child: Container(
height: 235.0,
decoration: BoxDecoration(
color: Color.fromRGBO(101, 36, 255, .25),
color: Colors.white30,
),
child: Padding(
padding: const EdgeInsets.only(left: 20.0),
Expand Down Expand Up @@ -137,7 +137,7 @@ class setting extends StatelessWidget {
),
Icon(
Icons.keyboard_arrow_right,
color: Colors.yellowAccent,
color: Colors.black,
)
]),
),
Expand All @@ -159,7 +159,7 @@ class setting extends StatelessWidget {
),
Icon(
Icons.keyboard_arrow_right,
color: Colors.yellowAccent,
color: Colors.black,
)
]),
),
Expand All @@ -181,7 +181,7 @@ class setting extends StatelessWidget {
),
Icon(
Icons.keyboard_arrow_right,
color: Colors.yellowAccent,
color: Colors.black,
)
]),
),
Expand Down
Loading