VocaDB/VocaDB-App

Revamp version with Flutter

Closed this issue · 1 comments

Flutter is interesting framework for build cross-platform both iOS and Android. From my opinion since try playing with its, Seem like there are many library that I try to looking for but don't have (or rarely to find) on React native, Such as image caching or complete UI components. Also Flutter had completely support development on modern IDE (IntelliJ or Android Studio) easy to run and testing.

The problem might be learning curve. Flutter need to write in Dart language that I never do it before. Actually the language itself not much hard to learn, but to design about structure project. Learn how to using with Flutter, Widgets, work flow and so on. All of them need time to study to make better app that easy to develop, maintain and great experience to users.

Anyway this idea is not much in hurry. I'll try to do some experiment when I have time.

Ready in 3.0.0-beta.1. There still many details to keep clean up or some minor bugs that I'll create as issues later.