Skip to content

hhy5277/flutter_programs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_programs (More on https://flatteredwithflutter.com/)

YouTube Channel : https://www.youtube.com/user/aseemwangoo

Samples for flutter programs

Snackbar.dart -> this creates a snackbar whenever we click on the raised button.

Vertical Buttons.dart -> 2 buttons aligned vertically. Click on each button and it shows snackbars respectively.

CapsuleButton.dart -> 2 capsule buttons aligned vertically. Click on each button and it shows snackbars respectively.

Navigation.dart -> Navigation between different screens in the application.

HorizontalListView.dart -> Display the listview in the horizontal direction.

TextField.dart -> Retrieve the text on button click, onSubmit Event and onChange Event of text field.

InternetConnectivity.dart -> Retrieve the type of mobile network (wifi/mobile data or none)

FutureBuilder_part1.dart -> Retrieve the data from web service and create widget when data is received.

FutureBuilder_part2.dart -> Retrieve the data from web service on button click and create widget when data is received.

gradient_image.dart -> Apply the gradient on the images in Flutter.

gradient_text.dart -> Apply the gradient on the text in Flutter.

StepperWithForm.dart -> With the help of stepper functionality, created a form for entering details and onSave showing a dialog of entered details.

GoogleSignIn.zip -> Using firebase, created sign in and sign out process with Google. Contains 2 files, main.dart(for displaying buttons) and Detail Screen.dart (for displaying data from firebase)

MLKit.dart -> Start using Machine Learning to detect text from images.

imagepicker.dart -> Select the image from the gallery/camera and it gets displayed on the screen.

barcode.dart -> Scans the barcode and displays the number onto the screen...

FbSignIn.zip -> Using firebase, created sign in and sign out process with Facebook. Contains 2 files, main.dart(for displaying buttons) and Detailed Screen.dart (for displaying data from firebase)

image_labeling.dart -> Image labeling using Machine Learning (MLKit powered by Google) to detect labels from images.

Shapes.dart -> Draw rectangle/oval/circle in Flutter.

face_detect.dart -> Detect faces from the images using MLKit in Flutter.

TwitterSignInWebsite -> Using firebase, created sign in and sign out process with Twitter. Contains 2 files, main.dart(for displaying buttons) and Detailed Screen.dart (for displaying data from firebase)

Animation.dart -> Simple animation of Flutter logo on the main screen

GraphQL.dart -> How to use GraphQL in Flutter.

ShapeBorderClipper.dart -> Make the stylish rectangular cuts into the body of your app.( similar to Shrine App of Google I/O 18)

WebView.dart -> Launch, close the urls in the flutter application.

Table.dart -> Tables are rendered on the main screen along with the Circle Avatar widget...

SegmentedControl.dart -> Sample code displaying the segmentedcontrol just like the iOS in flutter.....

CupertinoActionSheet.dart -> Shows the iOS style action sheet in Flutter.....

Cloud Firestore.zip -> Contains the Google-Sign-In, Firestore and Cloud Functions....

GoogleMaps.dart -> Contains the google maps api (launched by Flutter Team) in Flutter 1.0....

Stripe + Flutter -> How to use Stripe for payments with Flutter and Cloud Functions.....

OneSignal.dart -> Send notifications using OneSignal in Flutter.

PWAs -> Google Pay and First PWA

Flutter and SpriteWidget -> Rain drop animations using Sprite Widget.

Flutter Crashlytics and Performance Metrics -> Monitor app crashes and performance..

Provider -> Hands on with StreamProvider from Provider Package....

About

Samples for flutter programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%