Sometimes I am looking for interesting design solutions on different internet resources to practice them on my current tech stack. I’ve noticed that designers make more and more designs with elements that look like frosted glass. It is a trend in the... https://hashnode.alexmelnyk.io/flutter-glass-modal-bottom-sheet
Hi guys! Today I tell you how to simplify stateless widgets’ code. Regular definition The usual way to make a stateless widget, you’ve extended StatelessWidget class and implement the build function to return a widget UI: Continue reading: https://m... https://hashnode.alexmelnyk.io/flutter-simplify-stateless-widget-tutorial
This article is the third in a series of "Build serverless apps with AWS". The first article covered how to create an API with Lambda, dynamo db,api-gateway. The second article covered creating a Jamstack application with vue/nuxt to consume our AP... https://phatrabbitapps.com/how-to-build-a-serverless-application-with-aws-and-flutter
Hi everyone in my last series on Flutter I show you all the announcements made by the Flutter team and now I want to show you how you can use Brave as a browser to test your Flutter Apps on the Web. Problem & Solution To test your Flutter apps on the... https://blog.albertobonacina.com/flutter-and-brave-test-your-web-apps-on-your-favorite-browser
In software engineering, dependency injection is a technique in which an object receives other objects that it depends on. These other objects are called dependencies.
That's according to Wikipedia. In other words, when class A uses functionalities ... https://o-ifeanyi.hashnode.dev/dependency-injection-in-flutter-using-getit
Ever thought of deploying your Flutter Web App to Azure App Services? You must be thinking we have other resources to do it, so why?
Hosting your web application using Azure App Service makes deploying and managing a web app much easier when compare... https://blog.himanshusharma.tech/deploy-flutter-web-app-to-azure-app-service-with-node-js
Introduction The scan verb in the @platform is used to get all the keys present in the secondary server. Please check the ScanVerbHandler source code to learn more about the implementation of the scan verb. The focus of this article is to demonstrate... https://blog.atsign.dev/filtering-keys-with-a-regex-scan-with-a-regex-cknbveunt08k5i3s11t01hwov
Introduction The stream verb in the @platform is used to send and receive files between two @ signs. A secure socket is created between the sender and receiver @ sign in order to transfer a file. Once the file transfer is complete, the stream verb ma... https://blog.atsign.dev/the-stream-verb-protocol-ckmwi28is01aqd2s184bien2q
Apps require plenty of power for testing in an emulator. On top of that, running docker and perhaps a few background chrome tabs could be devastating for a low-end machine. To avoid this, simply open your vs code (Any lightweight editor will work) ... https://blog.atsign.dev/test-platform-apps-in-one-or-more-physical-devices-cknaf9vxe01c7h2s18gejgcp4
Here are some of the tips and tricks I discovered over my three years of making Flutter applications and content. I am positive that they will improve your workflow if you don't already know about them. You can follow me on twitter: @robertbrunhage T... https://robertbrunhage.hashnode.dev/10-tips-to-be-productive