Geekle Flutter Global Summit 2021
5:22
Recipe App UI in Flutter | Speed Code
17:57
Flutter Todo App UI Speed Code
11:27
4 жыл бұрын
Explicit Animation in Flutter
19:07
4 жыл бұрын
Flutter HTTP Request (Post Request)
17:05
Hive database flutter tutorial, CRUD
26:33
Streams in Flutter tutorial
15:30
4 жыл бұрын
PDF in Flutter, Creation and Preview
18:42
Пікірлер
@leonardeuler7988
@leonardeuler7988 11 күн бұрын
How about if orientation is changed? Does screenutil also scale UI ?
@sankaranarayanankm7049
@sankaranarayanankm7049 28 күн бұрын
Does this work when we flip our device?
@owaisnadeem2751
@owaisnadeem2751 2 ай бұрын
From struggling in variable declaration in even c lanuguage back in 2019 to Front end web dev doing full tiem job as a react / next js dev . Alhamdulillah for each and everything ❤❤❤ Just how fast the time flew ❤
@Shayarashiq-035
@Shayarashiq-035 2 ай бұрын
❤❤❤❤
@ab2_3000
@ab2_3000 3 ай бұрын
how do you handle super nested class with nested class members?
@aqsaarif124
@aqsaarif124 4 ай бұрын
Found a video related to responsive UI in flutter 🎉
@fluttterdev1k
@fluttterdev1k 4 ай бұрын
thanks very useful
@PranavUnniAirtel
@PranavUnniAirtel 4 ай бұрын
Please dont forget to dispose the controller created
@wkn3445
@wkn3445 4 ай бұрын
thank you so much!
@mazgamingaoc
@mazgamingaoc 5 ай бұрын
thank you for this guide.
@bikinaplikasidev6864
@bikinaplikasidev6864 5 ай бұрын
How about icon size and image size, in u video its not scalled
@realCristianoRonaldo
@realCristianoRonaldo 5 ай бұрын
bloc pattren 😂😂😂
@Farhan_Joshi
@Farhan_Joshi 5 ай бұрын
B❤est
@mustplay8932
@mustplay8932 5 ай бұрын
Great explanation thank you no one did it better than you ❤❤
@harisbashir2719
@harisbashir2719 6 ай бұрын
First video of 2022 and our guru disappeared 🥲
@shalinda
@shalinda 6 ай бұрын
there is a offset in autocomplete field suggestion , how to fix it
@harisbashir2719
@harisbashir2719 6 ай бұрын
After searchedState emit you are emitting no word search beecause of thaty uI have a little jerk
@Akua-hx3rb
@Akua-hx3rb 6 ай бұрын
Yikes.. this is not professional way of coding Flutter.
@tiziprince
@tiziprince 6 ай бұрын
It's so simple and educative. Thanks, bruh!!!
@my_wave_app
@my_wave_app 7 ай бұрын
thanks for this video it really helped me to build my mobile app (content creator data dashboarding solution), which is now live! it has been few days only but this video was very helpful! Sign in and API were both a bit tricky but could make it work :) cheers
@ffstrom5100
@ffstrom5100 7 ай бұрын
this packege work on tablete and i pad apps??
@cromuelbarut9859
@cromuelbarut9859 9 ай бұрын
awesome tutorial
@asib9894
@asib9894 9 ай бұрын
You should share this figma UI project with us. Then we will practice on this project.
@anisurrehman4274
@anisurrehman4274 9 ай бұрын
totally time waste becuos material app not working
@Mahmoudery
@Mahmoudery 9 ай бұрын
I am having a corner case while working with this package. So the problem is that when I call setState method on a stateful widget, the whole layout size just changes, the containers get smaller after rebuilding the tree, anyone knows how to encounter this problem with a proper solution?
@GamerBoy-fe3ey
@GamerBoy-fe3ey 10 ай бұрын
Hi bro not making videos any longer ???
@ai12001
@ai12001 10 ай бұрын
Very nice tutorial!!
@ВикторЦай-л7я
@ВикторЦай-л7я 10 ай бұрын
Thanks!
@Grinwa
@Grinwa 10 ай бұрын
After spending the whole last day learning provider KZbin recommend me getx wich i never heard of
@Nobisuke
@Nobisuke 10 ай бұрын
how can you controll the width of the dropdown same with the width of your textbox?
@kurohise8801
@kurohise8801 11 ай бұрын
u r a pro
@zaidahmed5618
@zaidahmed5618 11 ай бұрын
The video is great overall but your accent is kinda annoying, please try to be natural brother
@Mahmoudery
@Mahmoudery 11 ай бұрын
Insightful.
@newbee936
@newbee936 Жыл бұрын
Thanks alot ... it was a great help
@jontysingh4334
@jontysingh4334 Жыл бұрын
Badge number not coming on ios app icon rest working fine, please can make one tutorial for showing badge number on app icon for Android there is no issue in ios i am not getting badge number on app icon
@saimorajkar1470
@saimorajkar1470 Жыл бұрын
very helpful! but need an update. I am using auto-complete on windows i have no issue but the auto-complete list-tiles take all the space availave plz help !
@marctre9004
@marctre9004 Жыл бұрын
Thanks so much for the tutorial...thought my app won't be fixed ...been looking for a better solution ...thanks so much
@VictorOnFlutter
@VictorOnFlutter Жыл бұрын
Thanks for the video! Do you know how to adjust that right space on the ListView? It's overtaking the padding that you put above of Autocomplete. Can you help me?
@pinacolada6936
@pinacolada6936 Жыл бұрын
Thank you in advance!!❤❤
@ansrasi3470
@ansrasi3470 Жыл бұрын
The AutoComplete widget is called on every page. Each page calls for different purposes. How about storing any text written in each auto complete text field in the respective page (I could only change the design of each text field and use it).
@barnabassolomon1629
@barnabassolomon1629 Жыл бұрын
Bless ur soul for this video
@MehmetCan-hz5iw
@MehmetCan-hz5iw Жыл бұрын
import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( home: HomePage(), ); } } class HomePage extends StatelessWidget { @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: Text('Yummies:):)'), ), body: Center( child:Column( mainAxisAlignment: MainAxisAlignment.center, crossAxisAlignment: CrossAxisAlignment.center, children: [ ElevatedButton(onPressed: () { Navigator.push(context, MaterialPageRoute(builder: (context) => SecondPage(imageIndex: 1)), ); }, child: Image.network('cdn.pixabay.com/photo/2017/01/30/13/49/pancakes-2020863_1280.jpg', width: 800, height: 200, fit:BoxFit.cover), ), ElevatedButton(onPressed: () { Navigator.push( context, MaterialPageRoute(builder: (context) => SecondPage(imageIndex: 2)), ); }, child: Image.network('www.allrecipes.com/thmb/KA7Ot8NbxqQsnYMQhGsHG1aWys8=/750x0/filters:no_upscale():max_bytes(150000):strip_icc():format(webp)/1095418-079010e099924935b25a4b6a01d6e3ef.jpg', width: 800, height: 200, fit:BoxFit.cover), ), ElevatedButton(onPressed: () { Navigator.push( context, MaterialPageRoute(builder: (context) => SecondPage(imageIndex: 3)), ); }, child: Image.network('cdn.pixabay.com/photo/2017/05/07/08/56/pancakes-2291908_1280.jpg', width: 800, height: 200, fit:BoxFit.cover), ), ], ), ), ); } } class SecondPage extends StatelessWidget { final int imageIndex; SecondPage({required this.imageIndex} ); @override Widget build(BuildContext context) { String a=""; switch(imageIndex) { case 1: {a='Pankek, nişasta bazlı, yumurta, süt ve tereyağı içeren bir bulamaç ile hazırlanan ve genellikle ince ve yuvarlak olan düz bir hamur işi türüdür. Kalbur veya kızartma tavası gibi sıcak ve yağlanmış yüzeylerde pişirilerek hazırlanır.'; } break; case 2: {a='Mix paprika, cayenne pepper, onion powder, salt, white and black pepper, thyme, basil, and oregano together in a small bowl.Brush salmon fillets on both sides with 1/4 cup butter, and sprinkle evenly with the spice mixture.Heat 2 tablespoons melted butter in a large, heavy skillet over high heat. Add salmon and cook until blackened, 2 to 5 minutes. Lift fillets, add remaining melted butter to the skillet, and flip fillets into the butter. Cook until the other side is blackened and fish flakes easily with a fork, 3 to 5 minutes.'; } break; case 3: {a='Whisk the flour and eggs.Gradually add the milk and water.Scoop the batter onto a hot griddle.Cook until lightly browned on the bottom.Flip and continue cooking until done on both sides.'; } break; default: {print(imageIndex);} } return Scaffold( appBar: AppBar( title: Text('Recipe Page'), ), body: Center( child: Text(a), ) ); } }
@shakshorsarker3418
@shakshorsarker3418 Жыл бұрын
what will be the design ratio if i have not any figma design?
@mikewest557
@mikewest557 Жыл бұрын
i think this approach is for designs already mocked up in a design software like figma
@ram_5433
@ram_5433 Жыл бұрын
Nice information.
@emwagner
@emwagner Жыл бұрын
If I'm understanding correctly, the enum for incomplete is now not being used. Because you're negating the iscomplete enum instead of specifying the enum in the else block..
@Socialifly
@Socialifly Жыл бұрын
Amazing way to explain. What will happen if the screen size is small like 5 inch phone and as the design suggests there is no scrolling will that work or we need to add scroll as well
@daniwaxman6016
@daniwaxman6016 Жыл бұрын
Great video! I am finding that the display is not sized in proportion on iPhone 13 mini. The type is too large for the display. Is there something I am doing wrong that can be causing this?
@mikewest557
@mikewest557 Жыл бұрын
i hope you specified the .sp for the type? the .sp is the trick. if not, something must done with the spacing around the parent of the text widget
@ramsay9912
@ramsay9912 Жыл бұрын
thanks for the video. however, i would rather use RichText widget instead the Wrap widget for texts that have different styles, like the one you use for: 'Alread have an account? LOGIN' & 'By singing up to Masterminds you ...'
@mikewest557
@mikewest557 Жыл бұрын
that is a smart move 😅👍
@30vijaytyagi9
@30vijaytyagi9 Жыл бұрын
Thank You Sir
@adimardev1550
@adimardev1550 Жыл бұрын
i had to admit, that was a great intro.