Expense App Project | Flutter | Sqflite | Provider

preview_player
Показать описание
In this video we will build an expense app with flutter. we will use Sqflite for database, provider for state management and Fl_chart for some charts. Not going to focus on UI.
To understand the video you should have the basic knowledge of provider package and sqflite database.

if you liked the video, please consider supporting me
full code:

support me:-
Рекомендации по теме
Комментарии
Автор

Hi sir.. thanks for the good tutorial..

saldisucipto
Автор

21:22 i got an error when i add _getCategoryList method. it says "The argument type 'Context' can't be assigned to the parameter type 'BuildContext'. "

ariefsatria
Автор

nice video....can u help me to how add category dynamically.

akagrawal
Автор

Thanks for the vid! 😊 question - why not use a foreign key to connect between expense and category?

mohamednizam
Автор

how do i change a name in the icons.dart?

lafocasuprema
Автор

I am create project following your caodin video, i have an issue in database_provider as Error: A value of type 'Future<T>' can't be assigned to a variable of type 'T'.
- 'Future' is from 'dart:async'.
result = action(txn);
^ please help me

anparthepan
Автор

Hi. Nice tutorial. But i found bug in expense_search => when you go into view all expenses, type something is search field, dont delete it, back to previous screen and again go view all you will have empty search field but in memory is previous phrase and search result is for this phrase untill change. How to repair it?

Matiks
Автор

hi. i want to know is this using MVC/MVP implementation?

randyputra
Автор

Why you are using a factory constructor in expense and category models?

afsariaz
Автор

Why you are storing data in app memory as well when you are storing it in database? Quick reply is needed.

afsariaz
Автор

Is there an update method in this app?

renategro
Автор

i want to do the same with java and xml

babrygaledou