vendelin8

Results 32 comments of vendelin8

It's okay, I'll do these fixes. I'll leave benchmarking to someone else (or much later).

I fixed the ones you mentioned, please check if everything is fine.

For error classification: I know about `RangeError`, I stated it on the top, that it may be inappropriate, but it looked way much easier to leave it like that, instead...

Ok, I think I'm done with it. Feel free to ping me if you think something is missing, and really important in this phase.

For my current project (in dart/flutter) I found out that sublist can be replaced by [skip](https://api.flutter.dev/flutter/dart-core/Iterable/skip.html) and [take](https://api.flutter.dev/flutter/dart-core/Iterable/take.html). I made a small benchmark on them with https://pub.dev/packages/benchmark, and found out,...

@NickTheDev I did what I could, feel free to check, correct, extend, etc. I don't use it any more, but can help if you need it.

Currently I'm working on the time part, and I'm not sure about it. Dart has a microsecond precision time format: https://api.dart.dev/stable/2.12.3/dart-core/DateTime-class.html For me it doesn't look necessary to add the...

`dartx` seems to be done `black_hole_flutter`'s PR is closed too `time_machine` seems to be abandoned

Hey, Awesome lib! I was about to check if there's a possibility to change number of days based on mobile orientation, but found the same thing, that I can't change...

https://github.com/visualfc/liteide/pull/1232