Imagine having your personal financial assistant right in your pocket. YesISpend is here to simplify your finances, giving you the power to track, manage, and improve your spending habits. With a sleek, intuitive interface and powerful tools, you can finally take control of your financial future.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Open the xCode Simulator with:
open -a Simulator
flutter run
# or for your own iphone
flutter device # show devices list
flutter run -d <device_id> # run the app on your deviceor go to View > Command Palette or press + Shift + P. Type flutter Select the Flutter: Select Device. After you select a target, start the app. Go to Run > Start Debugging or press F5.
In case you are interested in more developing and in this case on installing new dependencies, then remember to use this:
flutter pub add <package_name>