REDDIT
Thoughts on Jaspr for Dart Web vs React or Flutter Web
Hi everyone, I want to ask for opinions about Jaspr (Dart for Web). I have been a Flutter developer for over 7 years. Whenever I needed proper SEO for a Flutter Web app, I usually built a small React ...
REDDIT
We got a Flutter game working in Discord
If anybody was eyeing Discord as a new distribution platform for their game/app in Flutter, here is a short article describing challenges that you might encounter and how we solved them for our own ga...
REDDIT
Develop Flutter iOS apps on Windows with a real iPhone and Flutter debug mode
Hey, everyone! I want to share an open source tool I wrote that allows developing Flutter iOS apps on Windows using a physical iOS devices, including Flutter debug sessions and hot reload. Repo: https...
REDDIT
I built an isomorphic web framework for Dart (SSR + Hydration, HTML-first) â Meet Spark â¡ï¸
Hi everyone, I wanted to share a project Iâve been working on called Spark. Itâs a new full-stack web framework for Dart designed to bridge the gap between traditional SSR frameworks and modern SP...
REDDIT
Thoughts on Jaspr for Dart Web vs React or Flutter Web
Hi everyone, I want to ask for opinions about Jaspr (Dart for Web). I have been a Flutter developer for over 7 years. Whenever I needed proper SEO for a Flutter Web app, I usually built a small React ...
MASTODON
spark_framework 1.0.0-alpha.2 is now on https://pub.dev/packages/spark_framework!lots of…
spark_framework 1.0.0-alpha.2 is now on https://pub.dev/packages/spark_framework!lots of improvement.✅ New way to write interactive component✅ Fixed the reactive attribute of the component.✅ Support f...
REDDIT
Best ORM for Dart? I built one inspired by Django â here's what I learned
I spent months searching for a good ORM for Dart backend projects. Tried a few options, but nothing felt as productive as Django's ORM that I was used to from Python. So I built one: JAO (Just Another...
MASTODON
Nuevo proyecto en desarrollo 🛠️Consciente - app de meditación y presencia para iOS y…
Nuevo proyecto en desarrollo 🛠️Consciente - app de meditación y presencia para iOS y Android.Stack: Flutter + Cloudflare Workers + StripeFeatures en desarrollo:Campanas de presencia con intervalos in...
MASTODON
💡 Flutter tip: dynamic_single_text_fieldA package for building dynamic single-character input…
💡 Flutter tip: dynamic_single_text_fieldA package for building dynamic single-character input fields (great for PIN UIs) with full customization.🔗 https://pub.dev/packages/dynamic_single_text_field�...
MASTODON
💡 Flutter package spotlight: percentages_with_animationAnimated % widgets: 📊 Linear⭕ Circular &…
💡 Flutter package spotlight: percentages_with_animationAnimated % widgets: 📊 Linear⭕ Circular & Gradient🌊 Wave⭐ https://github.com/NicosNicolaou16/percentages_with_animation❤️ https://pub.dev/packa...
REDDIT
Made a Dart package registry for GitLab - works like npm/Maven with CI token
So here's the thing - I've been dealing with shared packages across multiple Flutter apps at work for years. We use GitLab, and our options have always sucked: Git dependencies: Work until you need pr...
REDDIT
I built Aim - a lightweight Hono-inspired web framework for Dart
Hey r/dartlang ! I've been working on Aim, a lightweight web framework for Dart inspired by Hono and Express. Why I built this I wanted something that feels familiar to developers coming from Node.js/...
REDDIT
Handling client disconnects on HttpServer
I encountered a problem where: Client opens a request HttpServer fires, request is processed by writing headers and then adding a stream to response body Client pauses the request. For example, a medi...
MASTODON
I'm am not the only one doing crazy shit with Dart!
I'm am not the only one doing crazy shit with Dart! Dart as a modding language for Minecraft!https://github.com/Norbert515/redstone_dart/#dartlang
REDDIT
How can i start learning Dart
Hi i was wondering how someone can start learning dart ,no new books are available ,no new YouTube videos .The language seems left am i right. Some help will be great thanks.
MASTODON
Cơ hội hợp tác: Dự án app video ngắn đang tìm lập trình viên Flutter và Backend để xây dựng MVP.
Cơ hội hợp tác: Dự án app video ngắn đang tìm lập trình viên Flutter và Backend để xây dựng MVP. Dự án giai đoạn sơ khai, hợp tác cổ phần (chưa có lương).#tuyendung #laptrinh #flutter #backend #mvp #h...
REDDIT
benchmark_harness_plus: Statistical Methods for Reliable Benchmarks
Hello everybody, I was looking for a better way to benchmark performance and I've created a package that significantly improves on the existing benchmark_harness: https://pub.dev/packages/benchmark_ha...
REDDIT
How to get Expertise in dart...(Resources for practice to Master DART???)
i just started learning dart before that i was learning and building android apps with java. Now i want to master DART . Does anyone have tips or suggestions... I have nothing to practice like questio...
REDDIT
How to get Expertise in dart...(Resources for practice to Master DART???)
i just started learning dart before that i was learning and building android apps with java. Now i want to master DART . Does anyone have tips or suggestions... I have nothing to practice like questio...
REDDIT
Looking for feedback on a Dart-native feature flagging approach (OpenFeature-aligned)
Happy New Year Dart folks ð We are looking for early feedback from people shipping Dart backend services. Weâve been experimenting with a Dart-native approach to feature flagging thatâs built a...