|
1 | 1 |
|
2 | 2 | ## FLUTTER |
3 | 3 |
|
4 | | -* [Game Physics Basics for Flutter Games by Flutter](https://www.youtube.com/watch?v=afymGuZTCWw) |
| 4 | +### WATCHED |
5 | 5 |
|
6 | | -* [Flutter Bloc Easy Tutorial by Flutter Mapp](https://www.youtube.com/watch?v=3bEkaRUVOeU); [Flutter Bloc Mistakes by AbedDev](https://www.youtube.com/watch?v=FklNwVd__Zs) |
| 6 | +*GameDev* |
| 7 | +- [x] [Game Physics Basics for Flutter Games by Flutter](https://www.youtube.com/watch?v=afymGuZTCWw) |
| 8 | +*Bloc* |
| 9 | +- [x] [Flutter Bloc Easy Tutorial by Flutter Mapp](https://www.youtube.com/watch?v=3bEkaRUVOeU) |
| 10 | +- [x] [Flutter Bloc Mistakes by AbedDev](https://www.youtube.com/watch?v=FklNwVd__Zs) |
7 | 11 |
|
| 12 | +- [ ] [Flutter, Flame and Fragment Shaders](https://www.youtube.com/watch?v=A4l1v0Kc-uk); Flutter Con EU |
| 13 | +- [ ] [Flutter Fragment Shaders Complete Guide by Yash Makan](https://www.youtube.com/watch?v=bdy2mi7S5Nk) |
| 14 | +- [ ] [GameState Machine inf Flame by vlogize](https://www.youtube.com/watch?v=_S9CM_xS03s) |
8 | 15 |
|
9 | | -### Flame Game Engine: [docs](https://docs.flame-engine.org/latest/flame/flame.html) |
10 | | - |
11 | | -* [Flutter, Flame and Fragment Shaders](https://www.youtube.com/watch?v=A4l1v0Kc-uk); [Flutter Fragment Shaders Complete Guide by Yash Makan](https://www.youtube.com/watch?v=bdy2mi7S5Nk) |
| 16 | +--- |
12 | 17 |
|
13 | | -* [GameState Machine inf Flame by vlogize](https://www.youtube.com/watch?v=_S9CM_xS03s) |
| 18 | +### Flame Game Engine: [docs](https://docs.flame-engine.org/latest/flame/flame.html) |
14 | 19 |
|
15 | 20 | * [SproutValley Devlog in Flame](https://www.youtube.com/playlist?list=PLTFTFL2VyoV0ESIwGpjxN3tOOUW0ccdZq) |
16 | 21 |
|
|
21 | 26 | * [3D Game in Flame](https://www.youtube.com/watch?v=zOP3L5B0O0c) |
22 | 27 |
|
23 | 28 | * [5+hr Flutter Course by Flutter Mapp](https://www.youtube.com/watch?v=3kaGC_DrUnw) |
| 29 | +> * [Maky Custom Flutter Animation by Flutter Mapp](https://www.youtube.com/watch?v=OzMs0GoVC5I) |
| 30 | +> * [10x Your Speed with Flutter - Flutter Mapp](https://www.youtube.com/watch?v=8oIsZEhnqtA) |
24 | 31 |
|
25 | | -* [Pixel Adventure: Create an Amazing Game with Flutter & Flame | Spellthorn](https://www.youtube.com/playlist?list=PLRRATgFqhVCh8qD7xmaSbwG1vfaCddvCM); [github](https://github.com/Spellthorn/pixel_adventure) |
| 32 | +* [David Serrano's 5 Tips to Optimize Flutter Apps](https://www.youtube.com/watch?v=qSXfSPV4yDw) |
26 | 33 |
|
| 34 | +* [Flutter Animation Playlist by WTF Code](https://www.youtube.com/playlist?list=PLOEXB48nQMqPmUnHkkrndLBIfzVtTYYgZ) |
| 35 | + |
| 36 | +* [Pixel Adventure: Create an Amazing Game with Flutter & Flame | Spellthorn](https://www.youtube.com/playlist?list=PLRRATgFqhVCh8qD7xmaSbwG1vfaCddvCM); [github](https://github.com/Spellthorn/pixel_adventure) |
27 | 37 |
|
28 | 38 | * [Memory Match Game Part01 by Mo Malaka](https://www.youtube.com/watch?v=nsxBO2sB-RQ) |
29 | 39 |
|
30 | 40 | * [Drag n Drop](https://www.youtube.com/watch?v=KOh6CkX-d6U) |
31 | 41 |
|
32 | 42 | * [Bonfire Docs](https://bonfire-engine.github.io/#/?id=welcome-to-bonfire); an engine build atop Flame; well suited for RPGs |
33 | 43 |
|
34 | | - |
35 | 44 | * Mitch Koko's [Tetris](https://www.youtube.com/watch?v=4sCSJW3hamE); [Stacking Game](https://www.youtube.com/watch?v=pyg3rmi-sBA); [Bomberman](https://www.youtube.com/watch?v=9qHFBkmn-Ng); [Chess](https://www.youtube.com/watch?v=cXfX1yYbAno); [Snake Game](https://www.youtube.com/watch?v=cxX16GBitpY); [Clone a Dribble Design](https://www.youtube.com/watch?v=eegl7of4g-o); [Todo BLoc App](https://www.youtube.com/watch?v=brDKUf1yV6c) |
36 | 45 |
|
37 | 46 | * Craig Oda's [Jenny Visual Novel](https://www.youtube.com/playlist?list=PLxvyAnoL-vu79CGLxGYztcQk_-UfRMw7q); [Pinkie - flame-bloc](https://www.youtube.com/playlist?list=PLxvyAnoL-vu5x3aTm7s9ox1e2SRk-CAO8) |
|
50 | 59 | * Blog: [Riverpod Reactive Data Framework](https://riverpod.dev/docs/introduction/getting_started); [Build a word puzzle with Flutter](https://codelabs.developers.google.com/codelabs/flutter-word-puzzle#0) |
51 | 60 | * [Codelab Learning Resources](https://docs.flutter.dev/learn/learning-resources) |
52 | 61 |
|
| 62 | +--- |
53 | 63 |
|
54 | | -**FlutterCon Europe** |
| 64 | +### Conference Talks |
| 65 | + |
| 66 | +**Flutter Conf India** |
| 67 | + |
| 68 | +* [How to maximize performance of your Flutter app - Vivek Yadav](https://www.youtube.com/watch?v=8y99EGsJf1c) |
| 69 | + |
| 70 | +* [Flutter for Raspberry Pi by Aditya Thakur](https://www.youtube.com/watch?v=FdFPxb8hpK4) |
| 71 | + |
| 72 | +* [Build High Perf Apps by Mastering Dart Dev Tools - Ashita Prasad](https://www.youtube.com/watch?v=_ppKzGEckA0) |
| 73 | + |
| 74 | +[*FlutterCon EU 2025*](https://www.youtube.com/playlist?list=PL9Pfzam3fFdd9B9H_VO90jyJ0OZKXHaGk) |
| 75 | + |
| 76 | +* [Let’s Talk About Memory Leaks In Dart And Flutter - Majid Hajian](https://www.youtube.com/watch?v=Vca0NipZWdA) |
| 77 | +* [Multi-Radio Flutter: Architecting Apps with UWB, BLE, and Beyond - Ahmed Hamdan | Fluttercon EU 2025](https://www.youtube.com/watch?v=T_a-dlWzW2g) |
| 78 | +* [Test Semantics with Golden Tests - Sandra Lundh | Fluttercon EU 2025](https://www.youtube.com/watch?v=umA3nq6EW5I) |
| 79 | +* [AnimatedTo: A Game Changer for Your Moving Animations - Tsuyoshi Chujo | Fluttercon EU 2025](https://www.youtube.com/watch?v=1-IBajfcu1U) |
| 80 | +* [How to design a Dart package with hooks - Moritz Sümmermann](https://www.youtube.com/watch?v=P3_3FRcpnXQ) |
| 81 | +* [Why Your Context Doesn’t Work (And How to Fix It) - Bettina](https://www.youtube.com/watch?v=cmMUIMed_aY) |
| 82 | +* [Crash-Proof Flutter: Building Apps That Refuse to Die - Pawan](https://www.youtube.com/watch?v=n6sD2Jp-zLY) |
| 83 | +* [Under the Hood of ScrollViews - Dominik Šimoník | Fluttercon EU](https://www.youtube.com/watch?v=bU3AdECENF8) |
| 84 | +* [Performant Scrolling Layouts With Slivers - Michael Lazebny](https://www.youtube.com/watch?v=zeFRnsdIUQE) |
| 85 | +* [Building Offline AI Agent in your Flutter app - Sasha Denisov](https://www.youtube.com/watch?v=_RZmatLIJgQ) |
| 86 | +* [Flutter with WebRTC for real-time screen sharing - Stanislav](https://www.youtube.com/watch?v=J_1g8CQbWhY) |
| 87 | +* [Fearless Flutter Debugging: When All Else Fails, Hack the Tools!](https://www.youtube.com/watch?v=wQLy2VlxN2Y) |
| 88 | +* [Advanced Memory Management in Flutter - Maher Jaafar](https://www.youtube.com/watch?v=oMkseVnj0oE) |
| 89 | +* [Flutter Performance: No Silver Bullet, Only Smart Engineering -](https://www.youtube.com/watch?v=9RpHFg9UdNU) |
| 90 | +* [No More Jank: How to Keep Your Flutter App Smooth and Snappy](https://www.youtube.com/watch?v=Iaqb8YdIrO0) |
| 91 | +* [Exploring Real-Time 3D in Flutter - Tim Lehmann & Jesper](https://www.youtube.com/watch?v=ox1X8oDVgrs) |
| 92 | +* [DIY In-App Locale Editor with slang - Łukasz Wiśniewski](https://www.youtube.com/watch?v=x6jggV4WP3A) |
| 93 | +* [Optimize your productivity with Flutter developer tooling - Elliott](https://www.youtube.com/watch?v=r9NfiQ5ncWg) |
| 94 | +* [Flutter Widgets Probably Haven’t Heard Of - Majid Hajian |](https://www.youtube.com/watch?v=pLSJMPpgPts) |
| 95 | +* [Flutter Plugins - From Method Channels to Native Interop -](https://www.youtube.com/watch?v=uFjF3OXSWNo) |
| 96 | +* [Using Dart FFI for Compute-Heavy Tasks - Robert Odrowaz-](https://www.youtube.com/watch?v=eJR5C0VRCjU) |
| 97 | +* [Unlocking Native Power: Deep Dive into Dart Build Hooks - Daco](https://www.youtube.com/watch?v=lFbVi_IeGB8) |
55 | 98 |
|
56 | 99 | * [Flutter for TVs](https://www.youtube.com/watch?v=ikOXYLEJ4NQ) |
57 | 100 |
|
|
65 | 108 |
|
66 | 109 | * [Cloudless AI revolution](https://www.youtube.com/watch?v=6SPe2EO3hsk) |
67 | 110 |
|
68 | | -* [no more jank](https://www.youtube.com/watch?v=S2Kl2d1wGXQ) |
69 | | - |
70 | 111 | * [Monetization Secrets](https://www.youtube.com/watch?v=Qdg1FdL44Yc) |
71 | 112 |
|
72 | 113 | * [Voice Interface](https://www.youtube.com/watch?v=ImiKDr5F4L4) |
73 | 114 |
|
74 | 115 | --- |
75 | 116 |
|
76 | | -* [Flutter Cast Framework](https://pub.dev/documentation/flutter_cast_framework/latest/) |
| 117 | +### Flutter Channels |
| 118 | + |
| 119 | +* [David Serrano](https://www.youtube.com/@DavidSerranoIO/videos) |
| 120 | +* [nextapp devCon](https://www.youtube.com/@nextappevents/videos) mainly for FlutterCon Talks |
| 121 | +* [Yash Makan](https://www.youtube.com/@YashMakan/videos) |
77 | 122 |
|
78 | 123 | --- |
79 | 124 |
|
80 | | -### Flutter Channels |
| 125 | +### Pub.dev |
81 | 126 |
|
82 | | -* [David Serrano](https://www.youtube.com/@DavidSerranoIO/videos) |
| 127 | +* [Flutter Cast Framework](https://pub.dev/documentation/flutter_cast_framework/latest/) |
83 | 128 |
|
84 | 129 | --- |
0 commit comments