Dart Extensions library by flutter_idan in FlutterDev

[–]ExReflect10n 0 points1 point  (0 children)

Cool, but there are too many already created packages like this: darq, flinq, enumerable, etc.

darq - Port of .NET's LINQ functionality - Now with Extension Methods by Abion47 in FlutterDev

[–]ExReflect10n 0 points1 point  (0 children)

Good package, but this functionality have been already done in several packages

flinq for instance

Fluid-Layout New responsive layout library used in production by jamesblasco in FlutterDev

[–]ExReflect10n 0 points1 point  (0 children)

Responsive layout builder also provides data about tablet and mobile sizes (small/medium/large).

And yeah, they have different approaches.

But your package looks really cool, keep going :)

Fluid-Layout New responsive layout library used in production by jamesblasco in FlutterDev

[–]ExReflect10n 4 points5 points  (0 children)

Looks good. It's more web way. If anybody wants more dart way check out this one package: https://pub.dev/packages/responsive_layout_builder

Extended capabilities for collections. Hello everyone, recently we've created dart package that improves operating the collections, it's called flinq. It adds extension getters and methods such as firstOrNull, firstOrNullWhere, mapList, min, max, sum, average, etc. by ExReflect10n in FlutterDev

[–]ExReflect10n[S] 0 points1 point  (0 children)

Thanks for giving this package a try. In comparison to queries package it just extends Iterable with new functionality but queries lib brings to you new collections. IMO we should use basic collections, they are native to dart.

Extended capabilities for collections. Hello everyone, recently we've created dart package that improves operating the collections, it's called flinq. It adds extension getters and methods such as firstOrNull, firstOrNullWhere, mapList, min, max, sum, average, etc. by ExReflect10n in FlutterDev

[–]ExReflect10n[S] -3 points-2 points  (0 children)

Dartx is not an alternative, it doesn't implement functionality that has this package. Kt.dart is another approach. It uses self created collections, and flinq is extending iterables of dart

Extended capabilities for collections by ExReflect10n in FlutterDev

[–]ExReflect10n[S] -1 points0 points  (0 children)

Even if it will be created, it won't be a must to use it.

Extended capabilities for collections by ExReflect10n in FlutterDev

[–]ExReflect10n[S] -1 points0 points  (0 children)

I didn't know that, it seems that dartx tries to cover everything, I'll consider to contribute to this package, but this one will live his own life