How to Create Splash Screen in Flutter

Поділитися
Вставка
  • Опубліковано 26 гру 2023
  • - Get ZEGOCLOUD Flutter SDK for 10,000 free mins: bit.ly/3QwAsuw
    - Build Flutter App in 10 mins: bit.ly/3QwLHDi
    - How to Make a Flutter Video Call App: bit.ly/4boNpOT
    - Top 10 Flutter App Development Companies: bit.ly/4dq7Lcy
    ZEGOCLOUD SDK provides easy Flutter video call SDK, voice call SDK, live streaming SDK and chat SDK for real-time interaction.
    🚀 Creating Stunning Splash Screens in #flutter | Manual vs. #package Method 🚀
    Welcome back, Flutter enthusiasts! In this video, we're diving deep into the world of splash screens and exploring two distinct methods to implement them in your Flutter app.
    🔧 Manual Method with Timer Function 🔧
    Learn how to manually craft a captivating splash screen using Flutter's Timer function. We'll guide you through the step-by-step process, allowing you to customize the duration and design for a seamless user experience.
    📦 Effortless Splash Screens with flutter_native_splash Package 📦
    Discover the power of efficiency as we explore the flutter_native_splash package. This powerful tool simplifies the splash screen creation process, reducing your workload and ensuring a professional look for your app.
    Why Watch This video?
    🔧 Detailed walkthrough of manual implementation
    🚀 Quick setup using the flutter_native_splash package
    🎨 Tips for designing visually appealing splash screens
    💻 Hands-on coding examples for better understanding
    🔗 Links Mentioned:
    👉 Subscribe to our Channel / @ak-ki3vo
    📦 flutter_native_splash Package
    www.pub.dev/packages/flutter_native_splash
    👥 Connect with me on LinkedIn
    www.linkedin.com/in/alaa-alkodsi-b42030236
    👍 Don't forget to like, subscribe, and hit the bell icon for more Flutter tutorials! Let's build beautiful apps together. Happy coding! 🚀🔧

КОМЕНТАРІ • 13

  • @hadialmumayez999
    @hadialmumayez999 6 місяців тому +1

    Keep up the great work

    • @AK-ki3vo
      @AK-ki3vo  6 місяців тому

      thanks ❤❤

  • @alaaVSV
    @alaaVSV 6 місяців тому

    nice work keep on

  • @amirmohammed3869
    @amirmohammed3869 3 місяці тому +1

    how resize the image ?!

    • @AK-ki3vo
      @AK-ki3vo  3 місяці тому

      You can do it in several ways. You can modify the size of the image before adding it using the second method (package method), or you can wrap it in a container and modify its size.

  • @boneclinkz5663
    @boneclinkz5663 2 місяці тому +1

    hi i just have to ask, will this work even on offline?

    • @AK-ki3vo
      @AK-ki3vo  2 місяці тому

      Yes sure
      Splash screen does not depend on internet .
      You can open any app on your mobile you will notice it will open splash screen for you without internet.

    • @boneclinkz5663
      @boneclinkz5663 2 місяці тому

      @@AK-ki3vo thanks, great videos contents btw, i just subscribed to your channel

    • @AK-ki3vo
      @AK-ki3vo  2 місяці тому

      Thanks ❤❤

    • @boneclinkz5663
      @boneclinkz5663 2 місяці тому

      @@AK-ki3vo question brother, how can i apply SplashScreen() on my main dart:
      home: onBoarding ? Home() : OnBoardingView(),

  • @user-dn8zh2rg6m
    @user-dn8zh2rg6m 5 місяців тому +1

    It is great but you can't use both "color" and "background_image", you have to use only one between them otherwise the color will override your choices

    • @AK-ki3vo
      @AK-ki3vo  5 місяців тому

      There are many parameters you can use to solve this
      However, it will not cause problems