Coder Social home page Coder Social logo

damoonrashidi / bitalarm Goto Github PK

View Code? Open in Web Editor NEW
195.0 195.0 57.0 3.99 MB

An app to keep track of different cryptocurrencies, written in dart + flutter

Ruby 5.84% Objective-C 0.06% Dart 92.70% Kotlin 0.71% Swift 0.69%
cryptocurrencies dart flutter flutter-provider hacktoberfest hacktoberfest2020 hive

bitalarm's Introduction

// @TODO add things here

bitalarm's People

Contributors

damoonrashidi 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  avatar  avatar  avatar  avatar  avatar

bitalarm's Issues

CoinGraph text and indicator dots are covered by shader

The gradient shader that gives the coin chart a pink->blue gradient also covers the text and the hi/low/current indicators, meaning that they get the same hues. These should ideally be gray/white which could be achieved if they are moved to their own CustomPainter with the same X/Y calculations and drawn over the ShaderMask in coin-graph.dart using a Stack widget.

Dart 3 incompatibility issue

Hey there, I cloned bitalarm to run and test it locally and when I tried to install packages using flutter pub get and I got dart sdk incompatible error. Then I changed the sdk version and some of the packages version to the latest, but I found out one of the packages called nav_router is dart 3 incompatible. Have u considered making bitalarm compatible with dart 3 by using other routing packages? Thanks in advance

Create WalletService and update WalletModel

WalletModel needs the following public method

class WalletValue {
  double amount;
  double value;
}
WalletContents getContents(Wallet wallet);

And WalletService needs the following methods, since they will be pretty different API calls with different methods.

WalletContents _getBitcoinValue(String address);
WalletContents _getEthereumValue(String address);
WalletContents ...

Use bezier curves for coin graph

Currently the coin graph is using the path.lineTo function, causing the lines to be straight between nodes. It would be nice to use path.relativeCubicTo or path.relativeConicTo to make the graph prettier.

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.