Flames App is a fun and interactive Flutter application that determines the relationship between two names using the classic "FLAMES" game. Users can input their name and their partner's name to calculate their relationship status, which could range from "Friends" to "Enemies."
- Input Fields: Allows users to enter their names.
- Relationship Calculation: Uses the FLAMES game logic to determine relationship status.
- Results Display: Shows results in an alert dialog.
- Flutter
- Dart
- Clone the repository:
git clone https://github.com/void-craft/Flames-App.git
Navigate to the project directory: bash Copy code cd Flames-App Install dependencies: bash Copy code flutter pub get Run the app: bash Copy code flutter run csharp Copy code