Flutter Tutorial - Set Screen Background Image | Asset Image & Network Image

Поділитися
Вставка
  • Опубліковано 25 гру 2024

КОМЕНТАРІ • 45

  • @HeyFlutter
    @HeyFlutter  Рік тому

    This might help you :)
    👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com
    Source Code: github.com/JohannesMilke/background_image_example

  • @lucasa.v.4772
    @lucasa.v.4772 2 роки тому

    thank you so much man! You're helping me a lot, my college teacher asked us to create an app and I was absolutely lost, your videos have been helping me a lot!

  • @hectorprx
    @hectorprx 3 роки тому

    Getting Better and Better, Thanks

  • @hossainabeer
    @hossainabeer 3 роки тому

    Hey, thanks a ton! You've described every bit of details for us noobs. Recommended

  • @creacubii1
    @creacubii1 3 роки тому +1

    Can you please make a tutorial about flutters new app-check? Thank you

  • @muhammadafzal237
    @muhammadafzal237 2 роки тому

    Timeline is nice thing in the description of each video. 👍
    It determines what thing is where in the video.

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      Thank you, Muhammad Afzal! 🙂

  • @sanjayshukla7408
    @sanjayshukla7408 3 роки тому +1

    Great tutorial!!

  • @tinchocbaar
    @tinchocbaar 3 роки тому

    good job Milke !!

  • @pierremarais7669
    @pierremarais7669 3 роки тому

    Thanks for this video, please do a video on textfield/Formfield validation using regex or something equivalent, thanks Pierre

  • @DemsDema
    @DemsDema 3 роки тому

    great!! How about adding multiple images and videos background?

  • @ayamahmoud6526
    @ayamahmoud6526 2 роки тому

    That's really helpful,thank you.

  • @sarojkumarsingh2836
    @sarojkumarsingh2836 3 роки тому

    You are the best!!!!!!!!!!

  • @raminbagherian3914
    @raminbagherian3914 2 роки тому

    hello firs of all thanks for your helpful tutorials.
    i have got a question!
    i had try to add background image as you said..
    but the problem is that when keyboard move up image move up too and your method doesn't work for me !
    is there any other way to fix it ?

    • @raminbagherian3914
      @raminbagherian3914 2 роки тому

      @@HeyFlutter
      @override
      Widget build(BuildContext context) {
      return Container(
      decoration: const BoxDecoration(
      image: DecorationImage(
      fit: BoxFit.cover,
      image: AssetImage('images/check_cover.png'),
      ),
      ),
      child: Scaffold(
      resizeToAvoidBottomInset: false,
      appBar: _appBar(),
      backgroundColor: Colors.transparent,
      body: ListView(
      children: [
      const SizedBox(
      height: 12,
      ),
      _checkListName(), // TextField
      _checkListBody(), // ListView
      _addCheckListItem() // Row with 2 TextFields as child
      ],
      ),
      ),
      );
      }
      i tried it too . but it made no difference ☹☹

  • @pedromoreira1311
    @pedromoreira1311 2 роки тому

    Nice tutorial! Thx

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      You’re welcome, Pedro Moreira! 🙂

  • @shivarajsajjan3000
    @shivarajsajjan3000 3 роки тому

    Awesome!!🙏👏

  • @FactorPower
    @FactorPower 2 роки тому

    Thanks bro

  • @Jontue-BKYC
    @Jontue-BKYC Рік тому

    Do you have the background container at the widget you use in main.dart? I get errors

    • @HeyFlutter
      @HeyFlutter  Рік тому

      Thank you, Jonthue Michel! 🙂. Try to provide enough details with your question whenever you face any issue.

  • @janammaharjan2699
    @janammaharjan2699 2 роки тому

    Thank you very much

  • @amirabenyahia1902
    @amirabenyahia1902 2 роки тому

    Hello Thanks for the awesome tuto , source code is not accessible :( , do you have another repo?

    • @HeyFlutter
      @HeyFlutter  2 роки тому +1

      Thank You Amira ben yahia!. I showed the main functionality, which is important for this package. Learn more about it here: github.com/JohannesMilke/sponsorware

    • @amirabenyahia1902
      @amirabenyahia1902 2 роки тому

      @@HeyFlutter Thanks again , keep going !

  • @sagarkoju7710
    @sagarkoju7710 3 роки тому

    Make freezed pacakge for model and call api tutorial sir

  • @pritomchaki4461
    @pritomchaki4461 3 роки тому

    That's good one..

  • @dhrubrawat9316
    @dhrubrawat9316 3 роки тому

    Superb.

  • @smarttech9547
    @smarttech9547 2 роки тому

    how can we take diagonal line in box plz make tutorial

    • @HeyFlutter
      @HeyFlutter  2 роки тому +1

      Thanks for the idea, SmartTech! 🙂 I have added it to my list of ideas for future videos!

  • @ayoubfodil9506
    @ayoubfodil9506 2 роки тому

    Where are you from?

  • @Jontue-BKYC
    @Jontue-BKYC Рік тому

    Why don't you use the stack widget?

    • @HeyFlutter
      @HeyFlutter  Рік тому

      Thank you, Jonthue Michel! 🙂. Because it is easy.

  • @amineslamizadeh
    @amineslamizadeh 2 роки тому

    good

  • @prasaddhend5500
    @prasaddhend5500 3 роки тому

    I had upload my app to playstore in the internal testing for 100people.
    Currently it is in review mode
    After upload google gives me download app link for testers i used that and download app but app after downloading. App is not logging via Google.
    At the upload time i gives the sha keys to the firestore. There are 4keys at firestore 2 upload keys & 2 debug keys.
    Can you tell What the problem occurred ?

  • @edward9876
    @edward9876 2 роки тому

    7:34

  • @techzone2009
    @techzone2009 3 роки тому +1

    Getx tutorial 🙏

  • @SikandarAli-001
    @SikandarAli-001 2 роки тому

    where the fuck you set this as wallpaper?

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      Thank you, Sikandar Ali! 🙂. It is just for video purpose.

  • @arthurg2834
    @arthurg2834 Рік тому

    Didn't understand anything

    • @HeyFlutter
      @HeyFlutter  Рік тому

      Thank you, Arthur G! 🙂. Try to provide enough details with yours question whenever you face any issue.