Development

img
Development

HTTP GET Response in Flutter

By: Spoke Right / 31 Oct, 2023

There is no use of building a UI in Flutter until you Int...

img
Development

Flutter – Wakelock

By: Spoke Right / 31 Oct, 2023

The Wakelock package in Flutter is used to keep the screen awake while using it. It can be adjusted according to the requirements (how long to stay awake). These are very...

img
Development

FAB – Speed Dial in Flutter

By: Spoke Right / 31 Oct, 2023

Floating action button, commonly abbreviated as FAB, is a primary action button that has a fixed position hovering over in an app, without altering the conte...

img
Development

Making Calls in Flutter

By: Spoke Right / 31 Oct, 2023

In this online world, customer care is playing a major role in the success of a company. Users are quite satisfied when they converse with the executives through calls. This has forced companies to...

img
Development

Mail and SMS in Flutter

By: Spoke Right / 31 Oct, 2023

The world works in text. From advertisements to conversations, text is everywhere. The most popular modes of official textual communication are Mails followed by SMS. Companies use these modes to c...

img
Development

Flutter – Read and Write Data on Firebase

By: Spoke Right / 31 Oct, 2023

Firebase helps developers to manage their mobile app easily. It is a service provided by Google. Firebase has various functionalities available to help developers manage and grow their mobile apps....

img
Development

Flutter – Magic 8 Ball App

By: Spoke Right / 31 Oct, 2023

We will be building a Magic 8 Ball app that will give you the answers to all fun tricky questions (basically it is a fun game app that will change its state of image Flatbutton using Stateful widge...

img
Development

Flutter – Simple PDF Generating App

By: Spoke Right / 31 Oct, 2023

Flutter Community has created several packages to work with PDFs in our apps. In this article, we will be creating a simple PDF generating app. This applicat...

img
Development

A Hello World App using Flutter

By: Spoke Right / 31 Oct, 2023

Flutter is an app SDK for building high-performance, high-fidelity apps for iOS, Android, Web(beta), and desktop(technical preview) from a single codebase written in Dart Lang...

img
Development

Basic Quiz App In Flutter API

By: Spoke Right / 31 Oct, 2023

Flutter API is an open-source software development kit for building beautiful UI which is natively compiled. Currently, it is available is a stable version for IOS and Android...