Code Monkey home page Code Monkey logo

flutter-crypto-wallet's Introduction

About

As a Flutter and Firebase Expert, Mobile Team Lead at MGM Resorts, I've carved a significant path in the mobile development and management landscape. My expertise spans not only high-level technical execution but also visionary leadership in transformative and impactful digital experiences for millions.

At MGM Resorts, my role as a Lead Mobile Release Manager has been pivotal. I managed to cut the update cycle in half, from four to two weeks, optimizing new feature delivery and issue resolution for an audience of over 4 million users. This achievement reflects my technical prowess, operational excellence commitment, and user satisfaction focus.

My leadership was instrumental in the mobile development of Belo, an Argentine cryptocurrency wallet that redefines access to the digital economy. As the head of the mobile project, I drove the platform towards exponential growth, securing 200,000 users and $3 million in investments within just 9 months. This accomplishment underscores my ability to lead with a forward-thinking vision, driving both technological innovation and business growth.

I founded and developed StartFit, a fitness app that bridges the gap between sports professionals and athletes, cultivating an active community of over 25,000 users worldwide. This project is a testament to my passion for developing digital solutions that connect and empower people while fostering positive social impact.

My focus has always been on leveraging technology to address real challenges, with a constant drive to explore new opportunities and apply disruptive innovations in the mobile app domain. I'm continually seeking projects that not only challenge my technical skills but also offer the chance to make a significant difference in people's lives.

flutter-crypto-wallet's People

Contributors

jerazo7 avatar marcellodesales avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

flutter-crypto-wallet's Issues

Unable to build

I cloned the repo and trying to build, but I get the error as below.

% docker compose up --build
[+] Building 3.4s (7/18)
 => [internal] load build definition from Dockerfile                                                                                                                                 0.0s
 => => transferring dockerfile: 32B                                                                                                                                                  0.0s
 => [internal] load .dockerignore                                                                                                                                                    0.0s
 => => transferring context: 2B                                                                                                                                                      0.0s
 => [internal] load metadata for docker.io/library/debian:latest                                                                                                                     2.7s
 => [ 1/14] FROM docker.io/library/debian:latest@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0                                                             0.0s
 => [internal] load build context                                                                                                                                                    0.0s
 => => transferring context: 16.49kB                                                                                                                                                 0.0s
 => CACHED [ 2/14] RUN apt-get update                                                                                                                                                0.0s
 => ERROR [ 3/14] RUN apt-get install -y curl git wget unzip libgconf-2-4 gdb libstdc++6 libglu1-mesa fonts-droid-fallback lib64stdc++6 python3 psmisc                               0.6s
------
 > [ 3/14] RUN apt-get install -y curl git wget unzip libgconf-2-4 gdb libstdc++6 libglu1-mesa fonts-droid-fallback lib64stdc++6 python3 psmisc:
#0 0.231 Reading package lists...
#0 0.492 Building dependency tree...
#0 0.561 Reading state information...
#0 0.620 E: Unable to locate package lib64stdc++6
#0 0.620 E: Couldn't find any package by regex 'lib64stdc++6'
------
failed to solve: executor failed running [/bin/sh -c apt-get install -y curl git wget unzip libgconf-2-4 gdb libstdc++6 libglu1-mesa fonts-droid-fallback lib64stdc++6 python3 psmisc]: exit code: 100

I am using Docker Desktop v 4.7.1 (77678), Docker Engine 20.10.14, Compose: v2.4.1 on Apple M1 OS X 12.3.1 (21E258)

ERROR [13/14] RUN flutter build web

=> ERROR [13/14] RUN flutter build web 19.5s

