Archive of posts with category 'Flutter'

Rust once and share it with Android, iOS and Flutter

What if I told you that you could use the same very performant code in Android, iOS or even in Flutter. In this article, we’ll see how to achieve this...

Generic BLoC Provider

If you’re using the BLoc pattern to manage the state of your Flutter applications probably you’re tired of writing again and again your BLoc providers. I’ve just published a simple...

Publishing a Flutter package with Travis CI

Are you’re thinking of building a Flutter package or have you already built one but you don’t know how to set Travis-CI up? If that’s the case, you’ve come to...