Just released an update for `flutter_build_pipe`
The more I work with Dart outside Flutter, the more I realise how immature Dart's ecosystem is outside Flutter
For Dart to be a true full-stack language, much much more attention has to be paid to more fundamental utilities and tools
https://t.co/VKgU6HPTGX
Released a new version of flutter_build_pipe with a breaking change in the config in pubspec.yaml
v0.3.0 introduces named workflows, allowing you to define multiple workflows for different builds, environments, OS, etc.
https://t.co/qqw5BpQ1b4
Don't use Flutter myself, but if you do, this repo is a good tool
It automates the pre-build cleanup, build, and publishing your Flutter app to the App Store
https://t.co/mluwhdloH9
I love Golang, but it baffles me why they refuse to add enums to the language.
Look at the image, the "GET" is just a string. While calling the function, you should magically know the possible values.
With an enum, the argument would not be a string but the type of an enum, which would allow us to know the possible values
So, instead of magically knowing I should pass "GET" as the method type, I would use, let's say, the "method" enum that has a set of predefined values.
And yeah... I know... for an HTTP call, the method type is obvious. But what if you're calling a function that you're not familiar with and that is not properly documented?
The new version of the Flutter build pipe gives you the ability to choose between the project version and a randomized hash for busting web's caches
https://t.co/0DtbAo22c2
New update for ReChive is being rolled out
You can now add email notification for any member of your workspace, with the ability to choose their work or personal email
https://t.co/uebKQXa4qV
A new web app, a major feature in ReChive, an AI-based Figma plugin, and other developer tools. Read about our short release note for the month of July, 2025
https://t.co/L6UxG9CWpG
I made a plugin for Figma to automate the translations and UI Sync
Nothing gives me more joy than the idea that the tool I created to solve my own problem can solve other people's problems as well
Check it out here 👇
https://t.co/gfFdxfeaC7
We just released an open-source package for having an automated and opinionated build pipeline for Flutter apps on different platforms
https://t.co/Xi6i2fwcht