Absaar

Results 39 comments of Absaar

> I was doing a deep dive into unique IDs. And was also considering making new libraries for ulid, hexoid, and a few others. I was researching as well and...

That was fast thanks, I will definitely give it a try and do some tests

This guy has done it, however he has removed many charts and examples, which is diverting from the actual repo https://github.com/greensopinion/MPFlutterChart

hi @dgaedcke I think you started null safety, did you manage to complete it or opted for something else?

Instead of always hiding the max title, you can conditionally hide it when it visually makes sense e.g. if last item is not from actual intervals and if the difference...

Looks like this library is abandoned, however there are Null-safety forks: Well maintained: Github: https://github.com/artflutter/flutter_awesome_select Pub: https://pub.dev/packages/flutter_awesome_select Less maintained: Github: https://github.com/akbarpulatov/flutter_awesome_select Pub: https://pub.dev/packages/awesome_select

Looks like this library is abandoned, however there are two Null-safety forks: Well maintained: Github: https://github.com/artflutter/flutter_awesome_select Pub: https://pub.dev/packages/flutter_awesome_select Less maintained: Github: https://github.com/akbarpulatov/flutter_awesome_select Pub: https://pub.dev/packages/awesome_select

Looks like this library is abandoned, however there are two Null-safety forks: Well maintained: Github: https://github.com/artflutter/flutter_awesome_select Pub: https://pub.dev/packages/flutter_awesome_select Less maintained: Github: https://github.com/akbarpulatov/flutter_awesome_select Pub: https://pub.dev/packages/awesome_select

Thank you for the reply, will experiment with it

@kevmoo is it possible to use typedef aliases instead of original types in generated code, we now face above issue specially after #1136 which creates a generic converter in generated...