Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
B
Byodv2
Project
Project
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
Dio Maulana
Byodv2
Commits
21f22719
Commit
21f22719
authored
Sep 15, 2022
by
Dio Maulana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s
parent
b13f1f74
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
menu_list_utama.dart
lib/ui/home/menu_list_utama.dart
+0
-1
new_home2.dart
lib/ui/home/new_home2.dart
+6
-3
No files found.
lib/ui/home/menu_list_utama.dart
View file @
21f22719
// ignore_for_file: sized_box_for_whitespace
import
'package:byod/bloc/order_bloc.dart'
;
import
'package:byod/helper/widget/poni_bottom_sheet.dart'
;
import
'package:byod/models/orders.dart'
;
import
'package:byod/ui/home/variant_cat.dart'
;
import
'package:flutter/material.dart'
;
...
...
lib/ui/home/new_home2.dart
View file @
21f22719
...
...
@@ -67,9 +67,12 @@ class _NewHome2State extends State<NewHome2> {
void
initState
()
{
_scrollController
.
addListener
(
()
{
if
(
isFirstLoad
)
{
setState
(()
{
isFirstLoad
=
false
;
});
}
// double positionCustomScrollView = _scrollController.position.pixels;
// print(positionCustomScrollView);
// if (_scrollController.position.pixels >=
...
...
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