Jignesh Lathiya

Share a Knowldge about Wrodpress , Playstore, Admob , Adsens, Facebook Marketing, Intagram Marketing, SEO and Technology News

Flutter Commands & Command Line Options You Must Know : Create New Project, Run & More Commands Using CLI

In this post, you will learn about flutter terminal commands and command-line options. Using Flutter command-line interface (CLI), you can perform lots of operations in your project. Before that make sure you have downloaded Flutter SDK and updated path variable if you are using Windows.  Flutter clean – Reduces Project Size by deleting build and

Flutter Commands & Command Line Options You Must Know : Create New Project, Run & More Commands Using CLI Read More »

Image Picker In Flutter

 ImagePicker Widget in Flutter provided by image_picker plugin provides an easy way to access the gallery or camera source in this article Installation First, add image_picker_gallery_camera as a dependency in your pubspec.yaml file. Install it You can install packages from the command line: with Flutter: Alternatively, your editor might support flutter pub get. Now Copy and paste the following example code.

Image Picker In Flutter Read More »

Country Code Picker with Kotlin

Country code pickers are used to search and select country code or international phone code in android. This example describes how to add a country code picker using Kotlin for Android application development. First, we needed to add the following dependency into our applications app level build.gradle file. implementation ‘com.hbb20:ccp:2.2.2’ Add the following code into your activity_main.xml file  To hide flagapp:ccp_showFlag=”false” To

Country Code Picker with Kotlin Read More »