Prodigy-InfoTech / Android-Development-Projects

GNU Affero General Public License v3.0
1 stars 6 forks source link

Add expense_tracker #27

Closed iPriyanshu19 closed 1 month ago

iPriyanshu19 commented 1 month ago

Description

Expense Tracker App An intuitive Expense Tracker application built using Flutter, designed to help users manage their daily expenses efficiently. This app features a beautiful user interface, smooth animations, and a simple way to track income and expenses.

Features

Issue

Fixes #6

Type of change

Checklist:

iPriyanshu19 commented 1 month ago

Please add Hacktoberfest labels. @prodigyinfotech

prodigyinfotech commented 1 month ago

the submodule is not working. Can you re-check it

iPriyanshu19 commented 1 month ago

Download Flutter sdk from its site first. Then,

  1. Open the module
  2. Run flutter pub get
  3. Then navigate to main.dart file in lib folder and press Run without debugging after connecting a physical device or android emulator. Below is the screenshot attached of working of the module:- image
prodigyinfotech commented 1 month ago

Check ref of Submodule. It doesnt seem to work on Github UI

iPriyanshu19 commented 1 month ago

You also need to run dart run build_runner build cmd in console after step 2. Please let me know if it's still not working after performing all the steps correctly.