Tanzania Standard Treatment Guidelines (STG 2021) App
# STG
A wrapper of _"The United Republic Of Tanzania Standard Treatment Guidelines And National Essential Medicines List For Tanzania Mainland"_ book.
Easily navigate the book with this app. No more struggling to find specific topics; quick access and a user-friendly design make reading and referencing simple and efficient.
## Screenshots
## How to Install it
1. Download APK with latest version from here.
## Todo
- progress with percent
- most viewed
- search with recent searches
- questions and answers and bonus points
-
## Building
### Appbundle
```bash
flutter build appbundle --obfuscate --split-debug-info=./build/app/outputs/symbols
```
### Apk
```bash
flutter build apk --obfuscate --split-debug-info=./build/app/outputs/symbols --release
```