Tony David
Tony David
  • Видео 15
  • Просмотров 670 088
How to run flutter app on multiple devices
learn how to debug your flutter app on multiple devices using vscode. by using this method you can run your app on multiple devices do hot restart and hot reload simultaneously on all devices.
password generator app code
github.com/tonydavidx/password-generator-flutter
password generator app:
play.google.com/store/apps/details?id=com.tonydavid.password_generator
Flutter app registration screen ui design:
ruclips.net/video/060d3S5Q9Sk/видео.html
Flutter app login screen ui design
ruclips.net/video/qGOuw5p7xk8/видео.html
Flutter Countdown app
ruclips.net/video/gQFRwAvShJc/видео.html
👉 Recommended Laptops for Flutter Development:
- HP Pavilion 15 Ryzen 5 amzn.to/3FqwxIF
- Lenovo IdeaPad Slim 5 11th ...
Просмотров: 10 298

Видео

Login Page UI Design Habit App part 3 | Flutter Speed code
Просмотров 1,2 тыс.2 года назад
Create Login page and forgot password page. you will learn how to create form validation. use custom scroll view to make a page scrollable. 👉 Starter files: github.com/tonydavidx/habit-app-flutter/tree/2_SignUpPage 👉 Completed Files: github.com/tonydavidx/habit-app-flutter/tree/3_AuthenticationUI Watch Part 1 Onboarding: ruclips.net/video/iVFPKW1WTVQ/видео.html Watch Part 2 Sign Up Page : rucli...
Sign Up page UI design habit app part 2 | Flutter speed code
Просмотров 1,1 тыс.2 года назад
Create a sign up page ui design with form validation. learn how to create text form fields and password field with show hide password option. 👉 Starter files: github.com/tonydavidx/habit-app-flutter/tree/1_onboarding 👉 Completed Files: github.com/tonydavidx/habit-app-flutter/tree/2_SignUpPage Watch Part 1 Onboarding: ruclips.net/video/iVFPKW1WTVQ/видео.html Watch Part 3 Login Page : ruclips.net...
Flutter Onboarding Screen Tutorial | Habit App | speed code
Просмотров 22 тыс.3 года назад
Lean how to create onboarding screen in flutter for a Habit Tracker Flutter App. I will show how to create splash screen to replace the white screen or default flutter logo when launching the app. create an onboarding screen with dot indicator also I will set the onboarding screen to show only one time. ⭐ Project Starter files: github.com/tonydavidx/habit-app-flutter/tree/project_start ⭐ Comple...
Flutter Countdown Timer Application Tutorial
Просмотров 17 тыс.3 года назад
In this video I will show how to create flutter countdown application. this countdown app will have option pick countdown from interface, play notification sound after countdown is completed. it also displays countdown progress animation. ⭐ Starter Project: github.com/tonydavidx/Flutter-countdown-app ⌚ Timestamp: Intro - 0:00 Starter Project walkthrough - 0:21 Countdown App code - 1:13 ⭐ Comple...
Flutter How to create reusable custom Appbar widget
Просмотров 20 тыс.3 года назад
in this flutter tutorial i will show how to create a reusable custom AppBar widget. using a custom Appbar widget instead of flutter default will make your workflow faster and save a lot of time. ⭐ Source Code: github.com/tonydavidx/flutter-custom-appbar 👉 Recommended Laptops for Flutter Development: - HP Pavilion 15 Ryzen 5 amzn.to/3FqwxIF - Lenovo IdeaPad Slim 5 11th Gen amzn.to/30aS2Nm - ASUS...
How to install flutter in windows step by step guide
Просмотров 358 тыс.3 года назад
in this step-by-step tutorial you will learn how to install flutter in a windows computer. i will show the complete process from downloading and installing flutter and android studio to creating demo flutter app running it on an Android Emulator. Timestamp ⌚: Download Files - 0:00 Git Install - 2:28 Flutter SDK Install - 3:33 Add flutter to the Path - 4: 33 Android Studio install - 6:37 Install...
How to Create New Flutter Project Offline
Просмотров 8 тыс.3 года назад
Learn how to create new flutter project without connected to the internet. there are three methods available to create a flutter project in offline. 👉 Recommended Laptops for Flutter Development: - HP Pavilion 15 Ryzen 5 amzn.to/3FqwxIF - Lenovo IdeaPad Slim 5 11th Gen amzn.to/30aS2Nm - ASUS VivoBook 14 (2021) amzn.to/2YyNI9W - ASUS ZenBook 14 (2020) amzn.to/3AjHVSM - Apple Mac Mini with Apple ...
Login & Register Page Ui Design Tutorial Flutter | Speed Code
Просмотров 7 тыс.3 года назад
Flutter tutorial demonstrating how to design a login, register and welcome page. you will learn how to create a welcome page with sign in & register buttons. and go to either sign in or register page from there. for creating the buttons i am using TextButton widget instead of flatbutton because flat button is deprecated. 👩‍💻 Source Code: github.com/tonydavidx/signin-register-page-ui-flutter Lik...
Flutter Run Background Tasks with Alarm Manager | Tutorial
Просмотров 44 тыс.3 года назад
learn how to use Android Alarm Manager Package to run background Tasks in Flutter. you can set timer schedules to run your dart codes in background. you can download this project starter files and completed examples from GitHub. 🚀 GitHub Link: github.com/tonydavidx/flutter-android-alarm-manager-examples if you like 👍 this video give a thumbs up and subscribe to my channel for more videos. #Flut...
Flutter Chat App UI Design tutorial | Speed Code
Просмотров 20 тыс.3 года назад
Learn how to design a chat app ui in flutter. i create two pages Chat home page and conversation page. 🔽 Widgets covered in this tutorial TabBar TabBar Controller TabBar View Floating Action Button ListView.Builder 👩‍💻 Project Start Code: github.com/tonydavidx/chattie-ui-design/tree/Project_Start 🚀 Completed Project Source Code: github.com/tonydavidx/chattie-ui-design ⏱ Time Stamp: 0:00 Intro 0...
Flutter Login Page with background image
Просмотров 47 тыс.3 года назад
In this tutorial i am showing how to design flutter login screen ui with background image, you will learn how to create email input field and password input field, how to add background image. 🚀 Source Code: Project Start git.io/JkIC6 Project Final git.io/JOMLR Timestamp 0:00 - Intro 2:36 - Background Image 10:25 - Email Text Field 16:12 - Password Text Field 24:16 - Login Button 👉 Recommended...
How to Install FiraCode in VSCode
Просмотров 72 тыс.3 года назад
Fira code is a monospace font which supports font ligatures. in this video you will learn how to install FiraCode font for vsCode and enable font ligatures. my vs code settings.josn pastebin.com/sbjM7hBy #programming #code #vscode
Flutter Login and registration UI Design | Tutorial | Speed Code
Просмотров 39 тыс.3 года назад
In this Tutorial I am creating UI design for Login, Register, and Forgot Password Pages using flutter and dart 🚀 Source code GitHub Link: git.io/JTDxQ 🕑 TimeStamp: Intro 0:00 Project Setup 0:16 Login Screen 1:45 Background Image 2:40 Text Fields 5:10 Rounded Button 12:16 Forgot Password Page 20:13 Signup Page 24:59 👉 Recommended Laptops for Flutter Development: - HP Pavilion 15 Ryzen 5 amzn.to/...
Coffee shop app UI Design | Flutter Speed code
Просмотров 3,3 тыс.4 года назад
Process of creating UI design for a Coffee Shop app using flutter and dart programming. Source Code : github.com/tonydavidx/Coffee_Shop_FlutterApp Timestamps: 0:00 - Intro 0:09 - Project Setup 1:30 - Home Page Start 9:12 - Order Page #flutter #UIDesign #Dart Design Credit : www.behance.net/gallery/97325797/Coffee-Shop-App-Freebie subscribe for more videos.

