{"id":13600185,"url":"https://github.com/JErazo7/flutter-crypto-wallet","last_synced_at":"2025-04-10T21:31:28.950Z","repository":{"id":40200521,"uuid":"364387647","full_name":"JErazo7/flutter-crypto-wallet","owner":"JErazo7","description":"A multiplatform (Android, iOS, Web and macOS) crypto-wallet example created with Flutter and CoinGecko API.","archived":false,"fork":false,"pushed_at":"2022-08-12T01:55:22.000Z","size":9094,"stargazers_count":149,"open_issues_count":6,"forks_count":60,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-03T01:23:14.528Z","etag":null,"topics":["blockchain","cryptocurrency","flutter","wallet"],"latest_commit_sha":null,"homepage":"https://jerazo7.github.io/flutter-crypto-wallet/","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/JErazo7.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}},"created_at":"2021-05-04T21:14:01.000Z","updated_at":"2025-03-31T11:25:44.000Z","dependencies_parsed_at":"2022-06-26T23:35:15.395Z","dependency_job_id":null,"html_url":"https://github.com/JErazo7/flutter-crypto-wallet","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JErazo7%2Fflutter-crypto-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JErazo7%2Fflutter-crypto-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JErazo7%2Fflutter-crypto-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JErazo7%2Fflutter-crypto-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JErazo7","download_url":"https://codeload.github.com/JErazo7/flutter-crypto-wallet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248301408,"owners_count":21080892,"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":["blockchain","cryptocurrency","flutter","wallet"],"created_at":"2024-08-01T18:00:31.107Z","updated_at":"2025-04-10T21:31:23.927Z","avatar_url":"https://github.com/JErazo7.png","language":"Dart","funding_links":[],"categories":["Dart","Flutter"],"sub_categories":["Flutter Wallet"],"readme":"\n# flutter-crypto-wallet\n\n* Developed with 💙 by [Josue Erazo][profile_link] # 🏋️\n* Dockerized by Marcello de Sales [Marcello de Sales][marcello_profile_link]\n\n[![License: MIT][license_badge]][license_link]\n\nA multiplatform (Android, iOS, Web and macOS) crypto-wallet example created with Flutter and [CoinGecko API](https://www.coingecko.com/es).\n  \n\n\n - Web\n\n![Web](https://raw.githubusercontent.com/JErazo7/flutter-crypto-wallet/readme/screenshots/web.png)\n  \n  - iOS - macOs - Android \n  \n  ![iOS - macOs - Android](https://raw.githubusercontent.com/JErazo7/flutter-crypto-wallet/readme/screenshots/devices.png)\n\n## Architecture 🚀\n\nThis project is developed under Clean Architecture. Based on the following scheme:\n![enter image description here](https://resocoder.com/wp-content/uploads/2020/03/DDD-Flutter-Diagram-v3.svg)\n\n# Run Web Server\n\n* Run with docker without Flutter\n  * Just install Docker Engine in any Operating System\n  * Run the command `docker-compose up --build`\n  * Go to http://localhost:4040\n\n```console\n$ docker-compose up --build\nBuilding crypto-wallet\n[+] Building 210.3s (20/20) FINISHED\n =\u003e [internal] load build definition from Dockerfile                                                                              0.1s\n =\u003e =\u003e transferring dockerfile: 37B                                                                                               0.0s\n =\u003e [internal] load .dockerignore                                                                                                 0.1s\n =\u003e =\u003e transferring context: 2B                                                                                                   0.0s\n =\u003e [internal] load metadata for docker.io/library/debian:latest                                                                  1.3s\n =\u003e [auth] library/debian:pull token for registry-1.docker.io                                                                     0.0s\n =\u003e [internal] load build context                                                                                                 0.2s\n =\u003e =\u003e transferring context: 42.29kB                                                                                              0.1s\n =\u003e [ 1/14] FROM docker.io/library/debian:latest@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b          0.0s\n =\u003e CACHED [ 2/14] RUN apt-get update                                                                                             0.0s\n =\u003e CACHED [ 3/14] RUN apt-get install -y curl git wget unzip libgconf-2-4 gdb libstdc++6 libglu1-mesa fonts-droid-fallback lib3  0.0s\n =\u003e CACHED [ 4/14] RUN apt-get clean                                                                                              0.0s\n =\u003e CACHED [ 5/14] RUN git clone https://github.com/flutter/flutter.git /usr/local/flutter                                        0.0s\n =\u003e CACHED [ 6/14] RUN flutter channel master                                                                                     0.0s\n =\u003e CACHED [ 7/14] RUN flutter upgrade                                                                                            0.0s\n =\u003e CACHED [ 8/14] RUN flutter config --enable-web                                                                                0.0s\n =\u003e CACHED [ 9/14] RUN flutter doctor -v                                                                                          0.0s\n =\u003e [10/14] COPY . /usr/local/bin/app                                                                                             0.7s\n =\u003e [11/14] WORKDIR /usr/local/bin/app                                                                                            0.2s\n =\u003e [12/14] RUN flutter pub get                                                                                                  44.4s\n =\u003e [13/14] RUN flutter build web                                                                                               155.9s\n =\u003e [14/14] RUN [\"chmod\", \"+x\", \"/usr/local/bin/app/server/server.sh\"]                                                            0.9s\n =\u003e exporting to image                                                                                                            6.2s\n =\u003e =\u003e exporting layers                                                                                                           6.0s\n =\u003e =\u003e writing image sha256:bfaadc27663885f65a512d0810114d31f80f32808994566ba4ee667462bbc942                                      0.0s\n =\u003e =\u003e naming to docker.io/marcellodesales/crypto-wallet-web                                                                      0.0s\nRecreating flutter-crypto-wallet_crypto-wallet_1 ... done\nAttaching to flutter-crypto-wallet_crypto-wallet_1\ncrypto-wallet_1  | Server start script initialized...\ncrypto-wallet_1  | Starting server on port 4040 ...\n```\n\n[license_link]:  https://opensource.org/licenses/MIT\n\n[very_good_analysis_link]:  https://pub.dev/packages/very_good_analysis\n\n[profile_link]:  https://www.linkedin.com/in/erazo-josue/\n[marcello_profile_link]:  https://www.linkedin.com/in/marcellodesales/\n[license_badge]:  https://img.shields.io/badge/license-MIT-blue.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJErazo7%2Fflutter-crypto-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJErazo7%2Fflutter-crypto-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJErazo7%2Fflutter-crypto-wallet/lists"}