Let's create home screen widgets with Flutter! | Develop home screen widgets for iOS and android app

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ค. 2024
  • Easily create home screen widgets for your flutter apps in 3 simple steps. This is part1 video where we will target iOS devices, In the part2 video we will address the implementation of home screen widgets for android devices.
    ✅ Watch the part#2 video: • Home Screen Widget for...
    Join our channel membership to get access to Flutter resources.,
    Join Now:👉 / @vijaycreationsflutter
    🔐 Source Code (Accessible only to channel members): github.com/vijaycodebase/home...
    ⏱ Timestamps
    0:00 - Intro
    1:12 - ✨ Getting started
    2:41 - 📚 Summary
    4:34 - ✅ Step:1
    6:46 - ✅ Step:2
    10:25 - ✅ Step:3
    ------------------------------------------------
    👉 Visit my channel for more awesome Flutter contents... ‪@vijaycreationsflutter‬
    ------------------------------------------------
    ✔ Published Apps: (available in play store)
    play.google.com/store/apps/de...
    ------------------------------------------------
    ✔ Flutter Bloc: • Bloc
    ✔ Flutter & Firebase: • FireBase
    ✔ Flutter Animations: • Animations
    ✔ Flutter Widgets: • Flutter Widgets
    ✔ Flutter Packages: • Package Explore
    ✔ General: • General
    ✨ App UI Templates:
    Pinterest: / flutter
    🎨 Portfolio:
    vijayr-live.web.app
    🌏 Follow me on:
    Instagram: / vijaycreations_for_flu...
    Discord: / discord
    Twitter: / vijaycreations
    Medium: / vijay
    GitHub: github.com/vijayinyoutube
    📧 For business inquiries:
    mail to: calico.takeoff_01@icloud.com
    ☎️ Book a 1:1 call to discuss about mentorship, business inquiries, quick chat and more...
    Choose your slot and get a chance to talk with me face to face : topmate.io/vijay_r
    ⚡ Subscribe for more content:
    vijaycreations: / @vijaycreationsflutter
    If you found this video useful and wish to support my work,
    you can consider buying me a coffee or become a patreon ❤️.👇
    → / membership
    → www.buymeacoffee.com/vijaycre...
    → www.paypal.com/paypalme/iamVi...
    #flutter #flutterapp #appdevelopment #fluttertutorial #apps #mobileapp #developer #appdevelopment #flutterpackage #appdevelopers #android #ios #appdeveloper #flutterui #ui #ux #uiux #design #crossplatform #hybrid #hybridappdev #fluttertutorialforbeginners #beginners #animation #animations #notification #tutorial #tutorials #education #androidapp #dart #mobileprogramming #100daysofcode #appdesign #webdesign #webdeveloper #webdevelopment #webapp #application #software #softwaredeveloper #softwaredevelopment #softwareengineer #tutorialyoutube #youtubeshorts #youtubeeducation #course #courses #designs

ความคิดเห็น • 5

  • @alisafodorov610
    @alisafodorov610 7 หลายเดือนก่อน

    Cool tutorial, thank you so much!
    Do you have a flutter tutorial for setting a wallpaper in iOS ?

  • @mehedihasanovi
    @mehedihasanovi 11 หลายเดือนก่อน +1

    LOve From Bangladesh

  • @user-mn8sl1nh8y
    @user-mn8sl1nh8y 11 หลายเดือนก่อน +3

    Waiting for android video please

  • @maru1016ru
    @maru1016ru 9 หลายเดือนก่อน +2

    Hello, thank you for the great video.
    I created a widget with flutter, and the widget is searched normally in the simulator, but when I download the app to my actual phone, the widget is not searched. Is it possible that the widget is not visible because the simulator and actual phone environments are different? There were no major errors during the build process. If you have created a widget and successfully tested it on a real phone, please let me know how.

    • @vijaycreationsflutter
      @vijaycreationsflutter  9 หลายเดือนก่อน

      Hey, Thanks!
      As of now I haven't tested theses widgets on real device, but for the issue you mentioned, I found a convincing answer on the internet and it goes like - "the issue was in the Global parameters (global provider) that I was using as height and width to define the size of the text and images. when running the app as a release and the phone is closed these parameters didn't get the proper values and they only had the initial values of zero." Hope that helps!