[13/14] RUN flutter build web:
#17 0.476 Woah! You appear to be trying to run flutter as root.
#17 0.476 We strongly recommend running the flutter tool without superuser privileges.
#17 0.477 /
#17 0.477 ๐Ÿ“Ž
#17 0.991 Downloading Web SDK... 4.9s
#17 7.073 Downloading CanvasKit... 1,279ms
#17 8.793
#17 8.794 ๐Ÿ’ช Building with sound null safety ๐Ÿ’ช
#17 8.794
#17 8.856 Compiling lib/main.dart for the Web...
#17 18.96 Target dart2js failed: Exception: Warning: The 'dart2js' entrypoint script is deprecated, please use 'dart compile js' instead.
#17 18.96 /root/.pub-cache/hosted/pub.dartlang.org/auto_route-2.4.2/lib/src/router/provider/auto_route_information_provider.dart:28:8:
#17 18.96 Error: The method 'AutoRouteInformationProvider.routerReportsNewRouteInformation' doesn't have the named parameter 'type' of overridden method 'RouteInformationProvider.routerReportsNewRouteInformation'.
#17 18.96 void routerReportsNewRouteInformation(RouteInformation routeInformation,
#17 18.96 ^
#17 18.96 ../../flutter/packages/flutter/lib/src/widgets/router.dart:1329:8:
#17 18.96 Info: This is the overridden method ('routerReportsNewRouteInformation').
#17 18.96 void routerReportsNewRouteInformation(RouteInformation routeInformation, {RouteInformationReportingType type = RouteInformationReportingType.none}) {}
#17 18.96 ^
#17 18.96 /root/.pub-cache/hosted/pub.dartlang.org/flutter_screenutil-5.0.0+2/lib/screen_util.dart:42:33:
#17 18.96 Warning: Operand of null-aware operation '?.' has type 'WidgetsBinding' which excludes null.
#17 18.96 - 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../flutter/packages/flutter/lib/src/widgets/binding.dart').
#17 18.96 var window = WidgetsBinding.instance?.window ?? ui.window;
#17 18.96 ^
#17 18.96 lib/presentation/routes/router.gr.dart:23:9:
#17 18.96 Error: No named parameter with the name 'builder'.
#17 18.96 builder: (data) {
#17 18.96 ^^^^^^^
#17 18.96 /root/.pub-cache/hosted/pub.dartlang.org/auto_route-2.4.2/lib/src/router/auto_route_page.dart:64:3:
#17 18.96 Info: Found this candidate, but the arguments don't match.
#17 18.96 MaterialPageX({
#17 18.96 ^^^^^^^^^^^^^
#17 18.96 lib/presentation/routes/router.gr.dart:30:9:
#17 18.96 Error: No named parameter with the name 'builder'.
#17 18.96 builder: (data) {
#17 18.96 ^^^^^^^
#17 18.96 /root/.pub-cache/hosted/pub.dartlang.org/auto_route-2.4.2/lib/src/router/auto_route_page.dart:64:3:
#17 18.96 Info: Found this candidate, but the arguments don't match.
#17 18.96 MaterialPageX({
#17 18.96 ^^^^^^^^^^^^^
#17 18.96 lib/presentation/routes/router.gr.dart:37:9:
#17 18.96 Error: No named parameter with the name 'builder'.
#17 18.96 builder: () {
#17 18.96 ^^^^^^^
#17 18.96 /root/.pub-cache/hosted/pub.dartlang.org/auto_route-2.4.2/lib/src/router/auto_route_page.dart:64:3:
#17 18.96 Info: Found this candidate, but the arguments don't match.
#17 18.96 MaterialPageX({
#17 18.96 ^^^^^^^^^^^^^
#17 18.96 lib/presentation/routes/router.gr.dart:42:9:
#17 18.96 Error: No named parameter with the name 'builder'.
#17 18.96 builder: (
) {
#17 18.96 ^^^^^^^
#17 18.96 /root/.pub-cache/hosted/pub.dartlang.org/auto_route-2.4.2/lib/src/router/auto_route_page.dart:64:3:
#17 18.96 Info: Found this candidate, but the arguments don't match.
#17 18.96 MaterialPageX({
#17 18.96 ^^^^^^^^^^^^^
#17 18.96 /root/.pub-cache/hosted/pub.dartlang.org/auto_route-2.4.2/lib/src/router/widgets/auto_tabs_router.dart:180:22:
#17 18.96 Warning: Operand of null-aware operation '?.' has type 'WidgetsBinding' which excludes null.
#17 18.96 - 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../flutter/packages/flutter/lib/src/widgets/binding.dart').
#17 18.96 WidgetsBinding.instance?.addPostFrameCallback(() {
#17 18.96 ^
#17 18.96 /root/.pub-cache/hosted/pub.dartlang.org/auto_route-2.4.2/lib/src/router/provider/auto_route_information_provider.dart:19:36:
#17 18.96 Warning: Operand of null-aware operation '?.' has type 'WidgetsBinding' which excludes null.
#17 18.96 - 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../flutter/packages/flutter/lib/src/widgets/binding.dart').
#17 18.96 location: WidgetsBinding.instance?.window.defaultRouteName ??
#17 18.96 ^
#17 18.96 /root/.pub-cache/hosted/pub.dartlang.org/auto_route-2.4.2/lib/src/router/provider/auto_route_information_provider.dart:55:39:
#17 18.96 Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null.
#17 18.96 - 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../flutter/packages/flutter/lib/src/widgets/binding.dart').
#17 18.96 if (!hasListeners) WidgetsBinding.instance!.addObserver(this);
#17 18.96 ^
#17 18.96 /root/.pub-cache/hosted/pub.dartlang.org/auto_route-2.4.2/lib/src/router/provider/auto_route_information_provider.dart:62:39:
#17 18.96 Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null.
#17 18.96 - 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../flutter/packages/flutter/lib/src/widgets/binding.dart').
#17 18.96 if (!hasListeners) WidgetsBinding.instance!.removeObserver(this);
#17 18.96 ^
#17 18.96 /root/.pub-cache/hosted/pub.dartlang.org/auto_route-2.4.2/lib/src/router/provider/auto_route_information_provider.dart:71:38:
#17 18.96 Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null.
#17 18.96 - 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../flutter/packages/flutter/lib/src/widgets/binding.dart').
#17 18.96 if (hasListeners) WidgetsBinding.instance!.removeObserver(this);
#17 18.96 ^
#17 18.96 /root/.pub-cache/hosted/pub.dartlang.org/auto_route-2.4.2/lib/src/router/widgets/auto_route_navigator.dart:46:22:
#17 18.96 Warning: Operand of null-aware operation '?.' has type 'WidgetsBinding' which excludes null.
#17 18.96 - 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../flutter/packages/flutter/lib/src/widgets/binding.dart').
#17 18.96 WidgetsBinding.instance?.addPostFrameCallback((
) {
#17 18.96 ^
#17 18.96 Error: Compilation failed.
#17 18.96
#17 18.96 Compiling lib/main.dart for the Web... 10.1s
#17 18.96 Exception: Failed to compile application for the Web.


executor failed running [/bin/sh -c flutter build web]: exit code: 1
ERROR: Service 'crypto-wallet' failed to build : Build failed #

how to set up because I have setup and still errors

flutter pub get
Running "flutter pub get" in acapello...
Because json_serializable ^4.0.1 depends on analyzer >=0.41.2 <2.0.0 and test_core >=0.4.5 <0.4.10 depends on analyzer ^2.4.0, json_serializable ^4.0.1 is incompatible with test_core >=0.4.5 <0.4.10.
And because test >=1.19.4 <1.20.0 depends on test_core 0.4.9 and mocktail >=0.1.0 depends on test ^1.16.0, if json_serializable ^4.0.1 and mocktail >=0.1.0 then test >=1.16.0 <1.19.4-โˆž or >=1.20.0 <2.0.0.
(1) So, because test >=1.20.0 depends on test_api 0.4.9 and test >=1.19.3 <1.19.4 depends on test_api 0.4.7, if json_serializable ^4.0.1 and mocktail >=0.1.0 then test_api 0.4.7 or 0.4.9 or test >=1.16.0 <1.19.3.

Because test >=1.16.0-nullsafety.19 <1.16.6 depends on test_api 0.2.19 and test >=1.16.6 <1.16.7 depends on test_api 0.2.20, test >=1.16.0-nullsafety.19 <1.16.7 requires test_api 0.2.19 or 0.2.20.
And because test >=1.16.7 <1.17.0 depends on test_api 0.3.0 and test >=1.17.0 <1.17.6 depends on test_api 0.4.0, test >=1.16.0-nullsafety.19 <1.17.6 requires test_api 0.2.19 or 0.2.20 or 0.3.0 or 0.4.0.
And because test >=1.17.6 <1.17.10 depends on test_api 0.4.1 and test >=1.17.10 <1.17.11 depends on test_api 0.4.2, test >=1.16.0-nullsafety.19 <1.17.11 requires test_api 0.2.19 or 0.2.20 or 0.3.0 or 0.4.0 or 0.4.1 or 0.4.2.
And because test >=1.17.11 <1.18.0 depends on test_api 0.4.3 and test >=1.18.0 <1.18.1 depends on test_api 0.4.4, test >=1.16.0-nullsafety.19 <1.18.1 requires test_api 0.2.19 or 0.2.20 or 0.3.0 or 0.4.0 or 0.4.1 or 0.4.2 or 0.4.3 or 0.4.4.
And because test >=1.18.1 <1.19.0 depends on test_api 0.4.5 and test >=1.19.0 <1.19.3 depends on test_api 0.4.6, test >=1.16.0-nullsafety.19 <1.19.3 requires test_api 0.2.19 or 0.2.20 or 0.3.0 or 0.4.0 or 0.4.1 or 0.4.2 or 0.4.3 or 0.4.4 or 0.4.5 or 0.4.6.
And because if json_serializable ^4.0.1 and mocktail >=0.1.0 then test_api 0.4.7 or 0.4.9 or test >=1.16.0 <1.19.3 (1), if json_serializable ^4.0.1 and mocktail >=0.1.0 then test_api 0.2.19 or 0.2.20 or 0.3.0 or 0.4.0 or 0.4.1 or 0.4.2 or 0.4.3 or 0.4.4 or 0.4.5 or 0.4.6 or 0.4.7 or 0.4.9.
And because flutter_crypto_wallet depends on flutter_test from sdk which depends on test_api 0.4.8, json_serializable ^4.0.1 is incompatible with mocktail >=0.1.0.
So, because flutter_crypto_wallet depends on both json_serializable ^4.1.1 and mocktail ^0.1.0, version solving failed.

pub get failed (1; So, because flutter_crypto_wallet depends on both json_serializable ^4.1.1 and mocktail ^0.1.0, version solving failed.)
exit code 1

--

[acapello] flutter pub get
Running "flutter pub get" in acapello...
Because mocktail >=0.1.0 depends on test ^1.16.0 and test >=1.19.4 <1.20.0 depends on test_core 0.4.9, mocktail >=0.1.0 requires test_core 0.4.9 or test >=1.16.0 <1.19.4-โˆž or >=1.20.0 <2.0.0.
And because test_core >=0.4.5 <0.4.10 depends on analyzer ^2.4.0 and json_serializable ^4.0.1 depends on analyzer >=0.41.2 <2.0.0, if mocktail >=0.1.0 and json_serializable ^4.0.1 then test >=1.16.0 <1.19.4-โˆž or >=1.20.0 <2.0.0.
(1) So, because test >=1.20.0 depends on test_api 0.4.9 and test >=1.19.3 <1.19.4 depends on test_api 0.4.7, if mocktail >=0.1.0 and json_serializable ^4.0.1 then test_api 0.4.7 or 0.4.9 or test >=1.16.0 <1.19.3.

Because test >=1.16.0-nullsafety.19 <1.16.6 depends on test_api 0.2.19 and test >=1.16.6 <1.16.7 depends on test_api 0.2.20, test >=1.16.0-nullsafety.19 <1.16.7 requires test_api 0.2.19 or 0.2.20.
And because test >=1.16.7 <1.17.0 depends on test_api 0.3.0 and test >=1.17.0 <1.17.6 depends on test_api 0.4.0, test >=1.16.0-nullsafety.19 <1.17.6 requires test_api 0.2.19 or 0.2.20 or 0.3.0 or 0.4.0.
And because test >=1.17.6 <1.17.10 depends on test_api 0.4.1 and test >=1.17.10 <1.17.11 depends on test_api 0.4.2, test >=1.16.0-nullsafety.19 <1.17.11 requires test_api 0.2.19 or 0.2.20 or 0.3.0 or 0.4.0 or 0.4.1 or 0.4.2.
And because test >=1.17.11 <1.18.0 depends on test_api 0.4.3 and test >=1.18.0 <1.18.1 depends on test_api 0.4.4, test >=1.16.0-nullsafety.19 <1.18.1 requires test_api 0.2.19 or 0.2.20 or 0.3.0 or 0.4.0 or 0.4.1 or 0.4.2 or 0.4.3 or 0.4.4.
And because test >=1.18.1 <1.19.0 depends on test_api 0.4.5 and test >=1.19.0 <1.19.3 depends on test_api 0.4.6, test >=1.16.0-nullsafety.19 <1.19.3 requires test_api 0.2.19 or 0.2.20 or 0.3.0 or 0.4.0 or 0.4.1 or 0.4.2 or 0.4.3 or 0.4.4 or 0.4.5 or 0.4.6.
And because if mocktail >=0.1.0 and json_serializable ^4.0.1 then test_api 0.4.7 or 0.4.9 or test >=1.16.0 <1.19.3 (1), if mocktail >=0.1.0 and json_serializable ^4.0.1 then test_api 0.2.19 or 0.2.20 or 0.3.0 or 0.4.0 or 0.4.1 or 0.4.2 or 0.4.3 or 0.4.4 or 0.4.5 or 0.4.6 or 0.4.7 or 0.4.9.
And because flutter_crypto_wallet depends on flutter_test from sdk which depends on test_api 0.4.8, mocktail >=0.1.0 is incompatible with json_serializable ^4.0.1.
So, because flutter_crypto_wallet depends on both json_serializable ^4.1.4 and mocktail ^0.1.0, version solving failed.

pub get failed (1; So, because flutter_crypto_wallet depends on both json_serializable ^4.1.4 and mocktail ^0.1.0, version solving failed.)
exit code 1

--

[acapello] flutter pub get
Running "flutter pub get" in acapello... 560.5s
exit code 0

For the iOS error

this is the error when ios is been runned 'The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation'. what should I do to fix it ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.