Now that we finally have a proper discussion forum for Flutter (as opposed to a bunch of general purpose social media and instant messaging platforms), I'm hoping to move much of my conversation about Flutter & Dart there. I've had really pleasant experience with discussing other topics (like interactive fiction) in a Discourse forum as opposed to a general purpose social platform.

First post: https://forum.itsallwidgets.com/t/lesser-known-classes-and-functions-from-the-dart-core-libraries/236

#Flutter #flutterdev #Dart #dartlang

Lesser known classes and functions from the Dart core libraries

I noticed how, even after a decade of using Dart, I still occasionally find functionality in the standard library that’s either new to me, or long forgotten. I’d like to invite you folks to share your favorite lesser known classes and functions from the standard library and other libraries maintained by the Dart team (like package:async, package:collection etc.). I’ll start: minBy() and maxBy() from package:collection Usage: var cars = <Car>[...]; var fastest = maxBy(cars, (c) => c.speed); O...

Flutter Forum
@filiph also many folks joined BlueSky and looks people are more active there as well https://forum.itsallwidgets.com/t/moving-to-bluesky-from-x-twitter-whats-your-profile/120/17
Moving to BlueSky from X (Twitter) - What's your profile?

I made @youse.fi

Flutter Forum