Skip to content

Commit 88b2812

Browse files
authored
Update README.md
1 parent d225d41 commit 88b2812

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,28 @@
22

33
A Flutter project demonstrating the use of built-in animation widgets as well as custom animations. Includes practical examples to help understand animation concepts and techniques in Flutter app development.
44

5+
## ✨ Features
6+
- ✅ Built-in Flutter animation widgets (e.g., AnimatedContainer, AnimatedOpacity)
7+
- 🔁 Custom animations using AnimationController and Tween
8+
- 🎯 Smooth navigation transitions
9+
- 📱 Responsive design
10+
511
<h3 align="left">Languages and Tools:</h3>
612
<p align="left">
713
<img src="https://www.vectorlogo.zone/logos/flutterio/flutterio-icon.svg" alt="flutter" width="50" height="45"/>
814
<img src="https://www.vectorlogo.zone/logos/dartlang/dartlang-icon.svg" alt="dart" width="50" height="45"/>
15+
&nbsp;
916
<img src="https://github.com/user-attachments/assets/81601bc6-d10f-436a-a3fa-fb3b129feaf6" alt="VS Code" width="50" height="45"/>
1017
</p>
11-
18+
<h3 align="left">Connect with me:</h3>
19+
<h5 align="left">
20+
<a href="https://www.linkedin.com/in/fady-esam/" target="_blank">
21+
<img src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg" alt="Fady Esam" height="45" width="45" />
22+
</a>
23+
&nbsp;
24+
<a href="mailto:fady.esam.0101@gmail.com" target="_blank">
25+
<img src="https://cdn-icons-png.flaticon.com/512/732/732200.png" alt="Email" height="45" width="50" />
26+
</a>
27+
</h5>
1228

1329

0 commit comments

Comments
 (0)