Menu
Machine Learnin'
Search
  • Menu
  • Swift
  • Flutter
  • iOS
  • Search
Machine Learnin'
  • Swift
  • Flutter
  • iOS
5 Posts In

Flutter

  • Posted in
    • Flutter
    • Uncategorized

Tying into native lifecycle events in Flutter

  • Posted byby shalomfriss
  • December 1, 2020
  • 1 minute read
  • 0 Comments

When embedding a Flutter engine in native, we sometimes need to tie into lifecycle events such as viewDidAppear or onResume. To do so, we can do the following in Flutter….

  • Posted in
    • Flutter

How to Get Code Coverage Statistics in a Flutter Project

  • Posted byby shalomfriss
  • October 2, 2020
  • 1 minute read
  • 0 Comments

Code coverage can help you gauge the extent of your testing and give you greater visibility into how thoroughly you are testing you app. All you have to do is…

  • Posted in
    • Flutter

Using Firebase in Flutter: Part 3 – Adding a Database

  • Posted byby shalomfriss
  • August 29, 2020
  • 2 minute read
  • 0 Comments

In Part 1 we set up Firebase and in Part 2 we added user registration and login. In this part we are going to see how to use a database….

  • Posted in
    • Flutter

Using Firebase in Flutter: Part 2 – User Registration and Login

  • Posted byby shalomfriss
  • August 28, 2020
  • 1 minute read
  • 0 Comments

In Part 1 (or if you want to skip, here is the link to part 3) we set up Firebase in our Flutter project. In this part we will use…

  • Posted in
    • Flutter

Using Firebase in Flutter: Part 1 – Setup

  • Posted byby shalomfriss
  • August 28, 2020
  • 2 minute read
  • 0 Comments

Skip to part 2 or part 3 Firebase is a solution owned by google, which provides a ton of out of the box solutions, such as authentication, storage and analytics….