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!
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 ?
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
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 ?
This might help you :)
👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com
Source Code: github.com/JohannesMilke/background_image_example
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!
Getting Better and Better, Thanks
Hey, thanks a ton! You've described every bit of details for us noobs. Recommended
Can you please make a tutorial about flutters new app-check? Thank you
Timeline is nice thing in the description of each video. 👍
It determines what thing is where in the video.
Thank you, Muhammad Afzal! 🙂
Great tutorial!!
good job Milke !!
Thanks for this video, please do a video on textfield/Formfield validation using regex or something equivalent, thanks Pierre
great!! How about adding multiple images and videos background?
That's really helpful,thank you.
You are the best!!!!!!!!!!
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 ?
@@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 ☹☹
Nice tutorial! Thx
You’re welcome, Pedro Moreira! 🙂
Awesome!!🙏👏
hi
Thanks bro
Do you have the background container at the widget you use in main.dart? I get errors
Thank you, Jonthue Michel! 🙂. Try to provide enough details with your question whenever you face any issue.
Thank you very much
Hello Thanks for the awesome tuto , source code is not accessible :( , do you have another repo?
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
@@HeyFlutter Thanks again , keep going !
Make freezed pacakge for model and call api tutorial sir
That's good one..
Superb.
how can we take diagonal line in box plz make tutorial
Thanks for the idea, SmartTech! 🙂 I have added it to my list of ideas for future videos!
Where are you from?
Why don't you use the stack widget?
Thank you, Jonthue Michel! 🙂. Because it is easy.
good
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 ?
@@HeyFlutter great sir
7:34
Thank you, Edward! 🙂
Getx tutorial 🙏
where the fuck you set this as wallpaper?
Thank you, Sikandar Ali! 🙂. It is just for video purpose.
Didn't understand anything
Thank you, Arthur G! 🙂. Try to provide enough details with yours question whenever you face any issue.