#video #official
Starting now speed coding Pong!
https://www.youtube.com/live/3KpOyfxyPes?feature=share
Starting now speed coding Pong!
https://www.youtube.com/live/3KpOyfxyPes?feature=share
YouTube
Observable Flutter: Speed-coding Pong
Watch as Craig writes a Pong client from scratch, using Flutter and Flame, as fast as he can!
Catch more → https://goo.gle/ObservableFlutter
Subscribe to Flutter → http://goo.gle/FlutterYT
#ObservableFlutter
Catch more → https://goo.gle/ObservableFlutter
Subscribe to Flutter → http://goo.gle/FlutterYT
#ObservableFlutter
#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
#official
Want to know more about the OSS Dart project?
Understand how Google uses it as a business?
All information and more on this website:
https://opensource.google/projects/dart
Want to know more about the OSS Dart project?
Understand how Google uses it as a business?
All information and more on this website:
https://opensource.google/projects/dart
Google Open Source
Dart | Google Open Source Projects
Dart is a programming language developed at Google and approved as a standard by Ecma. It is ideal for web development and can be transcompiled to JavaScript, but can also be used to build server, desktop, and mobile applications. Dart is designed with a…
#tests
https://medium.com/@m-zimmermann1/what-are-golden-tests-and-when-to-use-them-app-automated-testing-101-ebe865be057a
https://medium.com/@m-zimmermann1/what-are-golden-tests-and-when-to-use-them-app-automated-testing-101-ebe865be057a
Medium
What are golden tests and when to use them (app automated testing 101)
Golden testing is a technique that involves comparing the current appearance of a UI component to a “golden” reference image.
#backend #news
https://medium.com/serverpod/introducing-serverpod-a-complete-backend-for-flutter-written-in-dart-f348de228e19
https://medium.com/serverpod/introducing-serverpod-a-complete-backend-for-flutter-written-in-dart-f348de228e19
Medium
Introducing Serverpod, a complete backend for Flutter written in Dart
Dart is a language that’s well-suited for server-side development. It’s fast, has a clean syntax, and has great libraries for communication…