{"id":13685580,"url":"https://github.com/salvadordeveloper/flutter-crypto-app","last_synced_at":"2025-04-05T18:07:38.455Z","repository":{"id":40612354,"uuid":"371483822","full_name":"salvadordeveloper/flutter-crypto-app","owner":"salvadordeveloper","description":"Flutter Cryptocurrency App with Riverpod \u0026 Freezed + Dio for API REST","archived":false,"fork":false,"pushed_at":"2022-10-01T15:36:29.000Z","size":2661,"stargazers_count":424,"open_issues_count":7,"forks_count":102,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-03-29T17:08:27.389Z","etag":null,"topics":["app","flutter","flutter-apps","flutter-demo","flutter-ui","freezed","githubactions","riverpod"],"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/salvadordeveloper.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-27T19:32:26.000Z","updated_at":"2025-03-28T19:33:58.000Z","dependencies_parsed_at":"2023-01-19T00:00:33.878Z","dependency_job_id":null,"html_url":"https://github.com/salvadordeveloper/flutter-crypto-app","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salvadordeveloper%2Fflutter-crypto-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salvadordeveloper%2Fflutter-crypto-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salvadordeveloper%2Fflutter-crypto-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salvadordeveloper%2Fflutter-crypto-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/salvadordeveloper","download_url":"https://codeload.github.com/salvadordeveloper/flutter-crypto-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378142,"owners_count":20929296,"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":["app","flutter","flutter-apps","flutter-demo","flutter-ui","freezed","githubactions","riverpod"],"created_at":"2024-08-02T14:00:53.981Z","updated_at":"2025-04-05T18:07:38.438Z","avatar_url":"https://github.com/salvadordeveloper.png","language":"Dart","funding_links":[],"categories":["Dart"],"sub_categories":[],"readme":"\n# Flutter Crypto APP\nComplete Flutter Application with Riverpod \u0026 Freezed + Dio for API REST.\n\n[![test](https://github.com/salvadordeveloper/flutter-crypto-app/actions/workflows/tests.yml/badge.svg)](https://github.com/salvadordeveloper/flutter-crypto-app/actions/workflows/tests.yml)\n[![build](https://github.com/salvadordeveloper/flutter-crypto-app/actions/workflows/release.yml/badge.svg)](https://github.com/salvadordeveloper/flutter-crypto-app/actions/workflows/release.yml)\n[![codecov](https://codecov.io/gh/salvadordeveloper/flutter-crypto-app/branch/main/graph/badge.svg?token=UYU0OB442S)](https://codecov.io/gh/salvadordeveloper/flutter-crypto-app)\n[![Flutter version](https://img.shields.io/badge/flutter-2.10.2-blue?logo=flutter)](https://flutter.dev/docs/get-started/install)\n[![GitHub license](https://img.shields.io/github/license/chinnonsantos/full_testing_flutter)](https://choosealicense.com/licenses/mit/)\n\n\u003cimg src=\"screenshots/cover.png\" \u003e\n\n## Features\n- API REST (CryptoWatch)\n- Linear Graph View (Hour, Day, Week, etc)\n- OHLC Graph\n- Search\n- Light / Dark Theme\n- Multi Language\n- Exchange Selection\n- Favorite Pair\n\n### Stack\n- Flutter 2.10.2\n- Riverpod + Hooks\n- Freezed\n- Dio\n\n### Testing\n- Unit Testing (flutter_test)\n- Integration Testing (integration_test)\n- Mock Data (http_mock_adapter)\n- Github Actions (iOS \u0026 Android Integration Test)\n\n## Screenshots\n\n\n| Home | Details | Settings |\n|  --- |  ---    |   ---    |\n|\u003cimg src=\"screenshots/1_dark.jpeg\" width=\"250\"\u003e|\u003cimg src=\"screenshots/2_dark.jpeg\" width=\"250\"\u003e|\u003cimg src=\"screenshots/3_dark.jpeg\" width=\"250\"\u003e|\n|\u003cimg src=\"screenshots/1_light.jpeg\" width=\"250\"\u003e|\u003cimg src=\"screenshots/2_light.jpeg\" width=\"250\"\u003e|\u003cimg src=\"screenshots/3_light.jpeg\" width=\"250\"\u003e|\n\n## Setup project\n\nDownload project\n```bash\ngit clone https://github.com/salvadordeveloper/flutter-crypto-app\n```\n\nGet flutter dependencies\n```bash\nflutter pub get\n```\n\nYou need to create an account at https://cryptowat.ch/ to get a personal API KEY\n\nRename the env.example file to .env and put there you API KEY\n```bash\nAPI_KEY={CryptoWatch_KEY}\n```\n\nRun the app\n```bash\nflutter run\n```\n\nIf you have any error with generated files try to run this\n```bash\nflutter pub run build_runner build --delete-conflicting-outputs\n```\n\n\n### Testing\n\nUnit Test\n```bash\nflutter test\n```\nIntegration Test\n```bash\nflutter drive --driver=test_driver/integration_test.dart --target=integration_test/main_test.dart\n```\n\n## Resources\n[Flutter Docs](https://flutter.dev/docs)\n\n[Riverpod Docs](https://riverpod.dev/docs/getting_started/)\n\n[Cryptowatch Docs](https://docs.cryptowat.ch/rest-api/)\n\n\n## Licence\n\n```\nMIT License\n\nCopyright (c) 2022 Salvador Valverde\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalvadordeveloper%2Fflutter-crypto-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalvadordeveloper%2Fflutter-crypto-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalvadordeveloper%2Fflutter-crypto-app/lists"}