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 ...
Team Rakshak's experience taking part in MonstarHacks 2023
Participating in MonstarHacks, Monstarlab's yearly internal hackathon, for the first time was an experience outside our everyday project routine. Below, we share our experience and provide insight into the product we aimed to create. Why was this challeng...
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...
Gender Equality Detection in Written Text
Gender is a social construct Gender and sex are two different things. From a very young age, we see different roles played by our father and mother. We see society treating a boy and a girl differently. Children are told not to play certain games or wear ...
Predicting Maternal Morbidity using Machine Learning Techniques
Machine learning (ML) is expected to make the hunt for new health care quicker, cheaper, and more effective. It could be taught to identify concerning trends quickly, while also improving its models over time and potentially proposing courses of action. ...
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...
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...