Комментарии

  • @azcreativemedia7118
    @azcreativemedia7118 2 дня назад

    great

  • @maneshwam
    @maneshwam Месяц назад

    Great. Just what I was searching for. Thanks man!!!

  •  Месяц назад

    Helpful for me. Thank you so very much.

  • @ahsanilahi6631
    @ahsanilahi6631 2 месяца назад

    thanks man

  • @mrjames1014
    @mrjames1014 3 месяца назад

    Bro what widgets are u using for flutter? Im new and i want that threee

  • @Aynelson
    @Aynelson 3 месяца назад

    Can i also use the emulator without an internet connection?

  • @barstonbul4536
    @barstonbul4536 4 месяца назад

    Perrfect, thank you

  • @omerfarukosmanoglu5224
    @omerfarukosmanoglu5224 4 месяца назад

    I've been wanting this for a long time, thank you.

  • @mazola4321
    @mazola4321 6 месяцев назад

    great video but i could not get the ringtone part. this line is error for mine FlutterRingtonePlayer.playNotification();

  • @jacobzak7494
    @jacobzak7494 6 месяцев назад

    Thanks! after restarting vs code it worked!

    • @prajwalkumar8032
      @prajwalkumar8032 3 месяца назад

      Bro, I've been working on vscode for years now, I don't know why did it not come to my mind that I should restart vscode after installing the new font. I've tried this numerous times ( way back in 2020 for the first time), but it didn't work for me, always thought it must be some bug with vscode, I'll try it later after a new update. Every time I got disappointed, even now too; until I saw your comment. thank YOU for this comment, you've been a savior for me 🙏

  • @ceylon6985
    @ceylon6985 7 месяцев назад

    Thanks for your video. I just want to know what is the immolator tool you have used in this video.. Which refresh on code update without re run..

  • @pankajy6435
    @pankajy6435 8 месяцев назад

    There is a .ttf file outside static folder. When to use that ?

  • @princemerise7877
    @princemerise7877 8 месяцев назад

    What is the size of the background picture?

  • @violakuso2007
    @violakuso2007 10 месяцев назад

    im having some difficulties with the shadercallback Linear grandient. is this still the way to do it?

  • @CozmaGheorghe-o4g
    @CozmaGheorghe-o4g 10 месяцев назад

    when I want to see that path is working in powershell I receive this message: "Unable to find git in your PATH." Any idea?

  • @vegaboy2003
    @vegaboy2003 10 месяцев назад

    Thankyou for tutoria, i don't have the blue bar at the bottom of VSC, you know why ?

    • @tonydavidz
      @tonydavidz 10 месяцев назад

      you might be using a different theme than mine

  • @samirgardy96
    @samirgardy96 Год назад

    plz help my .when i writte flutter doctor , cmd writed me"issue visoil stiodio not install ," fix for me

    • @_vnius
      @_vnius 10 месяцев назад

      Install visual studio

  • @melvinsagini1198
    @melvinsagini1198 Год назад

    dude, you just saved me a lot of headache, thank you so much for coming through.

  • @daneze7560
    @daneze7560 Год назад

    can comene help to solve thhis issues after running my flutter it shows this error : ../../../../Downloads/flutter_windows_3.13.5-stable/flutter/packages/flutter/lib/src/material/bottom_navigation_bar_theme.dart:5:8: Error: Dart library 'dart:ui' is not available on this platform. import 'dart:ui' show lerpDouble; ^

  • @Olamix
    @Olamix Год назад

    When I'm installing my Android studio, there's was a place I reach there that doesn't allow me to continue as directed in the video, it's shows required component missing, in the Android API 34 The option under it's didn't tick like: performance (Android emulator hypervisor driver and the second option both were not mark, please somebody should help me with what to do🙏🙏

  • @sulemanali8542
    @sulemanali8542 Год назад

    This package has issue it will after every minute when you increase or decrease the time it will not worked also it is not working in background when the app is closed its stop working

  • @steven5317
    @steven5317 Год назад

    why my background image always move to up if keyboard active

  • @karmayt195
    @karmayt195 Год назад

    Thank you <3

  • @arshanali3729
    @arshanali3729 Год назад

    Can I have the complete code ? Theres only starter files in your github mentioned in the video's description

  • @geoffreyschuchardt5350
    @geoffreyschuchardt5350 Год назад

    Is anyone else's device emulator not loading?

  • @geoffreyschuchardt5350
    @geoffreyschuchardt5350 Год назад

    Where the fuck is Src?

  • @BrxkenBxT
    @BrxkenBxT Год назад

    I have a question, i was earlier using textformfield for login data cuz i wanted to use validator to show that password cant be empty But textformfield got no decoration support like textfield... But how can i use a validator or something like that in my login page if im using textField?

  • @muhammadtalharana2532
    @muhammadtalharana2532 Год назад

    Worked Perfectly!!

  • @عبدالله-ظ2د5ج
    @عبدالله-ظ2د5ج Год назад

    I followed the steps until the minute 13:30 When start debugging does nothing?

  • @worldwide2665
    @worldwide2665 Год назад

    have a good day sir. I have a problem and I cant solve this problem help me please! ""Exception has occurred. NoSuchMethodError (NoSuchMethodError: The getter 'solidEnvelope' was called on null. Receiver: null Tried calling: solidEnvelope)""?

  • @avigaillaing
    @avigaillaing Год назад

    Thank you for this helpful tutorial. Makes things so much easier for beginners like me!

  • @ronaldsethoga667
    @ronaldsethoga667 Год назад

    great work sir!!!

  • @__as_
    @__as_ Год назад

    7:49 I have installed XAHM but there is no such option showing?

  • @ahmednabil4456
    @ahmednabil4456 Год назад

    thanks

  • @j..3650
    @j..3650 Год назад

    I'm facing issues. It says "flutter is not recognised as the name of cmdlet, function, script file or operable program." Please help

  • @xue_bingxBlueeeeee
    @xue_bingxBlueeeeee Год назад

    Thanks for your straightforward video explanation 😆

  • @Solomon-nature
    @Solomon-nature Год назад

    thanks it is indeed a really good video. one think i discover myself here is that if you ever found JAVA_HOME envt error try to edit the path by removing the "bin". then it will work.

  • @ezz_dev
    @ezz_dev Год назад

    Can't hear you.

  • @Azhan-khan
    @Azhan-khan Год назад

    I really appreciate man welldone!!

  • @phillanaleroux1695
    @phillanaleroux1695 Год назад

    Hi Thank you for a great video I managed to get everything right except I get this issue on the FlatButton. I don't know how to resolve it. Did I miss an important class or something I needed to define? 22:14: Error: The method 'FlatButton' isn't defined for the class 'RoundedButton'. - 'RoundedButton' is from 'package:cahoot/widgets/rounded-button.dart' ('lib/widgets/rounded-button.dart'). Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'. child: FlatButton(

  • @emrecakirbas4511
    @emrecakirbas4511 Год назад

    I encountered also Visual Studio installation issue, I followed by the Powershell instructions and that's it. Thx so Much Tony

  • @nazgamer3818
    @nazgamer3818 Год назад

    thank you bro

  • @Klboygamingyt
    @Klboygamingyt Год назад

    Is your device pixel 3a

  • @Klboygamingyt
    @Klboygamingyt Год назад

    Available devices can i choose windows desktop

  • @iremyonet3207
    @iremyonet3207 Год назад

    thank you for the tutorial, very nice.... In addition, if we wanted to add a show hide button, what would we do?

  • @armangul2078
    @armangul2078 Год назад

    When I am doing the android studio setup the android virtual device is unavailable. Then what should I do?

  • @YasinduSamarasinghe
    @YasinduSamarasinghe Год назад

    Good job

  • @bryanc.369
    @bryanc.369 Год назад

    Thanks a lot for this tutorial

  • @MuhammadAhsan-id4cg
    @MuhammadAhsan-id4cg Год назад

    how can i run this on background when i close the APPLICATION and when i reopen this countdown run at same spot

  • @toBeABetterTranslator
    @toBeABetterTranslator Год назад

    Very intuitive