Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
Movie-app
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
Movie-app
Commits
250c8b27
Commit
250c8b27
authored
Feb 14, 2022
by
dio maulana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bal
parent
60df8261
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
3 deletions
+39
-3
main_page.dart
lib/pages/main_page.dart
+39
-3
No files found.
lib/pages/main_page.dart
View file @
250c8b27
...
@@ -16,7 +16,7 @@ class _MainPagesState extends State<MainPages> {
...
@@ -16,7 +16,7 @@ class _MainPagesState extends State<MainPages> {
backgroundColor:
Color
(
0xFF212121
),
backgroundColor:
Color
(
0xFF212121
),
body:
Stack
(
body:
Stack
(
children:
[
children:
[
Column
(
ListView
(
children:
[
children:
[
Align
(
Align
(
alignment:
Alignment
.
center
,
alignment:
Alignment
.
center
,
...
@@ -39,8 +39,44 @@ class _MainPagesState extends State<MainPages> {
...
@@ -39,8 +39,44 @@ class _MainPagesState extends State<MainPages> {
),
),
),
),
),
),
Column
(
Container
(
children:
[
Text
(
"popular"
)],
margin:
EdgeInsets
.
fromLTRB
(
30
,
10
,
10
,
30
),
child:
Row
(
children:
[
Text
(
"Popular"
,
style:
TextStyle
(
fontSize:
20
,
color:
Colors
.
white
,
fontWeight:
FontWeight
.
w700
),
),
Spacer
(),
Text
(
"See More"
,
style:
TextStyle
(
fontSize:
10
,
color:
Colors
.
white24
,
fontWeight:
FontWeight
.
w500
),
),
],
),
),
Align
(
alignment:
Alignment
.
centerLeft
,
child:
Container
(
margin:
EdgeInsets
.
fromLTRB
(
30
,
10
,
10
,
30
),
width:
200
,
height:
300
,
padding:
EdgeInsets
.
all
(
3
),
child:
ClipRRect
(
borderRadius:
BorderRadius
.
circular
(
35
),
child:
Image
(
image:
NetworkImage
(
"https://repository-images.githubusercontent.com/31792824/fb7e5700-6ccc-11e9-83fe-f602e1e1a9f1"
),
fit:
BoxFit
.
cover
,
),
),
),
)
)
],
],
)
)
...
...
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