App #1 :  Challenge Cashflow  App

App #1 : Challenge Cashflow App


Hi Guys!

It's been a long time since I made a blog. There's a lot of things happened in my life, both persona and social issues. Some of the things that happend is a big change to how I work out my life and how I value life and people around it.

I've been studying open-source mobile application development framework made by google, it is cross platform so it is easier to make apps. It is called Flutter. You can visit its site here Flutter Site.

So to test what I learned from the tutorials I finished for a couple of weeks ago, I am planning to create an app where I can used what I learned. Right now I already know the basics of flutter, it's mvc approach and doing crud using SQLite as database.

I'm not pro flutter dev here, I'm just a noob, so this time we're going to use a reference app and a reference code and design. For the App I prefer to refer to the android app Quick Cashflow that you can download in the playstore, while in its base template, you can follow this tutorial 
https://www.youtube.com/watch?v=M81bF0FD1Cg  you can study it's github code here
https://github.com/web-dev-code-reference/study-flutter-cashapp




Day 1 (Design)
08/07/2019



Ok, we'll start coding our app. obviously whe are going to setup the front-end design first before jumping to models, helper and database. Let me make a simple design and tweak it while I am designing it

I setup a github repository for this app, you can get it from
https://github.com/web-dev-code-reference/app-challenge-cash-flow.git

I already setup the flutter, dart, and emulator.


The first thing I need to do is to create a material app, home, navigation and its footer.




-->To be Continue