#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....
#article
Using
Here's an excelent example on how to use it besides only between two colors.
https://medium.com/flutter/zero-to-one-with-flutter-part-two-5aa2f06655cb
Using
lerp
(linear interprolation) is extremely powerful and an excelent knowledge to keep it in mind.Here's an excelent example on how to use it besides only between two colors.
https://medium.com/flutter/zero-to-one-with-flutter-part-two-5aa2f06655cb
Medium
Zero to One with Flutter, Part Two
Discovering how to animate composite graphical objects in the context of a cross-platform mobile app. Join an avid concept miner in…
#article #testing
“Few Tricks For Flutter Integration Test"
https://akanksha98.medium.com/few-tricks-for-flutter-integration-test-7af829180a84
“Few Tricks For Flutter Integration Test"
https://akanksha98.medium.com/few-tricks-for-flutter-integration-test-7af829180a84
Medium
Flutter Integration Testing Made Easy: Insider Tips and Tricks
Its been approx 6 months that I am working on the flutter integration testing. I came across many scenarios which seems blockers and took…
#article
https://itnext.io/secure-your-flutter-project-the-right-way-to-set-environment-variables-with-compile-time-variables-67c3163ff9f4
https://itnext.io/secure-your-flutter-project-the-right-way-to-set-environment-variables-with-compile-time-variables-67c3163ff9f4
Medium
The Right Way to Set Environment Variables with Compile-Time Variables
Learn how to set environment variables in your Flutter app using compile-time variables, with examples for both Android and iOS platforms.
#article
Responsive vs Adaptive is one of the most important topics when building for multiple devices. Be sure you understand them well with the following article
https://www.interaction-design.org/literature/article/adaptive-vs-responsive-design
Responsive vs Adaptive is one of the most important topics when building for multiple devices. Be sure you understand them well with the following article
https://www.interaction-design.org/literature/article/adaptive-vs-responsive-design
The Interaction Design Foundation
Adaptive vs. Responsive Design
The differences between responsive and adaptive design approaches spotlight important options for us as web and app designers. Choosing with insight can empower you to plan and execute your designs.
#article #backend
A good article with some benchmarks and load testing.
https://blog.darshanrander.com/posts/tech/serverside-dart-2/
A good article with some benchmarks and load testing.
https://blog.darshanrander.com/posts/tech/serverside-dart-2/
Darshan's Blog
Serverside Dart #2
A comparison between serverside frameworks in Dart and other languages
#article
Have you wondered how is to create a package?
https://clementbeal.github.io/blog/the-journey-of-writing-a-new-flutter-package.html
Have you wondered how is to create a package?
https://clementbeal.github.io/blog/the-journey-of-writing-a-new-flutter-package.html
#article
There is a game where maybe you've gotten some Ads called Grim Quest. An old school RPG game.
Well someone interviewed the maker of GrimQuest
https://mattgwriter7.medium.com/an-interview-with-the-maker-of-indie-game-grim-quest-cf88b953ec17?ref=flutterportugal
There is a game where maybe you've gotten some Ads called Grim Quest. An old school RPG game.
Well someone interviewed the maker of GrimQuest
https://mattgwriter7.medium.com/an-interview-with-the-maker-of-indie-game-grim-quest-cf88b953ec17?ref=flutterportugal
Medium
An Interview With The Maker of Indie-Game “Grim Quest”
As a fan of Flutter, and old school “RPG” games, I am pleased to present this interview
#learning #article #plain
✍️This is a specially good article.
https://blog.stackademic.com/concurrency-is-crucial-in-mobile-app-development-because-it-allows-an-app-to-perform-multiple-tasks-398faeb56f9d
✍️This is a specially good article.
https://blog.stackademic.com/concurrency-is-crucial-in-mobile-app-development-because-it-allows-an-app-to-perform-multiple-tasks-398faeb56f9d
Medium
Understanding Concurrency in Flutter
Concurrency is crucial in mobile app development because it allows an app to perform multiple tasks simultaneously without blocking the…