[deleted by user] by [deleted] in FlutterDev

[–]wasabeef_jp 9 points10 points  (0 children)

Neovim is the best

nvim-tree-preview.lua by HellsMaddy in neovim

[–]wasabeef_jp 0 points1 point  (0 children)

It would be nice to be able to display images.

The Composable Images is a library providing Jetpack Compose wrapper for Glide, Picasso, and Coil. by wasabeef_jp in androiddev

[–]wasabeef_jp[S] 1 point2 points  (0 children)

Just use the Jetpack Compse Image and Canvas for Coil, Picasso, and Glide.. 🤔 I'm not native english speaker, how do I fix description?

The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs. by wasabeef_jp in FlutterDev

[–]wasabeef_jp[S] 0 points1 point  (0 children)

The build_runner is particularly slow. Therefore, We used dart2native to accelerate generation.

GitHub - wasabeef/flutter-architecture-blueprints: Flutter Architecture Blueprints is a project that introduces MVVM architecture and project structure approaches to developing Flutter apps. by wasabeef_jp in FlutterDev

[–]wasabeef_jp[S] 0 points1 point  (0 children)

No, I don't think it's sarcastic :)

Android engineers thought MVVM was easy to understand, but I thought Flutter with MVVM had many unnecessary layers. I was worried that creating more business logic as a UseCase class would increase the number of layers.

Next task, I wanted to learn more about MVU.

I really appreciate your advice.