Open in app
Home
Notifications
Lists
Stories

Write
Vishnuvarshan P
Vishnuvarshan P

Home

Nov 23, 2020

How to validate email in Flutter

Nowadays, app development companies use email for marketing because it’s easily shared. With emails, one can reach thousands of potential app users across the globe in seconds. So Validating emails are very useful. Email validation has become very simple using the email_validator plugin. Adding email_validator in pubspec.yaml file Add the email_validator…

Flutter

2 min read

How to validate email in Flutter
How to validate email in Flutter

Nov 22, 2020

Image Slider in Flutter

Image slider is very useful in showcasing your works, adds, image albums, etc. Including image sliders in flutter is very much easy using the carousel pro package. We can get access to this carousel pro package in pub.dev. Adding carousel_pro in pubspec.yaml file Add the carousel pro plugin in the…

Flutter

2 min read

Image Slider in Flutter
Image Slider in Flutter

Nov 19, 2020

How to Launch URL in Flutter

URL launcher is a common thing nowadays in any sort of application. In this article, we will see about how to launch an website url. We are going to use an simple package from pub.dev names url_launcher. Adding the url_launcher plugin to the dependency

Flutter

3 min read

How to Launch URL in Flutter
How to Launch URL in Flutter

Nov 5, 2020

Which programming language should I learn first?

Choosing a programming language is not difficult. It depends upon your interest. Every programming language has its own applications, once you find it, then it will be more straight forward for choosing the language. Mostly used languages are c, c++, java, and python. C C Programming language is mostly used…

C Programming

2 min read

What programming language should I learn first?
What programming language should I learn first?

Jul 4, 2020

Flutter AppBar Basics

Almost every app has an appbar in it. In this article, we will see how to create an appbar in flutter and its properties. Let us first create a flutter project and inside the lib/main.dart file, import the material package. Then inside the void main() function, call the runApp()…

Flutter

3 min read

Flutter AppBar Basics
Flutter AppBar Basics

Jul 1, 2020

Playing Videos in Flutter

How to Play and Pause a Video in Flutter!! As a mobile developer, playing videos is a common task in app development, and Flutter apps are no exception. We can use the video_player plugin to play videos stored on the file system, as an asset, or from the internet. …

Flutter

4 min read

Playing Videos in Flutter
Playing Videos in Flutter

Jun 30, 2020

Custom Loading Indicators in Flutter using SpinKit

By default, people use Circular Progress Indicator in their flutter applications which is inside the material package. But we can use custom animated loading indicators in flutter using a plugin Flutter Spinkit. We will see all the available loading animated indicators in this article. First, we need to add the…

Flutter

3 min read

Animated Loading Indicators in Flutter using SpinKit
Animated Loading Indicators in Flutter using SpinKit

Jun 28, 2020

Git and Github Essentials

Git and GitHub are two popular terms used regularly in the Coding Platforms. Git is a version control system that lets us manage and keep track of our source code history where GitHub is a cloud-based hosting service that lets us manage Git repositories. Repositories are nothing but like a…

Git

5 min read

Git and Github Essentials
Git and Github Essentials
Vishnuvarshan P

Vishnuvarshan P

Following
  • Thu Vu

    Thu Vu

  • The Reciprocal Solutions

    The Reciprocal Solutions

  • Keerthiga Ranjithkumar

    Keerthiga Ranjithkumar

  • Quatics

    Quatics

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable