kasandrop

Results 4 issues of kasandrop

For example: ``` GdxFIRDatabase.instance().inReference("users/"+userId) .readValue(List.class, new DataCallback(){ @MapConversion(User.class) @Override public void onData(List data) { User user=data.get(0); // Do something with user } @Override public void onError(Exception e) { // Handle...

I really don't understand why you extend events from Equatable if you dont override transform in bloc. By the way When running flutter pub get I am getting the following...

String should be parsed first with Uri.parse. You did not test it .

TradingView has 2 boxes for long and short position. It calculates position sizes. I draw a box on the screen. /green is profit area, red-loss area/. With a mouse I...

enhancement