Technologies | Dependencies | How To Use | Improvements to be made | License | Autor
This project was developed with the following technologies:
# Clone this repository
$ git clone https://github.com/mac-alves/ella.git
# Go into the repository
$ cd ella/
# Install dependencies
$ flutter pub get
# build clean mobx
$ slidy run mobx_watch
# run on your emulator
$ -- varied command
# build
$ flutter build appbundle
# generate build apk
$ flutter build apk --split-per-abi
# install on device
$ flutter install
- Create a changelog screen
app money
:- Create a type of "reserved" expense for amounts that must be separated for future spending, saved on savings.
- in the option to exclude from the "home" screen, create a select to select the budget
- inform that there is already a budget if you select a month of the same year already registered
- set the selected month on the period date pick
app password
:- Create authentication system with the manager
- Check the feasibility of adding the username field for passwords
app lists
:- implement enumerated lists
This project is under the MIT license. See the LICENSE for more information.
⚓ Mauricio Alves - Github - mac-alves