@adityatelange@mickrich384 Nah that’s fine, never expected anything from this.
The one thing I hoped for though was for others to also contribute but there have been very few people
Next week we’re moving more to the south; First meetup in Eindhoven! 🎉
On Thursday October 13th
@kabisasoftware will share their experiences with Flutter Web 🌐 and @Kavantix will detail what Slivers are and how to use and build them ✨
Join us here: https://t.co/HpDeeLEbYs
@lets4r Good to hear you fixed it by handling the overlap! Using the combo of our packages is probably the best trade off between performance and flexibility for nested sticky headers 💙🚀
@k8lovett@aloisdeniel@lets4r@FlutterDev Haven’t tested it but just took a quick look at the implementation and I believe that widget breaks in horizontal axis scrollviews
@lets4r@aloisdeniel@FlutterDev Ah I see, I'll have to take a look at your implementation if that's indeed an error on your side. Might be fun to collab on a fix
@k8lovett@lets4r@FlutterDev I’ll think about it, my main concern right now would be adding maintenance load to the core flutter team. I’d probably rather give you time to fix other things.
Although I’m interested to hear about the use cases people use it for!
@aloisdeniel@lets4r@FlutterDev Interesting, can you open an issue on sliver_tools and tag me and @lets4r in it. This might indicate a difference between having a sliver in MultiSliver vs having it in an ordinary CustomScrollView
Thanks to @Kavantix's sliver_tools, we were able to limit our SliverAppBar width to 2200px by using the SliverStack. Thanks Champ!
#flutter#canada#birdforce
@lets4r@mraleph The stack size is set by the OS but there is a workaround to get much larger widget trees, simply wrap a part of your tree in a LayoutBuilder and you essentially start a new call stack: https://t.co/cQxiX5npOr
Even the Flutter team has issues with dynamic!
Two easy steps to improve your codebase:
- disable implicit-dynamic
- whenever you have an "unknown" value , type it as Object? instead of dynamic
I'm really happy to announce my first meetup as organizer and my first meetup as presenter for @FlutterNL 🎉💙 Looking forward to learn all of you something about #Flutter testing together with @jowipe.
@remi_rousselet@ThomasBurkhartB@creativemaybeno Being able to define the local variable in the if like swift `if let x = https://t.co/AlpThyL2a5` would definitely be a big improvement for nnbd and also for type checks.