Flutter Cool
Flutter Cool
  • 62
  • 465 885
🚀 Build Responsive Layout in Flutter? (Android & IOS)
In this vide you will see how to create a responsive layout with layout builder widget in Flutter App.
Source Code : github.com/Rapid-Technology/flutter_responsive
TIMELINE
0:00 Intro
0:08 Demo
0:21 Start coding
0:38 Set theme for app bar
0:49 Create MainView widget for top box
1:32 Create Items widget for listView
2:12 Create RightMenu widget for Desktop
2:49 Create Mobile layout widget
3:27 Create Desktop layout widget
4:32 Create LayoutBuilder widget
4:55 End
#responsive #layout #builder #listview #aspectratio #item
#Flutter #Tutorial #FlutterCool@flutterdev @FlutterCool
LIKE & SHARE & ACTIVATE THE BELL
Thanks For Watching :-)
Переглядів: 958

Відео

😎 Build Custom Icon Badges in Flutter? (Android & IOS)
Переглядів 95610 місяців тому
In this vide you will see how to create a custom and modern icon badge with different colors in Flutter App. Source Code : github.com/Rapid-Technology/flutter_custom_icon_badge TIMELINE 0:00 Intro 0:08 Demo 0:18 Start coding 0:30 Create icon_badge file 1:20 Design badge 2:07 import the icon_badge file 2:15 Insert the IconBadge widget 2:53 End #modern #icon #badge #custom #appbar #title #Flutter...
🔥 Build Custom Tab Bar in Flutter? (Android & IOS)
Переглядів 14 тис.10 місяців тому
In this vide you will see how to create a custom and modern tab bar with smooth animation in Flutter App. Source Code : github.com/Rapid-Technology/flutter_custom_tab TIMELINE 0:00 Intro 0:07 Demo 0:30 Start coding 0:42 Create tab_item file 0:59 Design tab item inside build method 1:18 Design count beside the tab title 1:48 Create home page file 2:23 Use PreferredSize widget for tab bar 2:54 In...
🔥 Curved Bottom Navigation Bar in Flutter? (Android & IOS)
Переглядів 8 тис.11 місяців тому
In this vide you will see how to create a curved and modern bottom navigation bar with animation in Flutter App. Source Code : github.com/Rapid-Technology/flutter_curved_bottom_nav package: pub.dev/packages/curved_navigation_bar TIMELINE 0:00 Intro 0:08 Demo 0:32 Insert the curved package 0:49 import the package in the home page 0:59 Create CurvedNavigationBar widget 1:18 Create icons for the i...
🔥 Build a Modern Gauge Chart Animation in Flutter? (Android & IOS)
Переглядів 704Рік тому
In this vide you will see how to create a beautiful and modern gauge chart with animation in Flutter App. Source Code : github.com/Rapid-Technology/flutter_gauge_chart Gauge Chart Package: pub.dev/packages/syncfusion_flutter_gauges TIMELINE 0:00 Intro 0:07 Demo 0:16 Insert gauge chart package 0:50 Create SfRadialGaguge widget 1:14 Set the Gauge Range 1:54 Set the Needle pointer 2:25 Add gauge a...
Build Email & Password App Using Firebase in Flutter? (Android, IOS)
Переглядів 1,9 тис.Рік тому
In this vide you will see how to integrate email & password authentication in Flutter App using Firebase. Source Code : github.com/Rapid-Technology/flutter_firebase firebase_auth: pub.dev/packages/firebase_auth loader_overlay: pub.dev/packages/loader_overlay TIMELINE 0:00 Intro 0:10 Demo 1:35 Start Coding 1:42 Add the firebase_auth package 1:45 Add the loader_overlay package 1:55 Enable the ema...
Build a Custom TextField in Flutter? (Android & IOS)
Переглядів 3,3 тис.Рік тому
In this video you will see how to create a custom and modern textfield in Flutter App. Source Code: github.com/Rapid-Technology/custom_textfield_flutter TIMELINE 0:00 Intro 0:08 Demo 0:23 Create three files 0:41 Declare the textfield controller 0:53 Declare other required params 1:06 Pass the params in constructor 1:15 Create TextField widget 1:59 Set the border for TextField widget 2:19 Import...
Build a Custom Bottom Navigation in Flutter? (Android & IOS)
Переглядів 22 тис.Рік тому
In this vide you will see how to create a custom and modern bottom navigation with a centered floating action button in Flutter App. Source Code : github.com/Rapid-Technology/custom_bottom_nav_flutter TIMELINE 0:00 Intro 0:11 Demo 0:43 Create four files 0:54 Set theme and primary color 1:05 Create NavModel class 1:27 Create NavBar stateless widget 1:38 Add BottomAppBar inside NavBar 1:59 Create...
Setup Firebase in Flutter App using CLI (Android & IOS)
Переглядів 478Рік тому
In this vide you will see how to setup your firebase project in Flutter App using command-line tools. Download Node: nodejs.org/en/download/current Source Code : github.com/Rapid-Technology/flutter_firebase firebase_core: pub.dev/packages/firebase_core TIMELINE 0:00 Intro 0:15 Check Node is installed 0:30 Install Firebase using Node 0:39 Login to the Gmail account 0:45 Select your Gmail account...
How to get Device Info in Flutter App? (Android & IOS)
Переглядів 3,7 тис.Рік тому
How to get Device Info in Flutter App? (Android & IOS)
How to get App Info in Flutter App? (Android & IOS)
Переглядів 1,5 тис.Рік тому
How to get App Info in Flutter App? (Android & IOS)
How to scroll a ListView With Animation in Flutter App? (Android & IOS)
Переглядів 2,8 тис.Рік тому
How to scroll a ListView With Animation in Flutter App? (Android & IOS)
How to create a Country Picker in Flutter App? (Android & IOS)
Переглядів 2,7 тис.Рік тому
How to create a Country Picker in Flutter App? (Android & IOS)
How to create a Formatted TextField in Flutter App? (Android & IOS)
Переглядів 1,6 тис.Рік тому
How to create a Formatted TextField in Flutter App? (Android & IOS)
How to check Internet Connection in Flutter App? (Android & IOS)
Переглядів 10 тис.Рік тому
How to check Internet Connection in Flutter App? (Android & IOS)
How to create a ShowCaseView in Flutter App? (Android & IOS)
Переглядів 4,7 тис.Рік тому
How to create a ShowCaseView in Flutter App? (Android & IOS)
How to load SVG File in Flutter App? (Android & IOS)
Переглядів 2,6 тис.Рік тому
How to load SVG File in Flutter App? (Android & IOS)
How to launch Phone, Website, URL, SMS & Email in Flutter App? (Android & IOS)
Переглядів 9 тис.Рік тому
How to launch Phone, Website, URL, SMS & Email in Flutter App? (Android & IOS)
How to share Text, Link & Image in Flutter App? (Android & IOS)
Переглядів 10 тис.Рік тому
How to share Text, Link & Image in Flutter App? (Android & IOS)
How to create an OTP TextField in Flutter App? (Android, IOS)
Переглядів 13 тис.Рік тому
How to create an OTP TextField in Flutter App? (Android, IOS)
How to generate a QR Code in Flutter App? (Android & IOS)
Переглядів 5 тис.2 роки тому
How to generate a QR Code in Flutter App? (Android & IOS)
How to create a Video Player in Flutter App? (Android & IOS)
Переглядів 12 тис.2 роки тому
How to create a Video Player in Flutter App? (Android & IOS)
Build Gallery UI with Flutter (Android & IOS)
Переглядів 6 тис.2 роки тому
Build Gallery UI with Flutter (Android & IOS)
How to create Loading Button in Flutter App? (Android & IOS)
Переглядів 1,6 тис.2 роки тому
How to create Loading Button in Flutter App? (Android & IOS)
How to create Circular & Linear percentage in Flutter? (Android & IOS)
Переглядів 1 тис.2 роки тому
How to create Circular & Linear percentage in Flutter? (Android & IOS)
How to create a ⭐ Rating Bar ⭐ in Flutter App? (Android & IOS)
Переглядів 1,4 тис.2 роки тому
How to create a ⭐ Rating Bar ⭐ in Flutter App? (Android & IOS)
How to create a Custom Toast in Flutter App? (Android & IOS)
Переглядів 3,3 тис.2 роки тому
How to create a Custom Toast in Flutter App? (Android & IOS)
How to create a Shimmer List Loading in Flutter App? (Android & IOS)
Переглядів 1,4 тис.2 роки тому
How to create a Shimmer List Loading in Flutter App? (Android & IOS)
How to create Dark/Light Mode Animation in Flutter App? (Android & IOS)
Переглядів 2,6 тис.2 роки тому
How to create Dark/Light Mode Animation in Flutter App? (Android & IOS)
How to create Refresh Indicator in Flutter App? (Android & IOS)
Переглядів 4,3 тис.2 роки тому
How to create Refresh Indicator in Flutter App? (Android & IOS)

