Flutter | Joe Birch

Joe Birch

Speaker, Educator and GDE for Android

  • Posts
    • Latest
    • Android
    • Kotlin Multiplatform
    • iOS
  • Sponsorship
  • Courses & Books
  • Speaking timeline
  • Appears In

Post Category → Flutter

Adding in-app purchases to Flutter apps

posted in Flutter on May 31, 2019 by hitherejoe 0 Comments

In many applications that we build we want to offer some way to monetize the product. Be it through subscriptions, one-off purchases or upgrades – these all provide a way to offer more value to our users. We’ve long done this through our Android (via Google Play) and iOS (via iTunes) applications, and now that… Continue reading →

Exploring Flutter Packages: Date Time Picker

posted in Flutter on May 24, 2019 by hitherejoe 0 Comments

When it comes to developing applications, theres often some form of component or functionality that you need that doesn’t quite come as standard. In this new series I want to share some of the Flutter packages that I’ve been using in my projects – this is in the hope that it will help you to… Continue reading →

Native Flutter Experiences: Bottom Navigation

posted in Flutter on April 29, 2019 by hitherejoe 0 Comments

When building Flutter applications, we have the ability to create native components which are styled for the native experience on both Android and iOS. Whilst by default we may implement things in a material style, it is important to bear this native experience in mind. In this article we will take a quick look at… Continue reading →

Flutter CI with Bitrise

posted in Flutter on February 28, 2019 by hitherejoe 0 Comments

If you weren’t already aware, I’m already a big fan of bitrise – and when I heard they were adding support for Flutter, I gained even more love for the product. Naturally I wanted to take this for a spin – so I decided to setup Bitrise CI with my Voice flutter project. Let’s take… Continue reading →

  • 1