Skip to content

Latest commit

 

History

History
358 lines (200 loc) · 15.5 KB

README.md

File metadata and controls

358 lines (200 loc) · 15.5 KB

General Samples

This sample shows how to add or remove an element based in a toggle

Code in action using DartPad

Flutter Sample - Add or Remove an element

This sample shows a typical Alert Dialog Box

Code in action using DartPad

Flutter Sample - Alert Dialog Box

This sample shows a simple animation in a Flutter App

Code in action using DartPad

Flutter Sample - Animated Builder

This sample shows a simple animation using AnimatedCrossFade

Code in action using DartPad

Flutter Sample - Animated Cross Fade

This sample shows a text animated using AnimatedDefaultTextStyle

Code in action using DartPad

Flutter Sample - Animated Default Text Style

This sample shows a typical Bottom Navigation Bar

Code in action using DartPad

Flutter Sample - Bottom Navigation Bar

This sample shows some buttons with a full width

Code in action using DartPad

Flutter Sample - Button Full Width

This sample shows a toggle switch with a multiple selection

Code in action using DartPad

Flutter Sample - Button Multiple Toggle Switch

This sample shows a toggle switch with a single selection

Code in action using DartPad

Flutter Sample - Button Toggle Switch

This sample shows a typical and simple Calculator

Calculator class used in the sample

Code in action using DartPad

Flutter Sample - Calculator

This sample shows a Circular Loading Indicator

Code in action using DartPad

Flutter Sample - Circular Loading Indicator

This sample shows a typical Combo Box

Code in action using DartPad

Flutter Sample - Combo Box

This sample shows a typical Date Picker

Code in action using DartPad

Flutter Sample - Date Picker

This sample shows a typical Dialog Box with 2 buttons (cancel, accept)

Code in action using DartPad

Flutter Sample - Dialog Box with 2 buttons

This sample shows a typical Dialog Box with 3 buttons (cancel, no, yes)

Code in action using DartPad

Flutter Sample - Dialog Box with 3 buttons

This sample shows a Form Dialog Box to fill in some data to do something with it

Code in action using DartPad

Flutter Sample - Form Dialog Box

This code shows a use of Future simulating an async task

Code in action using DartPad

Flutter Sample - Future

This sample shows a typical toolbar with separator, that is common in desktop environments like Windows or macOS

Code in action using DartPad

Flutter Sample - Horizontal Toolbar

This sample uses GetX to connect and do a get, post, etc connection with an API

Flutter Sample - Http Get and Post

This sample shows a typical button that includes an image and text

Code in action using DartPad

Flutter Sample - Icon Text

This sample shows a Linear Loading Indicator

Code in action using DartPad

Flutter Sample - Linear Loading Indicator

This sample shows a ListTile with Rounded Borders

Code in action using DartPad

Flutter Sample - ListTile with Rounded Borders

This sample load some base64 images in execution time

Code in action using DartPad

Flutter Sample - Load base64 Image

This sample load a JSON file in execution time (see the assets folder with the JSON file, and the pubspec.yaml file)

Icons used in the sample

Flutter Sample - Load JSON File

This sample shows as to Play a mp3 sound file in Flutter

This sample uses the flutter_svg package to Load SVG Images

Flutter Sample - Load SVG Images

Login Page showing and hiding the password with a click

Code in action using DartPad

Flutter Sample - Login Page

Login Page showing and hiding the password with a click and release action

Code in action using DartPad

Flutter Sample - Login Page With Release

This sample shows as to show markdown texts in your Flutter app

This sample uses the flutter_markdown package to Load Markdown texts

Flutter Sample - Markdown Text

This code shows you how to use the Opacity widget in Flutter

Code in action using DartPad

Flutter Sample - Opacity

This code shows you how to use the Opacity widget with Linear Gradient in Flutter

Code in action using DartPad

Flutter Sample - Opacity with Linear Gradient

This sample shows as to Play a mp3 sound file in Flutter

This sample uses the audioplayers package to Play the sound

Flutter Sample - Play Sound File

Code in action using DartPad

Flutter Sample - Rating

This sample shows a Rounded Bottom Navigation Bar

Code in action using DartPad

Flutter Sample - Rounded Bottom Navigation Bar

Use of two Routes (Pages or Screens in Flutter)

Code in action using DartPad

Flutter Sample - Routes sample

This sample shows a typical Sqlite sample with CRUD (create, read, update and delete) actions

This sample uses sqflite and sqflite_common_ffi packages to connect and use Sqlite

Flutter Sample - Sqlite Sample

This sample shows a typical Switch Button

Code in action using DartPad

Flutter Sample - Switch Button

This sample shows a typical Switch Button but using the Cupertino Widget

Code in action using DartPad

Flutter Sample - Switch Cover Button

This sample shows a typical Text Field Search Box used in app to search information

Code in action using DartPad

Flutter Sample - Text Field Search Box

This sample shows a typical ToDo App

Flutter Sample - Text Field Search Box


Home