Alexandre Ardhuin
Alexandre Ardhuin
A little update on this migration/rewrite. I made great progress and it's close to have a pre-version to test. If someone is crazy enough to give it a stab the...
It took a long time but I just published `google_maps-8.0.0-dev.1`. To migrate, here are the main points: - `GMap` should be rename to `Map` - `toJS` and `toDart` are sometimes...
Done via google_maps-8.0.0
@lrhn : didn't this issue rather intend to be filed on https://github.com/dart-lang/linter ?
I saw this issue and looked at the possible improvements that could be done. I did some changes locally but I never had enough time to finalize them. I will...
I made some changes in 3.2.0 to improve performances and keep the same API. ``` Loop 1 times,Cost: 6 ms Loop 10 times,Cost: 0 ms Loop 100 times,Cost: 0 ms...
I just try the following code and see no error from analyzer with Dart-3.8.1: ```dart import 'package:decimal/decimal.dart'; import 'package:rational/rational.dart'; void main() { print(1.toDecimal()); print(1.toRational()); print(BigInt.one.toDecimal()); print(BigInt.one.toRational()); } ``` What's your...
TBH I'm not a big fan of this change. This kind of export of the same name is really uncommon IMHO. OTOH I can't find a workaroud to make it...
I think the issue is a language issue (but I can't find a relevant issue number on https://github.com/dart-lang/language). eg. a language solution could be to allow typedef on extension: ```...
If you can live with the above workaround I'll prefer to wait for an answer of the language issue you will file