Building desktop app with flutter : Tutorial
Welcome to Flutter calculator app tutorial blog for desktop! In this tutorial, I will guide you through the process of creating a fully functional calculator application using Flutter, Google's powerful framework for building cross-platform applications. ...
Streamlining App Development with FlutterFlow: An Introduction
In today's fast-paced world, creating robust and user-friendly mobile applications is essential for businesses and developers alike. However, the process of building an app can be complex and time-consuming. That's where FlutterFlow comes in. FlutterFlow ...
ChatGPT meets Flutter: A step by step integration guide
ChatGPT is a large language model that was trained by OpenAI, an artificial intelligence research laboratory consisting of the for-profit corporation OpenAI LP and its parent company, the non-profit OpenAI Inc. OpenAI was founded in 2015 with the goal of ...
How to create a simple app with Flutter on the Web
Recently, Monstarlab has been receiving an increasing number of app development projects using Flutter. In this article, we will have a look at how you can easily create a simple web app using Flutter on the web. How to create a simple sample app For this...
How to create a chat bot using Google's Dialogflow
Every day we are asking "Hey google", "Hi google", "Please play this", do this, do that, but are we considering what's going on in the background? I made a small chatbot, named ml-bot, to find out how such a system works. What is Dialogflow? Dialogflow i...
Firebase Dynamic Links + Flutter
This article explains how to make use of Dynamic Links in Flutter through a step by step guide. What are Dynamic Links? Dynamic Links are smart URLs that lead to a specific screen in our application. They can be easily used in an outsider website/app and ...
Four tools to improve the efficiency of Flutter development
This article introduces 4 tools that can greatly improve the efficiency of Flutter development. 1. Powerful logging package Printing logs during Flutter development is one of the commonly used debugging methods, but the log printing built in Flutter is ve...
Engineering Awesome Conference 2020
We love engaging with the tech community, and we are big consumers of the awesome work that people share online. So a couple of weeks ago we hosted our first-ever online conference as a way to give back to the community. 6 experts from across our offices ...
Flutter size limit container summary
Flutter's size-restricted container components include ConstrainedBox, UnconstrainedBox, SizedBox, AspectRatio, FractionallySizedBox, LimitedBox, and Container. These components can constrain the size of sub-components, one by one introduced below. Constr...
Things iOS Developers should know before starting Flutter
Flutter is a cross-platform development framework that allows us to create iOS and Android apps using a single programming language called Dart, which was released by Google itself. I would like to share a few things I wish I would have known before start...
Google Docs viewer with Flutter
Flutter is a powerful framework when it comes to rendering complex nested widgets with countless styles and customizations. This small project will explain the basics of using Google APIs and Services, in particular Google Drive, Google Docs and rendering...
Is Flutter ready for production?
After hearing about Flutter from different sources and developers with all kinds of background we decided to try to rebuild an existing Android app in Flutter and see the the state of the Mobile framework. We tried to reproduce as many features as possibl...