What would be interesting #Flutter conference topics you'd like to see me cover?
What would be interesting #Flutter conference topics you'd like to see me cover?
Depends on the server/provider.
Not all of them have a free tier. Many cloud providers simply give you a credit for around a year.
And if you want to rent a machine and to the devops yourself, I doubt you'll find a free tier there.
Too generic. All packages could have the same tagline
It's just that folks view SM as "ChangeNotifier+Builder"
Riverpod is more than that
What do you think would be a good tagline for Riverpod?
Currently it is:
"A Reactive Caching and Data-binding Framework"
I'm trying to avoid the words "state-management" and "dependency-injection", as IMO they are misleading Riverpod users.
It's more related to the fact that "Base" is public instead of private
It it was _Base, then the list would infer List<Object>
// package:my_package/src/classes.dart abstract class Base {} class A extends Base {} class B extends Base {} // package:my_package/my_package.dart export 'src/classes.dart' show A, B; // We don't export "Base" // Inside apps: import 'package:my_package/my_package.dart'; final list = [A(), B()]; // List is typed as List<Base>. // So even though the class isn't exported, users ended-up having access to it
Fun fact: Public classes that are not exported may still be indirectly usable by users
Here's one example
Nah IMO it is crutial for good experience that errors in unopened files pop-up too!
It's super common that editing one file causes error in another file. It's a pain to discover that only when making a PR and the CI fails
Other languages cheat by analyzing only visible files and taking lots of shortcuts ๐คท
#Flutter and #Dart honestly have the best tooling out of any popular tech.
I'm surprised how bad the tooling is in most popular languages.
It's going great!
I'll post here more from now on :)
It's a BlueSky fail for not supporting hashtags! ๐
I guess that's a fail
Hello #Flutter world! The sky is blue today :)
Indeed! ๐