kaskra / FineWallet

A simple expense and income management app.
MIT License
1 stars 0 forks source link

Null-safety upgrade #95

Closed kaskra closed 3 years ago

kaskra commented 3 years ago

Upgrade flutter sdk that we use to 2.12. Then fix all null-safety issues that arise.

kaskra commented 3 years ago

Need to wait until build_runner is null-safe.

Also need to refactor graphs to use other library since charts_flutter is dead.

Follow this to migrate.

kaskra commented 3 years ago

Also need to refactor graphs to use other library since charts_flutter is dead.

Solved by #101.

We now could try to migrate, even without build_runner. Do in other branch to switch back if not working.

kaskra commented 3 years ago

Closed for now, brings up too many errors.