Open in app

Sign In

Write

Sign In

Tamil KannanCV
Tamil KannanCV

11 Followers

Home

About

Aug 28, 2022

Multithreading in Flutter using Flutter isolates

In this blog we will be learning how to work with multithreading in Flutter using Flutter Isolates. Why we need multithreading? Consider we are developing an application that has intensive use of CPU and performs various operations like Media Conversion, Exporting etc., In such times our app may stop working or hangs waiting for…

Flutter

2 min read

Multithreading in Flutter using Flutter isolates
Multithreading in Flutter using Flutter isolates
Flutter

2 min read


Jul 16, 2022

Flutter databases and Hive

Hi there, In this blog I am sharing a detailed information about Flutter database and Hive in flutter. Databases Databases are a kind of storage medium that are used to store app’s data either in cloud or local storage based on the requirements. …

Hive

2 min read

Flutter databases and Hive
Flutter databases and Hive
Hive

2 min read


Jun 25, 2022

A different way to use assets in Flutter

In this blog, I’ll show you a new way to use assets in Flutter. How this new new approach look like? How to implement this? Add the following dependencies first in dev_dependencies in pubspec.yaml. dev_dependencies: build_runner: ^2.1.11 flutter_gen_runner: ^4.3.0 Add your required assets in assets folder and mention it in pubspec.yaml. flutter: uses-material-design: true assets: - assets/

Flutter

2 min read

A different way to use assets in Flutter
A different way to use assets in Flutter
Flutter

2 min read


Jun 12, 2022

How to Embed Code in Medium?

Embedding code in Medium can be done easily in 2 ways. Embed code directly in Medium To embed code directly in medium, type in Command+ Option+6 (if you use mac) If you use other OS, this is what you got to type: Windows: Ctrl + Alt + 6 Linux: Ctrl + Alt + 6 When these keys were press, the box below will appear <paste code here> 2. Embed using GitHub Gist To do this, log in to your Github profile and go to ‘your gists’.

Embed Code

1 min read

How to Embed Code in Medium?
How to Embed Code in Medium?
Embed Code

1 min read


Jun 12, 2022

Create a flutter project

In this blog let use see how can we create a new Flutter project using Terminal. Step1: Open Terminal flutter create <project_name> Step2: Press enter

Create Flutter App

1 min read

Create a flutter project
Create a flutter project
Create Flutter App

1 min read


Feb 28, 2022

Creating a simple URL shortener using Flutter and Firebase

Simple and easy to use URL shortener using Firebase and Flutter. It creates a shortest URL with your own custom domain if needed, here we are going to host the web app in Firebase hosting service. We are going to use the following Google Technologies: Cloud Firestore Firebase Hosting Flutter How it works? We are going to build a 2 pages web…

Flutter

2 min read

Creating a simple URL shortener using Flutter and Firebase
Creating a simple URL shortener using Flutter and Firebase
Flutter

2 min read


Feb 19, 2022

Authenticate with a phone number in your Flutter apps using Firebase Authentication

Make your users feel secure while using your apps, while providing the convenience of leveraging their phone number for authentication. We’ll be building two paged flutter application, which asks user for authentication using phone number on success sign in/sign up you will be navigated to another screen. In the second…

Authentication

3 min read

Authenticate with a phone number in your Flutter apps using Firebase Authentication
Authenticate with a phone number in your Flutter apps using Firebase Authentication
Authentication

3 min read

Tamil KannanCV

Tamil KannanCV

11 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech