Flutter: Glass Modal Bottom Sheet

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

Flutter: Simplify Stateless Widget Tutorial

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

How to Build a serverless application with AWS and Flutter

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

Flutter & Brave: test your Web Apps on your favorite browser

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

Dependency Injection In Flutter Using Get_It

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

Deploy Flutter Web App to Azure App Service with Node.js

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

Filtering keys with a regex (Scan with a regex)

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

The stream verb : @ protocol

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

Test @platform apps in one or more physical devices.

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

10 Flutter Tips I Learned After 3 Years of Flutter Development

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


Chercher