Cloud Functions and Admin SDK for Firebase now supports Dart as an experimental feature ๐ฏ
This means Flutter developers can use the same programming language throughout their whole stack and share logic between the frontend and backend.
I'm really excited to launch my new Flutter framework called Solid ๐
Solid is a tiny framework built on top of Flutter that makes building apps easier and more enjoyable.
https://t.co/Mw6BPVE6kD
I use a helper widget for my #Flutter web apps that I call LimitedWidth, which limits the wrapped widget with given value.
It gave a breathing space for @UserOrient's dashboard.
One of the neat things that I learned at the Flutter Meetup was a 'trick' @reNotANumber showed in his presentation about Shaders.
I learned that you can just sprinkle curly brackets around to improve the readability of your code.
Specially if you have a longer function f.e.
@kamranbekirovyz@nank1ro it won't be scrollable without customScrollView.
when you have mix of widgets
+ List
just the list part will be scrollable
and if you think to wrap the whole page with normal schsw
You will get the baddest scroll experience in flutter