ML App

_Seamlessly manage your terms and conditions

Build Status Build Status

Features

  • 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

Project Structure

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/
    • shared/
      • components/
      • constants/
      • themes/
      • utils/
    • main.dart

Screen Recording

Screen.Recording.2024-01-24.at.3.10.57.PM.mov

How to Run the app

  1. Clone the repository
git clone https://github.com/Uvais-Mohammad/ml_app.git
  1. Install dependencies
flutter pub get
  1. Run the app
flutter run