|
1 |
| -# flutter_100weiget |
| 1 | +# 🚀 Flutter 100 Widgets with Handwrittin Notes with viusals | The Ultimate Beginner's Guide |
2 | 2 |
|
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> |
4 | 8 |
|
5 |
| -## Getting Started |
| 9 | +<br> |
6 | 10 |
|
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! |
8 | 12 |
|
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 |
10 | 17 |
|
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 | +[](https://open.vscode.dev/Crealify/Flutter-100-Widgets-with-Handwritten-Notes) |
13 | 19 |
|
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