A flutter todo app using flutter_bloc with features including network status check and localization support with the capability to update translations from server.
Node.jsto run the json server for storing todo list and translations.
- Install
json-serverfrom npm. - Create db.json file in any directory.
- Run the following command:
json-server --host <YOUR_IPv4_ADDRESS> <PATH_TO_DB.JSON> --watch
- Update the
apiBasevalue in constants.dart - Run the
flutter runcommand in the root dir of the project.