I recently created this tool for Flutter which helps to generate formatted and type safe code (model classes) from a JSON string.
I started it for my personal use but I decided to turn it into a web app (built with Flutter ☺️) so that anyone can use it.
#Flutter#flutterdev
Incredibly excited to share that @fig is joining AWS! 🚀
With hundreds of thousands of users, 22k GitHub stars, 13k Discord members, 400 open source contributors, and 5 products, I am so proud of what we've accomplished.
Can't wait for what's next!
https://t.co/VPMR7oqZZX
I just finished the Blind Smartphone Camera Test 2022, here are my results:
Category: Standard
🥇: E
🥈: H
🥉: F
Get your results at https://t.co/RI3K91SPC0
@MKBHD
#Android13 is here!
Today we're pushing the Android 13 source to AOSP and releasing the next version of Android, with themed app icons, per-app languages, and more. Coming soon to a device near you!
Read what's new for developers → https://t.co/4l75C4pZ9Q
One more thing, if you want to add nullable fields, you can add ? at the end of param name like:
{
"id?":23,
"ranges?":[44,344,233]
}
It will generate the code with null safety in considerations. 🤗
#Flutter#flutterdev
I recently created this tool for Flutter which helps to generate formatted and type safe code (model classes) from a JSON string.
I started it for my personal use but I decided to turn it into a web app (built with Flutter ☺️) so that anyone can use it.
#Flutter#flutterdev
You can try it here: https://t.co/9eoKz4yfLM (don't mind my weird naming 😂)
I also plan to add support for other data types like DateTime, enums,... (which are not supported in JSON)
The design was also inspired by Material 3
#Flutter#flutterdev#material3