https://github.com/shashank02051997/agentx-flutter
An Android & iOS app consuming a [Valorant Game](https://valorant-api.com/) API to display agent list
https://github.com/shashank02051997/agentx-flutter
android api-rest application flutter flutter-apps ios ui
Last synced: 12 months ago
JSON representation
An Android & iOS app consuming a [Valorant Game](https://valorant-api.com/) API to display agent list
- Host: GitHub
- URL: https://github.com/shashank02051997/agentx-flutter
- Owner: Shashank02051997
- License: gpl-3.0
- Created: 2023-07-05T07:40:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T07:42:06.000Z (almost 3 years ago)
- Last Synced: 2024-04-24T08:19:12.188Z (about 2 years ago)
- Topics: android, api-rest, application, flutter, flutter-apps, ios, ui
- Language: Dart
- Homepage:
- Size: 65.8 MB
- Stars: 34
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AgentX









[](Shashank02051997/AgentX-Flutter)
An Android & iOS app consuming a [Valorant Game](https://valorant-api.com/) API to display agent list. 😉😀😁😎
Star ⭐ the repo if you like what you see 😉.

## Screenshots
**Please click the image below to enlarge.**








## App Demo
https://github.com/Shashank02051997/AgentX-Flutter/assets/20399094/2a98a2e8-6620-48bd-a3db-9b8b84e72da1
https://github.com/Shashank02051997/AgentX-Flutter/assets/20399094/dfcf818f-3214-4649-9686-2b4c92a5eaed
## ✨ Requirements
* Any Operating System (ie. MacOS X, Linux, Windows)
* Any IDE with Flutter SDK installed (ie. IntelliJ, Android Studio, VSCode, etc)
* A little knowledge of Dart and Flutter
* A brain to think 🤓🤓
## Contributing
Please fork this repository and contribute back using
[pull requests](https://github.com/Shashank02051997/AgentX-Flutter/pulls).
Any contributions, large or small, major features, or bug fixes, are welcomed and appreciated
but will be thoroughly reviewed.
### Contact - Let's become a friend
- [Twitter](https://twitter.com/shashank020597)
- [Github](https://github.com/Shashank02051997)
- [Linkedin](https://www.linkedin.com/in/shashank-singhal-a87729b5/)
- [Facebook](https://www.facebook.com/shashanksinghal02)
### Like our Facebook page
- [Android UI's Bucket](https://www.facebook.com/androiduisbucket)
## Donation
If this project helps you reduce time to develop, you can give me a cup of coffee :)
## 💬 Discuss
Have any questions, or doubts or want to present your opinions or views? You're always welcome. You can [start discussions](https://github.com/Shashank02051997/AgentX-Flutter/discussions).
# Flutter Code Execution Guide
This guide provides step-by-step instructions on how to run Flutter code on your local machine. Flutter is an open-source framework developed by Google for building cross-platform applications. Before you begin, ensure that you have Flutter SDK installed on your system.
## Prerequisites
Before you start, make sure you have the following installed on your machine:
- [Flutter SDK](https://flutter.dev/docs/get-started/install)
- [Dart SDK](https://dart.dev/get-dart)
## Steps to Run Flutter Code
Follow the steps below to run the Flutter code:
1. Clone the project repository to your local machine using the following command:
```bash
git clone
```
2. Navigate to the project directory:
```bash
cd
```
3. Install the required dependencies by running the following command:
```bash
flutter pub get
```
4. Ensure that you have an emulator/device connected or running. You can use either a physical device or an emulator to run the Flutter application.
5. To start the application, run the following command:
```bash
flutter run
```
This command will build and run the Flutter application on the connected device/emulator. The application will open automatically once the build process is complete.
6. Congratulations! You have successfully run the Flutter code on your local machine.
## Additional Information
- To build the Flutter application for a specific platform (Android or iOS), you can use the following commands:
- Android: `flutter build apk`
- iOS: `flutter build ios`
The resulting build artifacts can be found in the `build` directory of your project.
- Flutter provides hot reload functionality, which allows you to see the changes in your code without restarting the application. To trigger a hot reload, simply save your changes in the code editor while the application is running.
For more information on Flutter and its features, please refer to the official [Flutter documentation](https://flutter.dev/docs).
# KMM App
For detailed information and to explore the KMM app, please visit the official repository: [AgentX Repository](https://github.com/Musfick/AgentX)
Feel free to check out the repository to delve into the code and discover the functionality of the KMM app.
## Visitors Count
