diff --git a/README.md b/README.md index 0de7f04f..8909f4c2 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,12 @@ Create a `secrets.dart` file at the following path inside the `data/apis/network static const dropBoxAppSecret = 'YOUR DROPBOX APP SECRET'; } ``` +### Get Dependencies +1. Run `flutter pub get` in the `app`, `data`, and `style` modules to fetch all required dependencies. +2. Run `./build_watch` in the base directory in a new terminal window to generate the necessary files. + +### Setup Complete! 🎉 +You have successfully set up the project. Now, you can start developing and customizing the app. If you encounter any issues or need further assistance, refer to the documentations or use the discussion to reach out to us for help.
diff --git a/screenshots/accounts-light.png b/screenshots/accounts-light.png index 9d9b2d11..928e3bfd 100644 Binary files a/screenshots/accounts-light.png and b/screenshots/accounts-light.png differ diff --git a/screenshots/home-light.png b/screenshots/home-light.png index f3f744f0..658d41db 100644 Binary files a/screenshots/home-light.png and b/screenshots/home-light.png differ