Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
feelver
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
2F-ART
feelver
Commits
0998e7b2
Commit
0998e7b2
authored
Jun 26, 2020
by
Mobile : Ball (Apprentice)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mycart_page
parent
d3f3deb0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletions
+6
-1
assets/images/Thai massage.png
+0
-0
lib/ui/home/home.dart
+5
-0
lib/ui/login/login.dart
+1
-1
lib/ui/mycart/mycart_page.dart
+0
-0
No files found.
assets/images/Thai massage.png
0 → 100644
View file @
0998e7b2
19.5 KB
lib/ui/home/home.dart
View file @
0998e7b2
import
'package:feelverapp/ui/login/login.dart'
;
import
'package:feelverapp/ui/menu/menu.dart'
;
import
'package:feelverapp/ui/mycart/mycart_page.dart'
;
import
'package:feelverapp/ui/nearme/near_me_list.dart'
;
import
'package:feelverapp/ui/reserve/reserve_list.dart'
;
import
'package:feelverapp/ui/shop/shop_list.dart'
;
...
...
@@ -95,6 +96,10 @@ class _HomePageState extends State<HomePage> {
height:
SizeConfig
.
getWidth
(
24
),
),
onPressed:
()
{
Navigator
.
push
(
context
,
MaterialPageRoute
(
builder:
(
context
)
=>
MyCart
()),
);
// Navigator.push(
// context,
// MaterialPageRoute(builder: (context) => LoginPage()),
...
...
lib/ui/login/login.dart
View file @
0998e7b2
...
...
@@ -50,7 +50,7 @@ class _LoginPageState extends State<LoginPage> with TickerProviderStateMixin {
TabBar
(
indicatorColor:
Color
.
fromRGBO
(
106
,
179
,
170
,
1
),
unselectedLabelColor:
Colors
.
grey
[
400
],
labelColor:
Colors
.
red
,
labelColor:
Colors
.
black
,
controller:
_tabController
,
// onTap: (v) => registerBloc.changeMethodRegister(v),
tabs:
<
Widget
>[
...
...
lib/ui/mycart/mycart_page.dart
0 → 100644
View file @
0998e7b2
This diff is collapsed.
Click to expand it.
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