Create instant multi-language apps using the Gemini Live API on June 16 → https://t.co/dMpIEAYabF
Join our interactive Discord stage session to learn about:
⚡ Low-latency translation models
🗣️ Realtime communication workflows
🛠️ Multi-language developer tools
LiteRT-LM support for Flutter is coming soon to the flutter_gemma package 💖
This will enable you to run powerful on-device AI models like Gemma 4 across devices, all while helping to ensure peak performance with GPU and NPU acceleration across all of Flutter’s stable platforms.
🧐 Flutter tips
You can run amazing effects with shaders on Flutter
A shader is a specialized program executed directly by the GPU to calculate pixel colors, lighting, and advanced visual effects at lightning-fast speeds. Instead of relying on CPU. Your GPU handles all calculations.
Here's how to do it 👇
#FlutterDev #fluttertips
🧐 Flutter tips
⏰ Adding "+1 day" in Flutter can completely break your UI if you aren't careful.
Using date.add(Duration(days: 1)) adds exactly 24 hours. But on Daylight Saving Time (DST) transition days, a day can be 23 or 25 hours long!
Ex: In France on Oct 26, this results in the exact same calendar day instead of moving to the 27th.
💡 The Fix for Calendars: Use DateTime(year, month, day + 1) instead. This safely shifts the calendar day while letting Flutter automatically handle the underlying timezone/DST adjustments.
#FlutterDev #DartLang #ProgrammingTips #MobileDev #ApparenceKit
Most Flutter apps in 2026 skip retry logic entirely. Add a Dio interceptor with timeout configs and watch your app stop ghosting users on flaky networks. Resilience isn't optional, it's a feature. 🔁
Introducing Agentic Hot Reload: Hot reload that will work automatically with every coding agent ⚡
When you prompt your agent to make a change, it will reload your running app and show you UI updates in real-time.
SpaceX is actively hiring world-class engineers/physicists for SpaceXAI, even if you have zero prior experience in AI. Smart humans figure it out fast.
Please send an email with ~3 bullet points demonstrating evidence of exceptional ability to [email protected].
We just added significantly more NVIDIA Blackwell GPUs to better serve GLM-5.1 model on Ollama's cloud.
We have been adding more GPUs daily for all the other models.
Claude Code:
ollama launch claude --model glm-5.1:cloud
Codex App:
ollama launch codex-app
Hermes Agent:
ollama launch hermes --model glm-5.1:cloud
Run the model:
ollama run glm-5.1:cloud
We just launched our 100% free coding agent everywhere.
Every person in the world has access to 5 free hours of DeepSeek V4 Flash, everyday.
npm i -g freebuff
Full-stack Dart is here! With experimental Dart support in Cloud Functions, you can share code seamlessly across platforms and between clients and server for a unified developer experience 🙌
Watch the demo ↓