КОМЕНТАРІ

  • @iusss
    @iusss Місяць тому

    hey do you know how to make the corners of the gauge ronunded??

  • @iboo456-vv3yz
    @iboo456-vv3yz Місяць тому

    Thank you ❤ continue

  • @fluttterdev1k
    @fluttterdev1k Місяць тому

    Which package did u use ? And is there any way to change the style of the pause and resume button??

  • @PROJETZ-s4l
    @PROJETZ-s4l Місяць тому

    “How to invite our friends via text to download the app?”

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

    What dependency did you use ?

  • @eliemayele5984
    @eliemayele5984 3 місяці тому

    Thank you bro ❤

  • @user-ferdaus-hossan
    @user-ferdaus-hossan 4 місяці тому

    best videos

  • @zergiocunha
    @zergiocunha 4 місяці тому

    How can I see the code? Im trying to build a bottomappbar like this

    • @Erasmio
      @Erasmio 2 дні тому

      ua-cam.com/video/TtXER1_Cq3E/v-deo.html

  • @ulrichstern1624
    @ulrichstern1624 4 місяці тому

    Can we swipe pages when using tabbarview?

  • @sharathsheety2610
    @sharathsheety2610 5 місяців тому

    what about the scenario where the device is connected but no internet is there?

  • @anushkapubudu
    @anushkapubudu 5 місяців тому

    No TabController for TabBar. When creating a TabBar, you must either provide an explicit TabController using the "controller" property, or you must ensure that there is a DefaultTabController above the TabBar.

    • @FlutterCool
      @FlutterCool 5 місяців тому

      Yes, that's right 👍

  • @ComeFallinLoveWithJesus
    @ComeFallinLoveWithJesus 5 місяців тому

    Wow!! Thanks. Straight to the point..

  • @simbamadungwe
    @simbamadungwe 5 місяців тому

    Im getting this error "RenderBox was not laid out: RenderViewport#058b1 NEEDS-PAINT 'package:flutter/src/rendering/box.dart': Failed assertion: line 2165 pos 12: 'hasSize'"

    • @FlutterCool
      @FlutterCool 5 місяців тому

      Can you share the screenshots of the code at yasinm289@gmail.com?

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

    i'm having problems with prefixIcon i have done exactly like your code but prefixIcon is still not woking

  • @JyotiKumari-xy9di
    @JyotiKumari-xy9di 6 місяців тому

    hii

  • @enzochao1371
    @enzochao1371 7 місяців тому

    Thanks for the video! Do you know how to create 2 tabbars in Scaffold()? I try to make one in the AppBar and one in the BottomAppBar but fail. I've searched the StackOverflow but it seems no answer 😢

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

      Thanks for the comment, I hope this one can help you: stackoverflow.com/questions/72428712/two-tabbars-in-one-screen-in-flutter

  • @dipjyotigayan-qo7wq
    @dipjyotigayan-qo7wq 7 місяців тому

    how this animation is happening... name text going up..

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

      You can use label text in text field decoration.

  • @acornerofherheart-jr9pl
    @acornerofherheart-jr9pl 7 місяців тому

    how do i apply adhar card formatter space after 4 digits will be applied

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

      You can the package for more customization.

  • @محمدامینصدقی-ي1ب
    @محمدامینصدقی-ي1ب 7 місяців тому

    سلام توی دراور که قرار میگیره بسته میشه (مثل تلگرام نیست)

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

      علیکم السلام، خودت میتانی داخل دراور استفاده کنی

  • @VijayTyagi-be5gq
    @VijayTyagi-be5gq 7 місяців тому

    Thank You Sir❤

  • @VijayTyagi-be5gq
    @VijayTyagi-be5gq 7 місяців тому

    Thank You Sir❤

  • @thushankalana4940
    @thushankalana4940 7 місяців тому

    Thank you😃

  • @entc-06ombhandarkar20
    @entc-06ombhandarkar20 7 місяців тому

    hello your video so helpful but plz tell me explanation with video

    • @FlutterCool
      @FlutterCool 7 місяців тому

      It is simple so you can watch the video and copy it.

  • @iShahzainAhmed
    @iShahzainAhmed 8 місяців тому

    Worked, thanks!!

  • @3bd0_2
    @3bd0_2 8 місяців тому

    it works for me pretty good on my emlautor but when I am launch it on my phone doesn't work

    • @FlutterCool
      @FlutterCool 8 місяців тому

      It should work perfectly

  • @gauchokk
    @gauchokk 9 місяців тому

    But it doesn't work to share images and text on WhatsApp, it only shares the text

    • @FlutterCool
      @FlutterCool 8 місяців тому

      Yes still that is a problem from the package

  • @AleazarJohnVillanueva
    @AleazarJohnVillanueva 9 місяців тому

    This will help a lot, thanks ✨️

  • @program2445
    @program2445 9 місяців тому

    thank you bro that looks superb and easy to make

  • @elleneresko5386
    @elleneresko5386 9 місяців тому

    why in the end it shows unable to load assets?

    • @FlutterCool
      @FlutterCool 9 місяців тому

      Add you asset location in pubspec.yaml file and run flutter pub get command.

  • @mclar9
    @mclar9 9 місяців тому

    Perfect broo / I want something from you, can you make a book reading page, quickly and easily with flutter, with a beautiful design, please? 🎉

  • @BloodCollectiveAlliance
    @BloodCollectiveAlliance 9 місяців тому

    Hwy, I have a question, Assume I have a ElevatedBUtton namely RESET, I want when I clicked it also percent indicator reset and go to his initial state?? Is it possible??

    • @FlutterCool
      @FlutterCool 9 місяців тому

      Yes of course just set the percentage to zero

  • @laraibanwar1618
    @laraibanwar1618 9 місяців тому

    bro your code looks fine to me but I dont know when I ran your code for ios simulator it gave me could not launch url. I added the permission settings in the info.plist also and did the same code as you did can you tell the reason what might have gone wrong

    • @FlutterCool
      @FlutterCool 9 місяців тому

      Could you please share your url?

  • @abhayjadon1164
    @abhayjadon1164 9 місяців тому

    with button can we use left right position in this widget??

    • @FlutterCool
      @FlutterCool 9 місяців тому

      Check the all properties here: pub.dev/packages/showcaseview

  • @phenixUchiwa69
    @phenixUchiwa69 10 місяців тому

    Thank bro you save me

  • @Sami-ec9sd
    @Sami-ec9sd 10 місяців тому

    Love it! Thanks

  • @pravinprince3221
    @pravinprince3221 10 місяців тому

    thank for the wonderful video bro, it is so helpful for me and my team, one more request can you do a full video on responsive layout with key features bro, thanks again bro

  • @ayankumarsaha3437
    @ayankumarsaha3437 10 місяців тому

    Small feedback from my side. Instead of dictating the code line by line which can be already seen in the screen, I would highly recommend small explanation of code. Then it becomes easier to follow and understand the purpose the code.

    • @FlutterCool
      @FlutterCool 10 місяців тому

      Thanks for your recommendation, I will do in the next videos and check out this newly published video: ua-cam.com/video/p-NjD7RVkTw/v-deo.html

  • @pasindukarunarathna6882
    @pasindukarunarathna6882 10 місяців тому

    👍

  • @vinicioeufrazio3248
    @vinicioeufrazio3248 10 місяців тому

    Great tutorial friend, but I had a problem, for some reason, in the line WidgetsBinding.instance.addPostFrameCallback((timeStamp) { ShowCaseWidget.of(context).startShowCase([add, item, search]); }); is giving me: _Exception (Exception: Please provide ShowCaseView context) I even copied and pasted your code but for some reason it keeps giving this error

    • @FlutterCool
      @FlutterCool 10 місяців тому

      Thanks for your comment, try this code 👇 SchedulerBinding.instance.addPostFrameCallback((_) { ShowCaseWidget.of(context).startShowCase([add, item, search]); }); If the above code doesn't work, try the below code 👇 Future.delay(Duration.zero, () { ShowCaseWidget.of(context).startShowCase([add, item, search]); });

    • @vinicioeufrazio3248
      @vinicioeufrazio3248 10 місяців тому

      @@FlutterCool I tested both codes, but it still gives the same error

    • @FlutterCool
      @FlutterCool 10 місяців тому

      Can you send your full codes here as email? yasinm289@gmail.com

  • @emanoelv
    @emanoelv 10 місяців тому

    Amazing!

  • @elongaasumanigrace861
    @elongaasumanigrace861 10 місяців тому

    Je suis sur l'émulateur 12 et Api 32, chez moi ça ne fonctionne pas, j'ai rencontré une exception, j'ai configuré de la même manière que vous et aussi de la même manière que sur pub.dev de la dernière version, mais ça ne fonctionne pas toujours

  • @KarthickRaja-e6f
    @KarthickRaja-e6f 10 місяців тому

    bro you are awesome !😎

    • @FlutterCool
      @FlutterCool 10 місяців тому

      Thank you so much 😀

  • @kissloveoddski_ghoul
    @kissloveoddski_ghoul 10 місяців тому

    zero expanations

    • @FlutterCool
      @FlutterCool 10 місяців тому

      Can you explain your problem?

  • @amir_gh_dev
    @amir_gh_dev 10 місяців тому

    Very Gooooood❤❤👌👌

  • @coctyg7209
    @coctyg7209 10 місяців тому

    Nice

    • @FlutterCool
      @FlutterCool 10 місяців тому

      Thanks

    • @coctyg7209
      @coctyg7209 10 місяців тому

      @@FlutterCool your welcome, Do you know the slack app ? It has a custom textfield which is slidable, when we slide up on that textfield it expand till app bar, so we can write multi lines Please make a video on it. Also add text format options like slack app has.

    • @FlutterCool
      @FlutterCool 10 місяців тому

      Will create it

    • @coctyg7209
      @coctyg7209 10 місяців тому

      @@FlutterCool thank you

  • @manishgautam2424
    @manishgautam2424 10 місяців тому

    You changed the name of Channel