New package by Remi to help us with lint rules. Check out the article
https://invertase.io/blog/announcing-dart-custom-lint
https://invertase.io/blog/announcing-dart-custom-lint
Invertase
Announcing the Dart Custom Lint package
I am pleased to announce our ‘custom_lint’ package, a powerful tool for building custom lint rules that allow package authors as well as Flutter and Dart developers to go beyond the standard lint rules.
This media is not supported in your browser
VIEW IN TELEGRAM
Flame Engine a popular game engine for Flutter, one of its mantainers just finished a built in ray tracer for it.
Check out his his tweet 😻 Can’t wait to try it.
source:
https://twitter.com/spydon/status/1545088172274638849?s=20&t=JGUjd3Wja3lPpLpkaS933A
Check out his his tweet 😻 Can’t wait to try it.
source:
https://twitter.com/spydon/status/1545088172274638849?s=20&t=JGUjd3Wja3lPpLpkaS933A
🙏 Thank you for the 1k followers.
Stay tuned for what we have in store for this channel.
Stay tuned for what we have in store for this channel.
Ever wanted to learn more about Dart Virtual Machine, that is responsible to give us the amazing Hot Reload?
Read more about it here
https://mrale.ph/dartvm
Read more about it here
https://mrale.ph/dartvm
Want to lear more about CustomPaint, look no further, this is an amazing article
https://getstream.io/blog/definitive-flutter-painting-guide/
https://getstream.io/blog/definitive-flutter-painting-guide/
getstream.io
Definitive Flutter Painting Guide
A comprehensive guide covering all aspects and concepts surrounding the CustomPaint widget and the Canvas API in Flutter.
#official
Need to learn how to setup up Internationalization?
Why not read the official Flutter User Guide
https://docs.google.com/document/d/10e0saTfAv32OZLRmONy866vnaw0I2jwL8zukykpgWBc/edit
Need to learn how to setup up Internationalization?
Why not read the official Flutter User Guide
https://docs.google.com/document/d/10e0saTfAv32OZLRmONy866vnaw0I2jwL8zukykpgWBc/edit
Google Docs
Internationalization User Guide (PUBLICLY SHARED)
SUMMARY Guide for building internationalized Flutter apps Authors: Hans Muller (@hansmuller), Shi Hao Hong (@shihaohong) Go Link: flutter.dev/go/i18n-user-guide Created: April 2020 / Last updated: September 2020 If you find any issues with this document…
#learning
Need to better understand Imperative versus Declarative ?
Since the most common way of programming out there is Imperative and Flutter is Declaritive it is important to understand the differences.
There is this interesting article that will get you on the right track.
https://ui.dev/imperative-vs-declarative-programming
Need to better understand Imperative versus Declarative ?
Since the most common way of programming out there is Imperative and Flutter is Declaritive it is important to understand the differences.
There is this interesting article that will get you on the right track.
https://ui.dev/imperative-vs-declarative-programming
ui.dev
Imperative vs Declarative Programming
A guide to understanding the difference between Imperative and Declarative programming.
Learn Flutter
#learning Need to better understand Imperative versus Declarative ? Since the most common way of programming out there is Imperative and Flutter is Declaritive it is important to understand the differences. There is this interesting article that will get…
#official
To complement this article, don't forget to check the official documentation on the topic.
Note: Don't forget to check the link "get started guide"
https://docs.flutter.dev/development/data-and-backend/state-mgmt/declarative
To complement this article, don't forget to check the official documentation on the topic.
Note: Don't forget to check the link "get started guide"
https://docs.flutter.dev/development/data-and-backend/state-mgmt/declarative
docs.flutter.dev
Start thinking declaratively
How to think about declarative programming.
#learning #article #architecture
Project architecture is still not discussed enough, there are many alternatives but one that we here quite enjoy is the separation of the screens with WidgetViews.
Read all about it at gskinner blog, a well written article about this topic
https://blog.gskinner.com/archives/2020/02/flutter-widgetview-a-simple-separation-of-layout-and-logic.html
Project architecture is still not discussed enough, there are many alternatives but one that we here quite enjoy is the separation of the screens with WidgetViews.
Read all about it at gskinner blog, a well written article about this topic
https://blog.gskinner.com/archives/2020/02/flutter-widgetview-a-simple-separation-of-layout-and-logic.html
gskinner blog
Flutter: WidgetView – A Simple Separation of Layout and Logic
One of the most interesting aspects of Flutter, is the way it mixes declarative markup-style code, with imperative business logic style code, all within the same Dart programming language and file....
#desktop
Flutter for Windows Desktop: Getting Started
https://www.raywenderlich.com/33895609-flutter-for-windows-desktop-getting-started
Flutter for Windows Desktop: Getting Started
https://www.raywenderlich.com/33895609-flutter-for-windows-desktop-getting-started
kodeco.com
Flutter for Windows Desktop: Getting Started
Learn how to set up a development environment and create a simple Flutter calculator app for Windows Desktop.
#learning #library
Need a better way to write tests? Have a good overview of what is going on?
Read on this article, which talks about the package:
pub dev - https://pub.dev/packages/convenient_test
It might be useful for your project ✌️
https://medium.com/@ch271828n/reduce-the-time-of-writing-and-maintaining-tests-in-flutter-7ecba85c4a17
Need a better way to write tests? Have a good overview of what is going on?
Read on this article, which talks about the package:
convenient_test
pub dev - https://pub.dev/packages/convenient_test
It might be useful for your project ✌️
https://medium.com/@ch271828n/reduce-the-time-of-writing-and-maintaining-tests-in-flutter-7ecba85c4a17
Dart packages
convenient_test | Flutter package
Write and debug tests easily, with full action history, time travel, screenshots, rapid re-execution, video records, interactivity, isolation and more
#articles
Want to start a Flutter side project but don't know how?
Well we believe this guide will help you with it
https://medium.com/@daria.orlova/flutter-pet-project-roadmap-31247c8eb015
Want to start a Flutter side project but don't know how?
Well we believe this guide will help you with it
https://medium.com/@daria.orlova/flutter-pet-project-roadmap-31247c8eb015
Medium
Flutter pet project roadmap
8 steps to create and launch your side project from scratch 🚀
Working with overlays doesn't have to be so complex. Those who had to build their own custom dropdown list or tooltip know.
Well not anymore! Check this article and the package
https://medium.com/@SchabanBo/overlayment-an-overlay-management-package-2dbdd9c2b1bb
Well not anymore! Check this article and the package
overlayment
https://medium.com/@SchabanBo/overlayment-an-overlay-management-package-2dbdd9c2b1bb
Medium
Overlayment, an overlay management package
Overlays are an easy, quick way to show the user a piece of an information (Notification) or to get a quick response to a question…