simple calculator in flutter

simple calculator in flutter

Hi, welcome to codeplayon to learn share, and explore your skill simple calculator in flutter. Let’s Lean more on flutter in this flutter tutorial we make a simple calculator app. So this flutter article is very interesting for beginners on how to learn flutter for the cross-platform. hare we can create a simple calculator in … Read more

android kotlin splash screen example

Android Splash Screen

Hi, developer in this Kotlin tutorial we are sharing an example for the Android Kotlin splash screen. we create a new android project with select kotlin then select an empty activity with the name splash screen. finish it. After the let’s make a design for splash screen open your XML file and make a  beautiful … Read more

Flutter TabBar example with TabBarView

Flutter TabBar A complete tutorial with examples

Hi In this flutter tutorial we make flutter TabBar with TabBarView and some adding UI. When we use TabBar, we should use a TabController to handle the various aspects of a tab. In this flutter example, we use DefaultTabController, which makes it easy. You can also use a custom TabController, but that requires additional inputs. … Read more

Flutter Tooltip Example

Flutter Tooltip tutroial

Hii Flutter developer in this article we learn how to show a tooltip on a button click in a flutter. Flutter make a cross-platform app for Android and iOS, we make Flutter tooltip an example. In Flutter Tooltip widget is a material design tooltip that used to user know about the functionality of the widget. … Read more

Flutter How to create Table Example

Hi Every one in these Flutter tutorial we share how to used  Table widget can be used to display items in a table layout. In these example we make a table widget and add icons and text in the table. Flutter Table widget has properties like border, table Row, Padding ,  columnWidths, Icons ,textDirection, etc., … Read more

Flutter ToggleButtons Example

Flutter ToggleButtons Example

Flutter ToggleButtons Example In this  Flutter tutorial, we learn how to use  a ToggleButtons . Like if you want some button on you screen and when you click on button the highlight your selected button with different color. Following is a simple for quick code snippet on how to use ToggleButtons widget. Following code you … Read more

Flutter Switch Example

Flutter Switch Example - Flutter Tutorial

Hi developer in these Flutter tutorial we shared how to used, Flutter Switch is used to toggle a setting between  Switch on/ Switch off which is true/false respectively. When the switch is on, the value returned by the Switch onChanged property is true, and the switch is off, onChanged property returns false. Example of Flutter … Read more

Flutter SnackBar Example

flutter snackbar tutorial

SnackBar is a lightweight message widget to show a at the bottom of your app screen. It can also contain an optional action also. In Flutter mobile Application  SnackBar is usually used with Scaffold and the usage is shown in the example below. Flutter SnackBar Example – In this flutter tutorial, we make an example … Read more

Kotlin Android Application Example – Hello World

Hi developers In this Android Kotlin tutorial, we shall learn to create an Simple Android Application with Kotlin language support. When we create a new Android project Then Select an Kotlin language, the Activity file shall be created with Kotlin code.  Android Kotlin Application Example For creating this Android example  , we used Android Studio … Read more