As human beings, we can only control a small part of things, and it is natural that there are some things beyond our control. Do your best if you can influence the outcome. Otherwise, don't worry about it.
π5
How to work with Clipboard in flutter?
There is a class Clipboard for these purposes in flutter:services.
It has two simple methods: setData and getData.
#tip #flutter #clipboard
There is a class Clipboard for these purposes in flutter:services.
It has two simple methods: setData and getData.
#tip #flutter #clipboard
π9
Ian Hickson (Flutter Tech lead) talks about slivers:
https://www.youtube.com/watch?v=Mz3kHQxBjGg&ab_channel=GoogleforDevelopers
https://www.youtube.com/watch?v=Mz3kHQxBjGg&ab_channel=GoogleforDevelopers
YouTube
Slivers Explained - Making Dynamic Layouts (The Boring Flutter Development Show, Ep. 12)
Learn about Slivers and how you can create fancy scrolling actions and dynamic layouts. Join Filip and Ian Hickson, a Technical Lead for Flutter, for an advanced, specialized topic for Flutter. They cover everything from what Slivers are to how to use it.β¦
π8
An iterator-like interface for stream values.
Allows more elegant and flexible solutions than default "for"
https://api.flutter.dev/flutter/dart-async/StreamIterator-class.html
#tip #dart #stream
Allows more elegant and flexible solutions than default "for"
https://api.flutter.dev/flutter/dart-async/StreamIterator-class.html
#tip #dart #stream
π4
New article about initialization and injection of dependencies in Sizzle Starter:
https://sizzle.lazebny.io/essentials/dependencies/
https://sizzle.lazebny.io/essentials/dependencies/
π₯6
Effective documentation in Dart.
A simple, but cool rule from the Effective Dart documentation is:
β’ Begin documentation comments with a concise summary sentence.
As developers, we often get caught up in the complexities of our solutions, big or small, and lose sight of the broader picture - the reason for documenting.
The solution is uncomplicated: simply organise your thoughts and write a brief, descriptive sentence about what the method accomplishes overall. Following that, explain how the method is used and what it does.
Bonus points if you add section like "see more" that gives links to associated resources for more documentation.
A simple, but cool rule from the Effective Dart documentation is:
β’ Begin documentation comments with a concise summary sentence.
As developers, we often get caught up in the complexities of our solutions, big or small, and lose sight of the broader picture - the reason for documenting.
The solution is uncomplicated: simply organise your thoughts and write a brief, descriptive sentence about what the method accomplishes overall. Following that, explain how the method is used and what it does.
Bonus points if you add section like "see more" that gives links to associated resources for more documentation.
π6
How many threads do Flutter requires?
Anonymous Quiz
55%
4 (Platform, UI, Raster, IO)
21%
3 (UI, Platform, IO)
16%
2 (UI, IO)
8%
2 (UI, Raster)
π4
Declarative Status Bar Overlay Color in Flutter
Ever struggled with imperative SystemChrome API? See this short guide to make this process neat.
Ever struggled with imperative SystemChrome API? See this short guide to make this process neat.
Linkedin
Michael Lazebny on LinkedIn: #dart #flutter #declarative #appbar
Declarative Status Bar Overlay Color in Flutter
Have you ever struggled with switching between colors of the status/navigation bar on Android? There is an imperative solution to use SystemChrome.setSystemOverlayUiStyle, but there is an even better declarativeβ¦
Have you ever struggled with switching between colors of the status/navigation bar on Android? There is an imperative solution to use SystemChrome.setSystemOverlayUiStyle, but there is an even better declarativeβ¦
π4
Tomorrow post is about
Final Results
37%
RepaintBoundary
18%
Layer
18%
SceneBuilder
24%
RootRenderView
3%
Semantics
Mobile Tech
Tomorrow post is about
The Repaint Boundary is in progress, it would be really exciting material π
π8
RepaintBoundary does ..
Anonymous Quiz
35%
Isolate parent from changes in its subtree
37%
Isolate subtree from changes outside
28%
Both noted above
π2
The repaint boundary article is coming tomorrow morning at 6:00 CET! Donβt miss π
Iβve covered many interesting topics such as layers, rendering pipeline phases, engines and tips on repaint boundary optimisation & its usage in framework and role in rendering pipeline..
Iβve covered many interesting topics such as layers, rendering pipeline phases, engines and tips on repaint boundary optimisation & its usage in framework and role in rendering pipeline..
π9