Today I'm at the Talent Arena (part of MWC)!
Great open-source and AI talks so far, ping me if you want to connect in person! ๐
Today I'm at the Talent Arena (part of MWC)!
Great open-source and AI talks so far, ping me if you want to connect in person! ๐
This has been cooking for a while nowโฆ Very Good CLI 1.0.0 is out! ๐
Updates:
๐ค Very Good MCP - CLI + AI agents
๐ Updated templates with Dart 3.11 and Flutter 3.41
๐งช Test flags --collect-coverage-from and --fail-fast
๐ Bug fixes and better docs
Go try it out! ๐
github.com/VeryGoodOpen...
๐จ Flutter 3.41.1 is out! ๐จ
"Flutter 3.41.1 has been published to the stable channel with a fix for using version 1.29.0 for the test package that contains a fix for test coverage; see github.com/flutter/flutteโฆ for details."
Last week, we released Very Good Analysis v10.1.0, the lint rules we use at @vgventures.bsky.social for @dart.dev and @flutter.dev ๐ฏ
Whatโs new in 10.1.0:
โ๏ธ prefer_mixin
โ๏ธ avoid_types_on_closure_parameters
โ๏ธ remove_deprecations_in_breaking_versions
pub.dev/packages/ver...
Introducing the new Dart and Flutter Getting Started experience ๐ฉต๐
This learning pathway of new videos and tutorials walks you through setting up Flutter, the fundamentals of Dart, and building apps.
Dart and Flutter beginners, this one's for you!
I created a minimalistic, unopinionated pub.dev package repo template! ๐โจ #FlutterDev
- 160/160 Pub score out of the box
- has CI jobs for format/analyze/build/publish/examples
- one button to create your own repo
Tell a friend! github.com/kerberjg/dar...
Jaspr just reached 2000 stars on Github. โญ๏ธ ๐
Huge thanks to everyone for supporting Jaspr! ๐
If you haven't done so, you know what to do: ๐ถ
github.com/schultek/jaspr
me 10 years ago: I love Android, best OS ever.
me now: someone kill Gradle, Android Studio and Java dependencies for the good of humanity.
I discovered this in our templates repository. Now they all point to the latest version so we don't forget to update it, but you can always pin a specific version if needed.
It's documented, but I haven't seen many projects doing this, so I thought I'd share. โบ๏ธ
Are you upgrading Very Good Analysis correctly? ๐ค
If you use Dependabot, it updates pubspec.yaml but not analysis_options.yaml if you pinned a version.
Use the latest version instead, then Dependabot PRs are all you need (aside from fixing warnings/errors). ๐
pub.dev/packages/ver...
The Fluttercon Europe wrap-up is LIVE! ๐ฅณ
I covered my speaker experience & asked devs one question: "What's your favorite Flutter widget?" ๐ค๐ฑ
Heads up! Video is in Spanish ๐ช๐ธ but most of the interviews are in English ๐ฌ๐ง.
See who was featured (and maybe find yourself! ๐) ๐ฝ youtu.be/zWm6Doooe60
In case you had the โghost notificationsโ issue on GitHub were you canโt get rid of notifications on repositories you donโt know (mostly crypto-related), the solution is the comment marked as answer here:
github.com/orgs/communi...
Just released bloc v9.1.0 which introduces a new observability API: `onDone` ๐
onDone is called when an event handler has completed.
This new API unlocks new capabilities like automatic event tracing, performance profiling, and more ๐
Check it out โ
pub.dev/packages/bloc
๐ฃ๏ธ My talk โBuilding a Full-Stack App for Apple Wallet Passesโ from #Fluttercon is now on YouTube!
๐ Check it out here: youtu.be/m7QC7wN4pzM
๐จโ๐ป And check the sample code here: github.com/marcossevill...
A new release for Very Good CLI is out now! ๐ฆ
๐ 0.28.0 introduces:
๐ Upgrade to Flutter 3.35 and Dart 3.9
๐ฑ Support for --platform on tests
๐ฅ Support for platforms on the Flame game template
๐งช Test filtering optimizations
Among many bug fixes!
Go try it out: pub.dev/packages/ver...
thanks for everything, you were an awesome teammate and learned a lot from you!
wonderful things of open source: weโll keep seeing each other ๐๐
๐ก ICYMI: Last week we released very_good_cli 0.26.0, which bumps our template versions to support Flutter 3.32.0 and Dart 3.8.0 and fixes many issues the community reported.
Additionally, the projects generated use very_good_analysis 9.0.0, which introduces new rules. ๐
pub.dev/packages/ver...
Hablamos con Marcos Sevilla (@marcossevilla.dev) ๐ณ๐ฎ sobre las mejores prรกcticas para estructurar proyectos en Flutter. ยฟCรณmo elegir la arquitectura correcta? ๐ค๐ก
Escucha en Spotify, Apple Podcasts, Amazon Music y YouTube! ๐ง๐บ youtu.be/aVQspv07ML0 ๐
ยกEpisodio 21 de @DevLokos! ๐ Con Marcos Sevilla (@marcossevilla.dev) desde Nicaragua ๐ณ๐ฎ, exploramos lecciones clave en arquitectura de software con Flutter. ๐๏ธ
Disponible 26/03, 8 p.m. ๐ง Spotify, Apple Podcast, YouTube.
Just made my pass_app repo public!
A full-stack #Flutter & #DartFrog example showing how to use PassKit with shared code. ๐๐ธ
Check it out - uses the passkit library made by @uekoetter.dev: github.com/ueman/passkit ๐ซ
github.com/marcossevill...
Our team has been tackling common #Flutter myths to clear up misconceptions floating around online.
Today, letโs dive into one that often sparks debate: โFlutter developers donโt need native experience or knowledge.โ
Read more about how native can help you: verygood.ventures/blog/flutter...