Creating a Todo App with Flutter

Flutter is an app framework quickly gaining traction in the mobile development world. It is Google’s answer to React Native, allowing developers to create cross-platform apps with one codebase. Flutter apps are written in Dart, a language quite similar to Javascript, which is why I think it may be of interest to readers of NewInWeb.

Recently I wrote an article on The Web Tub, a blog hosted by the mobile app service, Monaca. In it, I describe how to create a Todo app using Flutter which works on both Android and iOS. It is worth a read if you have an interest in app development.

https://medium.com/the-web-tub/making-a-todo-app-with-flutter-5c63dab88190

Other recent posts: