Diving deeper into Dart and it’s getting more interesting! Today I explored parameters and exception handling using `on`, `catch`, `stackTrace`, and `finally`. Every line I write is a step closer to mastery. 💻🔥 #DartLang #CodeNewbie #100DaysOfCode.
If you implement your own ==, you must always override hashCode as well (equal items must always have equal hashCode values). Also, your == should be reflexive, transitive and symmetric to not freak people out when they think of it as a normal "equals". #dartlang #flutter
Dart's comeback story is wild! 😅 From JavaScript replacement dreams to Flutter's mobile mission, it's a journey. As a junior dev, I'm watching to see if Flutter truly takes off. What are your thoughts? 🤔 #DartLang #FlutterDev
Continuing work on dart-raylib + raygui
Repo: github.com/Itterum/dart_r…
So far:
- minimal example with a button
- not all bindings implemented yet
To be continued…
#DartLang #FlutterDev #OpenSource #GameDev
Thought dart-raylib was ready for the latest Raylib… turns out it’s more like a vintage car—charming, but doesn’t start 😅
Time to fix the bindings and get Raylib + Raygui working in Dart. Node editor project… here we go again.
#FlutterDev #DartLang #OpenSource #GameDev
Work in progress — building a clean, local-first budget tracker app with Flutter.
🧾 Transactions
📊 Dynamic bar charts
💸 Income vs Expense toggle
Still refining a few things, but excited about the progress so far.
#FlutterDev #DartLang #WIP #MobileApp #UIUX
Day 6💻
Learning Dart fundamentals because y not I wanna be so good with flutter and dart😌
For the record I have been learning problem solving as I progress on this course.
#Dartlang
#Mobiledev
#Flutterdev
#100daysofcode
Tried to make Flutter and Raylib work together… let’s just say they didn’t become best friends 😅
So I’m starting a fork: dart-raylib + raygui.
This will give me more control and a better foundation for the node editor project.
#FlutterDev #DartLang #OpenSource #GameDev
What's something you wish you knew before starting Flutter?
Share your thoughts. Who knows someone needs it
Me: Mastering dart 🙃
#flutterdev #flutter #dartlang
Building a node editor with Flutter.
Current progress:
- Rendering implemented in Dart + Raylib
- CLI client to control what’s displayed
Next: Flutter UI for a visual experience.
#FlutterDev #DartLang #OpenSource #GameDev