File tree 2 files changed +16
-10
lines changed
2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 4
4
5
5
learning flutter evry day.
6
6
7
- - 💼 Day 14
7
+ - 💼 Day 20
8
8
9
- - 📈 [[ ■■■□□□□□□□ ] 30 %] ( https://www.tiktok.com/@bastndev )
9
+ - 📈 [[ ■■■■ □□□□□□] 40 %] ( https://www.tiktok.com/@bastndev )
10
10
11
11
- 💬 Ask me about anything [ Here] ( https://github.com/bastndev/Flutter-ListView-1/issues )
12
12
13
13
## Light Mode 📱
14
14
<!-- Mockup-->
15
15
<div align =" center " >
16
- <img src="https://github.com/bastndev/Screenshot-Mobile/blob/main/assets/img/on11 .png" alt="">
16
+ <img src="https://github.com/bastndev/Screenshot-Mobile/blob/main/assets/img/lightMode .png" alt="">
17
17
</div >
18
18
19
19
20
20
## Dark Mode 📱
21
21
<div align =" center " >
22
- <img src="https://github.com/bastndev/Screenshot-Mobile/blob/main/assets/img/on12.png" alt="">
22
+ <img src="https://github.com/bastndev/Screenshot-Mobile/blob/main/assets/img/darkMode.png" alt="">
23
+ </div >
24
+
25
+ ## Gif Mode 📱
26
+ <div align =" center " >
27
+ <img src="https://github.com/bastndev/Screenshot-Mobile/blob/main/assets/img/allMode.gif" alt="">
23
28
</div >
24
29
25
30
<img src =" https://user-images.githubusercontent.com/73097560/115834477-dbab4500-a447-11eb-908a-139a6edaec5c.gif " >
Original file line number Diff line number Diff line change @@ -37,20 +37,21 @@ class _AnimatedScreenState extends State<AnimatedScreen> {
37
37
title: const Text ('Animated Container' ),
38
38
),
39
39
body: Center (
40
- child: Container (
40
+ child: AnimatedContainer (
41
+ duration: const Duration (milliseconds: 500 ),
41
42
width: _width,
42
43
height: _height,
43
44
decoration: BoxDecoration (
44
45
color: _color,
45
46
borderRadius: _borderRadius,
46
- )),
47
+ )
48
+ ),
47
49
),
48
50
floatingActionButton: FloatingActionButton (
49
- child: Icon (
50
- Icons .play_circle_outline,
51
- size: 45 ,
52
- ),
53
51
onPressed: changeShape,
52
+ child: const Icon (
53
+ Icons .play_circle_outline,size: 45 ,
54
+ ),
54
55
),
55
56
);
56
57
}
You can’t perform that action at this time.
0 commit comments