A Flutter application for Legal Intelligence, built to consume a FastAPI backend.
- Flutter SDK
- Android Emulator or Physical Device
- Python Backend running on port 8000
-
Dependencies:
flutter pub get
-
Backend Connection:
- The app is configured to connect to
http://10.0.2.2:8000(Android Emulator localhost). - If running on a physical device, update
baseUrlinlib/services/api_service.dartto your machine's local IP (e.g.,http://192.168.1.x:8000).
- The app is configured to connect to
flutter run- Find Similar Cases: Enter a case description to find precedents.
- Win Probability: See historical win/loss rates.
- Act Trends: View visualizations of case trends over time.