In August of 2016, Google published a project on GitHub codenamed Fuchsia (now moved here). Google made no official announcement, but code inspection suggested this was a brand-new operating system. Why does Google take on to develop a new OS instead of perfecting Android? What it means for developers and when should we expect it?
read more “Everything you need to know about Google Fuchsia”Tag: android
Developing a TODO app with Flutter – Part 3
In this series of tutorials, I will walk you through the process of creating a TODO app with the Flutter framework. By the end, you will have a cross-platform TODO mobile application, which allows you to add, edit, remove and complete tasks, while persisting the data on Google Firebase. The series spans across 3 parts:
Part 1 – Setting up the development environment and creating the project
Part 2 – Implementing core functionality
Part 3 – Connecting your app to Google Firebase