- Create, and edit terms and conditions
- Translation of terms and conditions to Hindi
- Infinite scrolling
- Speech to text for adding & updating terms and conditions
- Add more button at below the list to add more terms and conditions
- Newly added terms and conditions can be translated to Hindi
The codebase adheres to a feature-level architecture, promoting a clean and modular organization that systematically separates concerns for UI components, data storage. The project encompasses the following
- lib/
- features/
- terms and conditions/
- models/
- screens/
- repository/
- logic/
- splash/
- screens/
- logic/
- terms and conditions/
- shared/
- components/
- constants/
- themes/
- utils/
- main.dart
- features/
Screen.Recording.2024-01-24.at.3.10.57.PM.mov
- Clone the repository
git clone https://github.com/Uvais-Mohammad/ml_app.git
- Install dependencies
flutter pub get
- Run the app
flutter run