Skip to content

Commit b6dc987

Browse files
authored
Update README.md
1 parent 5d52742 commit b6dc987

File tree

1 file changed

+54
-10
lines changed

1 file changed

+54
-10
lines changed

README.md

Lines changed: 54 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,60 @@
1-
# flutter_100weiget
1+
# 🚀 Flutter 100 Widgets with Handwrittin Notes with viusals | The Ultimate Beginner's Guide
22

3-
A new Flutter project.
3+
<div align="center">
4+
<img src="https://img.shields.io/badge/Flutter-%2302569B.svg?style=for-the-badge&logo=Flutter&logoColor=white" alt="Flutter">
5+
<img src="https://img.shields.io/badge/Beginner%20Friendly-✓-brightgreen" alt="Beginner Friendly">
6+
<img src="https://img.shields.io/github/stars/Crealify/Flutter-100-Widgets-with-Handwritten-Notes?style=social" alt="Stars">
7+
</div>
48

5-
## Getting Started
9+
<br>
610

7-
This project is a starting point for a Flutter application.
11+
📚 **Learn Flutter widgets the fun way!** This project combines **100+ practical code examples** with **hand-drawn visual notes** to help you master Flutter UI development faster than ever!
812

9-
A few resources to get you started if this is your first Flutter project:
13+
🎨 **Perfect for visual learners** who want to:
14+
- Understand widget behavior at a glance
15+
- Build strong mental models of Flutter layouts
16+
- Learn by doing with minimal theory
1017

11-
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
18+
[![Open in Visual Studio Code](https://img.shields.io/badge/-Open%20in%20VS%20Code-007ACC?style=for-the-badge&logo=visual-studio-code&logoColor=white)](https://open.vscode.dev/Crealify/Flutter-100-Widgets-with-Handwritten-Notes)
1319

14-
For help getting started with Flutter development, view the
15-
[online documentation](https://docs.flutter.dev/), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
20+
## 🌟 What Makes This Special?
21+
22+
<div align="center">
23+
<table>
24+
<tr>
25+
<td width="33%">
26+
<b>📝 Visual Notes</b><br>
27+
Hand-drawn diagrams that explain complex widgets simply
28+
</td>
29+
<td width="33%">
30+
<b>🧩 Modular Code</b><br>
31+
Uncomment one widget at a time to focus on learning
32+
</td>
33+
<td width="33%">
34+
<b>🚀 Instant Feedback</b><br>
35+
See changes immediately in your emulator
36+
</td>
37+
</tr>
38+
</table>
39+
</div>
40+
41+
## 📖 Handwritten Notes Preview
42+
43+
<div align="center">
44+
<img src="https://user-images.githubusercontent.com/86986662/156926248-abc1234d-32a5-4f1c-9e2e-5e5c8b5b0e9c.png" width="400" alt="Sample handwritten note">
45+
<br>
46+
<a href="assets/handwritten_notes/100_widget_handwritten_notes.pdf">
47+
<img src="https://img.shields.io/badge/Download_Full_PDF-EC1C24?style=for-the-badge&logo=adobe-acrobat-reader&logoColor=white" alt="Download PDF">
48+
</a>
49+
</div>
50+
51+
## 🛠️ Getting Started in 3 Steps
52+
53+
### 1️⃣ Clone & Open
54+
55+
git clone https://github.com/Crealify/Flutter-100-Widgets-with-Handwritten-Notes.git
56+
cd Flutter-100-Widgets-with-Handwritten-Notes
57+
code . # Opens in VS Code
58+
59+
60+
<div align="center"> <p>Made with ❤️ by <a href="https://github.com/Crealify">Crealify</a></p> <p>Empowering Flutter developers through visual learning</p> </div> ```

0 commit comments

Comments
 (0)