{"id":13703187,"url":"https://github.com/csuka1219/Flutter_League","last_synced_at":"2025-05-05T07:30:39.107Z","repository":{"id":154195456,"uuid":"610732084","full_name":"csuka1219/Flutter_League","owner":"csuka1219","description":"Flutter League is a companion app for League of Legends players that allows them to search for summoners, view their stats and match history, and check currently ongoing games.","archived":false,"fork":false,"pushed_at":"2024-04-22T14:43:05.000Z","size":7016,"stargazers_count":22,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-13T10:37:52.314Z","etag":null,"topics":["android","api","dart","esports","flutter","flutter-league-of-legends","flutter-lol","game-analytics","game-tracking","league-of-legends","leagueoflegends","material-design","open-source","riot-games","riot-games-api"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csuka1219.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-07T11:20:26.000Z","updated_at":"2024-11-09T09:06:11.000Z","dependencies_parsed_at":"2024-04-22T16:04:29.137Z","dependency_job_id":null,"html_url":"https://github.com/csuka1219/Flutter_League","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csuka1219%2FFlutter_League","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csuka1219%2FFlutter_League/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csuka1219%2FFlutter_League/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csuka1219%2FFlutter_League/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csuka1219","download_url":"https://codeload.github.com/csuka1219/Flutter_League/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252458327,"owners_count":21751017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","api","dart","esports","flutter","flutter-league-of-legends","flutter-lol","game-analytics","game-tracking","league-of-legends","leagueoflegends","material-design","open-source","riot-games","riot-games-api"],"created_at":"2024-08-02T21:00:51.535Z","updated_at":"2025-05-05T07:30:38.130Z","avatar_url":"https://github.com/csuka1219.png","language":"Dart","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Flutter League\nFlutter League is a companion app for League of Legends players that allows them to search for summoners, view their stats and match history, and check currently ongoing games.\n\n![Made with Flutter](https://img.shields.io/badge/Made%20with-Flutter-blue.svg)\n![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)\n![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)\n![GitHub stars](https://img.shields.io/github/stars/csuka1219/Flutter_League.svg?style=social\u0026label=Star)\n\n## Pages\nThe app consists of the following pages:\n\n### Home Page\nThe Home page is the first screen users see when they open the app. It displays information about the summoners that the user has saved as favorites. Users can select a League of Legends server and search for summoners.\n\n\u003cp float=\"left\"\u003e\n  \u003cimg src=\"flutter_league/screenshots/home.png\" width=\"250\" /\u003e\n  \u003cimg src=\"flutter_league/screenshots/home2.png\" width=\"250\" /\u003e \n\u003c/p\u003e\n\n### Match History Page\nThe Match History Page displays a summoner's match history. It shows the summoner's rank, match history data, and provides the user with the option to load more matches.\n\n\u003cp float=\"left\"\u003e\n  \u003cimg src=\"flutter_league/screenshots/match_history.png\" width=\"250\"\u003e\n  \u003cimg src=\"flutter_league/screenshots/match_history2.png\" width=\"250\"\u003e\n\u003c/p\u003e\n\n### Match Info Page\nThe Match Info page displays the details of a specific match, including the result, player stats, and team compositions.\n\n\u003cimg src=\"flutter_league/screenshots/match_info.png\" width=\"250\"\u003e\n\n### Match Details Page\nThe Match Details page displays information about kills, gold, damage dealt, damage taken, wards, and CS in a TabView format.\n\n\u003cimg src=\"flutter_league/screenshots/match_details.png\" width=\"250\"\u003e\n\n### Live Game Page\nThe Live Game page displays information about a currently ongoing League of Legends game, including player information and match details. It uses the DartLeagueRoleIdentify algorithm, available on GitHub at https://github.com/csuka1219/DartLeagueRoleIdentify, to identify the role for each player in the game.\n\n\u003cimg src=\"flutter_league/screenshots/live_game.png\" width=\"250\"\u003e\n\n## Getting Started\nTo run the app, follow these steps:\n\n1. Clone the repository to your local machine.\n2. Open the project in your preferred IDE (e.g., Android Studio, VS Code).\n3. Create a Riot API key and add it to the lib/utils/config.dart file. You can get a key by following the instructions here: https://developer.riotgames.com/docs/portal.\n4. Run the app in the emulator or on a physical device.\n\n## Dependencies\nThe app uses the following dependencies:\n\n- provider: A state management library that allows easy sharing of data between widgets.\n- flutter_svg: A library for rendering SVG images in Flutter.\n- http: A library for making HTTP requests to an API.\n- intl: A library for formatting dates and numbers.\n- tuple: A library for creating and manipulating tuples.\n- shared_preferences: A library for persisting key-value data on the device.\n\n## Contributing\nThere are still some features and improvements that could be made to this app. If you would like to contribute, please feel free to fork the repository and create a pull request. Here are some things that could be improved:\n\n- Add a message box to display the result when searching for a summoner that does not exist.\n- Add a message box to display the result when clicking on the \"Live Game\" button if there is no currently ongoing game.\n- Remove the display of players' roles in ARAM mode in the \"Live Game\" page.\n- There are some unsupported game modes such as \"One For All\".\n- You can implement any new features you desire.\n\n## License\nThis project is licensed under the MIT License. Feel free to use it for your own purposes.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsuka1219%2FFlutter_League","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsuka1219%2FFlutter_League","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsuka1219%2FFlutter_League/lists"}