Randal Schwartz :vv: :vv: (@[email protected])

115 Posts, 24 Following, 162 Followers · Dart/Flutter Google Developer Expert Four-decade professional career including programming, technical writing, training, podcasting, QA, network administration, and security review. Most keenly associated with Perl, Smalltalk, and now Dart and Flutter.

Flutter Community

Как я сделал на Flutter игру для разработчиков

Всем привет! Меня зовут Амир Утеуов — я ML-инженер из Авито . В этой статье поделюсь своей историей создания мобильной игры DevRush, пет-проекта, который перерос в игру на стенде IT-конференции CodeFest 2025. Однажды у меня под рукой оказался датасет из иконок различных фреймворков и языков программирования. Так я решил разработать приложение, где нужно как можно быстрее находить и выбирать иконки языков программирования среди случайных иконок. До этого я не занимался разработкой и публикацией мобильных игр и приложений, но решил пройти весь путь с нуля. Статью разделим на две части: в первой расскажу как создавал первую версию игры и с какими трудностями столкнулся, а во второй — как мы готовили игру к конференции.

https://habr.com/ru/companies/avito/articles/1032250/

#flutter #gamedev #авито #мобильная_разработка #мобильные_игры #dart

Как я сделал на Flutter игру для разработчиков

Всем привет! Меня зовут Амир Утеуов — я ML-инженер из Авито . В этой статье поделюсь своей историей создания мобильной игры DevRush, пет-проекта, который перерос в игру на стенде IT-конференции...

Хабр

Widlet — pet-проект про Server-Driven UI на Dart

Привет, Хабр. Меня зовут Карим, я Flutter разработчик уже 7 лет и последний месяц я делаю фреймворк для server-driven UI на Dart. Зачем еще один SDUI У всех реализаций, которые попадались мне на глаза, есть общая черта - собственный DSL. JSON-схемы, кастомные конфиги. Для каждого решения приходится учить новый язык. При этом Flutter-разработчики уже знают хороший язык описания UI. Он называется Flutter.

https://habr.com/ru/articles/1033978/

#sdui #wasm #flutter #dart #widlet #микрофронтенд #jsinterop

Widlet — pet-проект про Server-Driven UI на Dart

Привет, Хабр. Меня зовут Карим, я Flutter разработчик уже 7 лет и последний месяц я делаю фреймворк для server-driven UI на Dart. Репозиторий пока закрыт, но проект дошел до состояния, когда о нем...

Хабр

We’re going live on May 12 at 17:00 UTC 💙

FCAIC #22: Skills for Flutter

We’ll take a practical look at the new Dart and Flutter Agent Skills: how to install them into a repo, how to keep them maintained, and how they can help AI coding agents work better with Flutter projects.

Join us for the usual dev chat, live exploration, and community Q&A.

🗓️ 12 May 2026
⏰ 17:00 UTC / 10:00 PDT
📍 youtu.be/watch?v=yX_stItg0lI

#FlutterDev #Dart #FCAIC #AIinFlutter

I have been playing with the idea of rewriting an old web-app I made over the past 20 years. It's right now running on #LAMP and is targeted at #mobile devices, but I'd like to modernize it to use #PostgreSQL and a web #framework that's not old enough to be well into its first divorce.

I'm used to #Java + #Angular (and derivatives like #Ionic), but I'm thinking I want something new. What are people happy with (and have used for actual development beyond a Hello World tutorial)? I can Bing, so I'm more interested in real experiences. I'm not terribly interested in React or Vue, and have already given Swift/SwiftUI for iOS a spin, so I don't want that.

Should have a mobile-first #frontend, be decently mature so I don't have to rewrite in 2 years when support stops. I need a backend and Postgres access. Would like support for #PWA.

Can be Angular-based or stand-alone, can be separate backend and frontend or mixed/tag-soup/hydration-like. #Typescript or the like are fine, but not a requirement. Fuck #Erlang / #Elexir. If you're going to suggest #Go or #Rust better have a good argument because most people suggesting those are extremely annoying people. #Flutter / #Dart = yuck.

I'm using it to track goals/habits and make #charts, #statistics, and some basic machine learning (k-means, affinity propagation, GMM, and other #clustering, that sort of thing). I can program statistics and clustering myself, but a native chart library would be nice (heatmaps, line charts, bar charts/histograms, that sort of thing) and I wouldn't mind not having to implement my own probability distributions. User authentication (persistent between application restarts) is a must (by framework or popular libraries). I can do #Bootstrap, #tailwind, and other front-end #CSS, but I'd be perfectly happy not having to as long as I can make my widgets purple.

#dart : a pointed missile weapon, intended to be thrown by the hand

- German: der Dart

- Italian: dardo

- Portuguese: dardo

- Spanish: dardo

------------

Guess the next word of the hour @ https://24hippos.com

24 Hippos : Word Guessing Game

24 Hippos is an hourly word guessing game that is powered by Word of The Hour (WoTH).

Почему нормальное OBD2-приложение должно быть open-source

Привет хабр! Есть проекты, которые начинаются не с бизнес‑плана, не с инвесторов и не с попытки «зайти в рынок». Они начинаются чуть проще — ты смотришь на существующие решения, пользуешься ими, раздражаешься и думаешь: «А почему это до сих пор выглядит именно так?» Примерно так у меня появился ReDrive. ReDrive — это open‑source мобильное OBD2-приложение, которое превращает смартфон в цифровую приборную панель и диагностический инструмент для автомобиля. Идея простая: подключаешь ELM327-совместимый адаптер к OBD2-порту машины, открываешь приложение и видишь данные с ECU в понятном виде: скорость, обороты, температуру, напряжение, состояние подключения, ошибки и другую телеметрию.

https://habr.com/ru/articles/1033202/

#ReDrive #OBD2 #Open_Source #Flutter #Dart #ELM327 #Автомобильная_диагностика #Dashboard #ECU #Android_разработка

Почему нормальное OBD2-приложение должно быть open-source

Привет, Хабр! Есть проекты, которые начинаются не с бизнес‑плана или поиска инвесторов, а с простого человеческого раздражения. Ты смотришь на существующие решения,...

Хабр

I really wish there was support for generics in flutter_rust_bridge would make my work waaaay easier..

#rust #ffi #flutter #dart

Absteiger TC Lüchow schon unter Druck

Derbys beim Fußball, Saisonstart beim Faustball und ein Vereinsduell beim Steeldart

https://www.ejz.de/lokalsport/absteiger-tc-luechow-schon-druck-id505643.html

#Lüchow #Fußball #Tennis #Dart #Derby

Dart feels like TypeScript, and ActionScript did it years earlier.

#typescript #dart #programming