Flutter Integration: Catch the Furniture

Posted: 15 Jan 2021. Last modified on 14-Feb-25.

This article will take about 1 minute to read.



Compared to react Native, Flutter renders more quickly, has better widget management, is typesafe, and is more intuitive to App developers.

It is poised to be the Next Big Thing with google’s current work on Fuschia OS

This was a prototype of a “Catch The Furniture” game using Flutter

Flutter Hompage A google framework powered by Dart used for writing Android and iOS Applications with the same codebase.

Flutter

Issues that were encountered:

iOS

Carthage blocked a full iOS integration

Issues encountered: Direct integration of Flutter modules was not possible at the time,

Beacuse:

However, flutter plans to support carthage in the future.

Android

Flutter demo was integrated

It added over 100mb to the app build size

Not feasible for adding to an existing app at the time. Will likely improve in the future.



Flutter