Sidebar Menu & Dashboard | Flutter SDK

Поделиться
HTML-код
  • Опубликовано: 13 май 2019
  • #Sidebar #Menu #ScaleTransition
    A mock of dribbble shot, dribbble.com/shots/6351511-Me...
    Subsequent videos -
    • Navigation in Sidebar ...
    • Auto close menu in Sid...
    This is a concept of sidebar menu and dashboard and various states between them when the menu comes in focus and vice versa.
    Github Link - github.com/TechieBlossom/flut...
    If you liked the video, then please show me by hitting the like button for video and show some love by giving star 🌟 on Github.
    ━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
    Other Videos
    ━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
    ➨ Neumorphism, Gradient Chart & Custom Shape End Drawer - • Sidebar Animation & Na...
    ➨ Google Stadia App Concept - • Flutter UI | Stadia Ap...
    ➨ Local Events App - • Flutter UI | Local Eve...
    ➨ Sidebar animation and navigation - • Sidebar Animation & Na...
    ➨ Despicable Me Characters App - • Flutter UI | Despicabl...
    ➨ Flight Ticket App Playlist - • Flight List UI | BLOC ...
    ➨ Video Game Messaging App - • Video Game Message App...
    ➨ Bloc Tutorials - • State Management | Fou...
    ━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
    Support!!
    ━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
    Helps me in carving out more time for tutorials
    ❤️ From India and don't want to pay commission - There are many ways you can connect with me (Website, Twitter, Comments)
    ❤️ Buy me a Coffee www.buymeacoffee.com/AGd0Xngci
    or here is my
    ❤️ PayPal account paypal.me/techieblossom
    ━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
    Follow me! Show your support towards the channel:
    ━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
    🎯 Medium - / prateeksharma
    🎯 Twitter - / sharmaprateek7
    🎯 Website - www.techieblossom.com
    🎯 Github - github.com/TechieBlossom
    SUBSCRIBE FOR MORE VIDEOS LIKE THIS
    LIKE & SHARE
    THANKS FOR WATCHING!🙏🙏🙏

Комментарии • 185

  • @techieblossom
    @techieblossom  2 года назад

    Subsequent videos -
    ruclips.net/video/v2-F6n7_gZA/видео.html
    ruclips.net/video/N5reMK43GLs/видео.html

  • @collinscollins4020
    @collinscollins4020 4 года назад +16

    Great tutorial man, though I think when you say you do know how to modularize your code but just showing us how to do it, Modularizing would be nice especially to beginners like me. This way I began learning through good practices from the beginning. Thanks

  • @ugommirikwe
    @ugommirikwe 4 года назад +1

    At 6:28, instead of using SizedBox to create spacing between Widgets inside the Column parent, you can replace the Column widget with a Wrap widget and then set the Wrap widget’s “runSpacing” property to the int value indicating the spacing you want between the children. The Wrap widget also has “alignment” and “crossAxisAlignment” properties to indicate direction and placement of its children.
    In any case, this screencast is awesome. Well done.

  • @BabarAli-yb1eg
    @BabarAli-yb1eg 5 лет назад +1

    Man love your content and dedication.. please upload videos everyday

  • @114huseyn
    @114huseyn 4 года назад +3

    Your tutorial is awesome. It really helped a lot. Thank you.

  • @time-to-pause
    @time-to-pause 4 года назад +1

    Your videos are awesome. You really help me out a lot. Thanks so much.

  • @cindydasilva512
    @cindydasilva512 3 года назад +2

    It is impressive how much one learns both in this channel and in Made with Flutter, in both channels the content is excellent.

  • @linhtrantrong8957
    @linhtrantrong8957 4 года назад

    Nice video, this is clear and simple to understand!

  • @martinniederl2189
    @martinniederl2189 5 лет назад +42

    At 11:13 you should use the SafeArea widget instead. This ensures that it always remains visible for various screens (even with notches etc.).

    • @phidog9791
      @phidog9791 4 года назад

      Martin Niederl hi Martin, was genau meinst du mit der SafeArea? Vorteil/ Nachteil? Ich kenne das nicht.. LG

    • @dhlehrenlos
      @dhlehrenlos 4 года назад

      @@phidog9791 zb wenn ein Handy einen großen Notch hat dann wird damit sichergestellt das der gesamte View nach unten rutscht um in der "Sicheren-Zone" zu sein, damit nie Teile deiner UI sich an Orten befinden wo gar kein Bildschirm ist.

  • @fouad_alshamy
    @fouad_alshamy 5 лет назад

    Thanks for this content, I've subscribed to your channel

  • @pravinprince3221
    @pravinprince3221 6 месяцев назад +1

    Thank you so much for the wonderful video bro it helped me and my team thanks again

  • @antonymazvabo7929
    @antonymazvabo7929 5 лет назад +16

    This is awesome. Thanks for sharing.
    Hey, how long did it take you to master Flutter up to this level?

    • @4li.
      @4li. 3 года назад +2

      You need 5 months of full focus!

    • @RiwenX
      @RiwenX 3 года назад

      @@4li. 5 months? Coming from a React background, I would say two to three weeks. Flutter has an amazingly short learning curve.

    • @techieblossom
      @techieblossom  3 года назад +2

      Full focus on Flutter and everyday learning will require 3-4 weeks.
      Also Coming from react you will find it easier.

  •  3 года назад +1

    At 4:54 How did you get or autocomplete the import package menudashboard? It doesn't work in my Case.
    I mean, doesn't sho up this import on the main.dart, nevertheless, Its working and I can see the menu on the simulator.
    Thanks

  • @narenn8056
    @narenn8056 4 года назад

    The sidebar menu can be simply achieved by just using Drawer widget. It is just out of the box widget from flutter and simple to use. You can work on animating on that if you really need them.

  • @amitvijaranyia9701
    @amitvijaranyia9701 3 года назад +1

    Thanks a lot for this video. 👏👏

  • @VeriousSmithIII
    @VeriousSmithIII 4 года назад

    Great content!

  • @girishparate1980
    @girishparate1980 4 года назад

    very good nicely done !!

  • @MrGDjiyong
    @MrGDjiyong 3 года назад

    hello, can I ask you something, how to put bloc in navigation_model class if I want the sidebar change to another page after I clicked on it?

  • @gengxinhe2184
    @gengxinhe2184 4 года назад

    amazing!

  • @joshuaperalta1222
    @joshuaperalta1222 3 года назад

    Awesome!

  • @kaiassassin3571
    @kaiassassin3571 5 лет назад +2

    How to make slide menu without Appbar.? I just want to drag from left screen and slide menu appear. Please make tutorial for this case. Thank you !

  • @haotianli5830
    @haotianli5830 4 года назад +2

    I think that using the PageView to build the SlideBar is simple and cool, especially whose controller (PageController) gives us better controls.Thank you very much.I solved my problem after watching your video.😄👍

    • @RaymondAtivie
      @RaymondAtivie 4 года назад

      haotian li you can use gesture detector and detect a drag

  • @danielaltino1096
    @danielaltino1096 3 года назад

    Great video!
    How would you make the configuration tab be animated just like the menu?

  • @richang2288
    @richang2288 4 года назад +1

    You are a good man.

  • @mrpakravian
    @mrpakravian 5 лет назад +1

    Man you r great

  • @mohammadsayed5645
    @mohammadsayed5645 5 лет назад

    So awesome thanks alot

  • @BelajarPemrogramanPemula
    @BelajarPemrogramanPemula 4 года назад +2

    good knowledge, I'm also interested in creating content about flutter and other programming languages. thank you

  • @khatramanche3839
    @khatramanche3839 5 лет назад +2

    Thanks for the tutorial. How do you handle navigation and back button behavior for this kind of menu ?

    • @harisurya1234
      @harisurya1234 4 года назад

      I think you can use WillPopScope stuff in order to handle back navigation, should be something like this :
      return WillPopScope(
      onWillPop: () {
      context.bloc().add(GoToGetStartedPage());
      return;
      },
      child: Scaffold(
      hope it helps :)

  • @harisurya1234
    @harisurya1234 4 года назад +7

    first of all, thank you for the tutorial, Sir. I learned a lot from it,
    actually, i have one question, how could your Listview be scrollable inside singleChildScrollView ? I try with the same approach it didn't work, and then I wrapped the listview with ConstrainedBox, and it worked afterward :)
    is there something I missed? or something related with my dart version ?

    • @cuongphan394
      @cuongphan394 3 года назад

      like me. i cant scroll in list view

    • @techieblossom
      @techieblossom  3 года назад

      Shrinkwrap?

    • @fernandoreis4170
      @fernandoreis4170 3 года назад

      I have the same issue.

    •  3 года назад

      I'm a noob at, but i solved with scrollDirection: Axis.vertical,
      physics: ClampingScrollPhysics(),

  • @bessadokmossab2177
    @bessadokmossab2177 Год назад +1

    thank youuuu

  • @phidog9791
    @phidog9791 4 года назад

    nice ! one question, how to change from round corners at the start position to square ? If menu is closed looks different with round corners... So round corners should first come with the slide animation... Thx !!!

    • @ayadlaouissijones9528
      @ayadlaouissijones9528 4 года назад +1

      You can use the isCollapsed variable to change the border radius.
      Like this: borderRadius: BorderRadius.all(Radius.circular(isCollapsed ? 0 : 40)),

  • @ChathurangaRathnayake
    @ChathurangaRathnayake 4 года назад +1

    How can we apply gesture control for menu slide?

  • @ino9138
    @ino9138 4 года назад +4

    5:47 can you explain to me how you format it to be that way? what shortcut that you use?

    • @techieblossom
      @techieblossom  4 года назад +2

      Having comma moves code to next line, no comma makes code in same line. No special format . Cmd shift L, ctrl shift L .. normal dart format

  • @YashSharma-mp9so
    @YashSharma-mp9so 2 года назад

    Hey Bro,
    Is there any theme or extension for bracket connectors like yours in vscode?

  • @reno3502
    @reno3502 5 лет назад +2

    how do we create another page, for example messages page, and menu will be highlighted, thanks

  • @mausamrayamajhi5691
    @mausamrayamajhi5691 5 лет назад

    one help ..previously i used to get hint like for decoration = BoxDecoratoin ...now i do not get any hint
    Container(
    decoration: ,
    );
    any help ?

  • @Wackybackydonaldduck
    @Wackybackydonaldduck 3 года назад

    very nice tutorial.

  • @jkloopd1029
    @jkloopd1029 3 года назад

    cool!

  • @studyonlineschool2090
    @studyonlineschool2090 4 года назад +2

    it's easy to understand.

  • @gauravpatil1867
    @gauravpatil1867 4 года назад

    Hello sir,how can we get that phone screen in vs code as you get in right side of screen,is this an emulator or something else? How can you live edit that code output

  • @dfordemo981
    @dfordemo981 4 года назад

    which is the plugin you have used for the lines, indent lines that show the tree

    • @techieblossom
      @techieblossom  4 года назад

      It's from Flutter plugin . Got it automatically long back

  • @Abhishek_Pal
    @Abhishek_Pal 5 лет назад +2

    Hi,
    At 35:16, you can see that the actual page is still scrollable even when the menu is open. I do not want that and want if somebody touches right portion outside the menu the menu should close.
    What should I do?

    • @techieblossom
      @techieblossom  5 лет назад +2

      Right now, menu and Dashboard take full screen width in stack, u can wrap menu in a row and second child of row can be a expanded widget with child as inkwell widget. This way half of the screen can be made touchable. If it's not clear let me know

    • @Abhishek_Pal
      @Abhishek_Pal 5 лет назад +1

      Thanks @@techieblossom for a prompt response, so let me rephrase the question because I am not bothered about the left part of the screen which has menu but I am bothered about the right part of the screen which has "My Cards" page. If you start at 35:10, you said that even when you click on Menu button, the scrolling works. In my case, scrolling should not work. Once menu is open, only menu should be touchable/clickable/selectable. If user touches the "My Cards" page which has slid to the right to open the menu, it should close the menu and bring us back to the "My Cards" page. Right now, user touches any of the widget, say red card, from the "My Cards" page during Open Menu like in 35:12 (thinking that touching on right side will take the user to back to "My Cards" page), that widget content opens and when they hit back button they have the open menu once again, which is not a good User experience at all. I hope I made the question understandable this time.

    • @techieblossom
      @techieblossom  5 лет назад +2

      You can make a widget non clickable by passing null to ontap method. We already have state of screen whether it is collapsed or not collapsed, so using that we can do whatever we want to do in ontap, or even we can stop scrolling. It completely depends on the use case, some may like to interact with my cards when it is smaller or some may want to restrict interactions like ur case. The point is, it is possible..

    • @Abhishek_Pal
      @Abhishek_Pal 5 лет назад +3

      ​@@techieblossom​Ok, makes sense. Thanks for the help !

    • @hardiksrivastava5491
      @hardiksrivastava5491 2 года назад

      @@techieblossom How to make the buttons in the menu clickable??, I made the menu , added buttons to it, but the onPressed() function is not working as the buttons are not getting clicked outside the dashboard. We can however click any of the buttons in the dashboard.

  • @nanisamireddy
    @nanisamireddy 4 года назад

    super Brooooooooo

  • @vinit_poojary
    @vinit_poojary 4 года назад +1

    can i add it from right side

  • @aradhyajain9575
    @aradhyajain9575 3 года назад

    How would you create marquee text widget?

  • @Prolap115Computer
    @Prolap115Computer 4 года назад +1

    hi Mr Tech, I add Avata and bottom Button, but when i add too many menu show error "a renderflex overflowed by 30 pixels on the bottom."
    i try add SingleScroll, Expand,.. but not work, pls help me

  • @anonnym1000
    @anonnym1000 5 лет назад +1

    Name of text editor?

  • @hidayatnoradzmanhisham9726
    @hidayatnoradzmanhisham9726 3 года назад

    Hai there! what're the differences between AnimatedContainer & AnimatedPosition, I'm trying to find it on Google but can't find it. Thanks in advance.

    • @techieblossom
      @techieblossom  3 года назад

      Container will animate height width colors
      Position will animate x and y positions.

  • @ratnapriya6106
    @ratnapriya6106 4 года назад +1

    Have you added any dependencies for animation? Because I got some errors.

    • @techieblossom
      @techieblossom  4 года назад +2

      No dependencies. Check pubspec

    • @ratnapriya6106
      @ratnapriya6106 4 года назад +1

      @@techieblossom it's working fine.

    • @ratnapriya6106
      @ratnapriya6106 4 года назад +1

      For menu, added scroll view but it's not working, I tired.

  • @patricioeb
    @patricioeb 3 года назад

    Great! I'm starting on developing with VSC and Flutter but can't get my Android device connected properly (USB or net) for running my apps. Can you help or reffer me to a good tutorial on the subject. Thx & greets from Tenerife.

    • @techieblossom
      @techieblossom  3 года назад

      Mostly this happens with me too. But running Flutter doctor and upgrading Flutter version or updating android tools fixes this.
      Official documentation is the doc to follow.

  • @SandyGajmal
    @SandyGajmal 4 года назад

    Which soft is used sir

  • @rajeeshadiyodi7693
    @rajeeshadiyodi7693 4 года назад

    Good

  • @chinmaya50
    @chinmaya50 3 года назад

    I am able to scale the content of the page, but not able to scale the text inside the container inside the page. Could you please how to do it ?

  • @Cccccccccccl
    @Cccccccccccl 3 года назад

    What iPhone emulator do you use?

  • @jajasaria
    @jajasaria 5 лет назад +3

    flutter is new , but how and what is your secret in learning all the widgets / advance classes of the framework? Learning new language takes so much time for me. May i know what is your sercret?
    Btw thank you for sharing this tutorial.

    • @techieblossom
      @techieblossom  5 лет назад +1

      There is no secret, nothing is basic and advance is Flutter, giving time to Flutter will give anyone much knowledge about Flutter widgets..

    • @techieblossom
      @techieblossom  5 лет назад

      6 months

    • @techieblossom
      @techieblossom  5 лет назад +1

      Yes, I started with java. I love designs. Python is great. I want to Master that for some data related stuff.

  • @shaneboltz5648
    @shaneboltz5648 3 года назад

    13:16 my setState(() {
    isCollapsed = !isCollapsed;
    }),
    shows that it is 'undefined': setState and isCollapsed, despite defining them above like he does in the video. I also have the same issue with: duration, screenHeight, and screenWidth.
    Any help would be greatly appreciated. FYI, I did go back and re-watch that part twice, comparing my code to what's on screen, and it is the same. I'm stumped.

    • @techieblossom
      @techieblossom  3 года назад

      Please share your file with me.
      You can join discord and paste code there
      discord.gg/Q5GfbZsvPk

    • @shaneboltz5648
      @shaneboltz5648 3 года назад +1

      NVM, I solved my own problem. There were one too many } after the class _MenuDashboardpageState for some reason.

  • @mohsenghamgosar8915
    @mohsenghamgosar8915 3 года назад

    Hi thanks a lot for the video.
    i have a question about NavigationBloc class.
    i am getting error on constructor of it. maybe needs to call super.
    i am using flutter_bloc: ^6.0.5.
    be happy

    • @techieblossom
      @techieblossom  3 года назад +1

      Yeah. Recent changes require the initial state to be directly passed in super.

    • @mohsenghamgosar8915
      @mohsenghamgosar8915 3 года назад

      @@techieblossom would you please share that updated lines, i am new on flutter i could not correct it. thanks in advance :)

  • @imransefat8770
    @imransefat8770 4 года назад

    There's a bug when I scroll, scrolling from inside the listview is not working but if I scroll and keep my finger there it scrolls fine but when i pull out the finger and touch it again the scrolling from inside the innerlist is not working.

  • @davidhernandez1040
    @davidhernandez1040 4 года назад +1

    Hello!
    I am a little bit stuck with your code. I am trying to navigate through pages with this menu but I'm unable. How should I do it?
    Your videos are great. Keep on going :)

    • @techieblossom
      @techieblossom  4 года назад +1

      Many people have asked me this, I will try to get into the code and reply back. Need 1-2 days

    • @laiho143
      @laiho143 4 года назад

      @@techieblossom have you got time to create this for page navigation with this menu! instead of widgets with in one page?

    • @ezeaguprincewill7005
      @ezeaguprincewill7005 4 года назад

      @ Techie Blossom we still waiting on the navigation handling of this type of menu

    • @ngonidzashemaphosa6749
      @ngonidzashemaphosa6749 4 года назад

      @@ezeaguprincewill7005 if you have found solution please send link

    • @ezeaguprincewill7005
      @ezeaguprincewill7005 4 года назад

      @@ngonidzashemaphosa6749 ruclips.net/video/N5reMK43GLs/видео.html

  • @rurickmaqueopoisot5295
    @rurickmaqueopoisot5295 5 лет назад +9

    the tutorial its great, but i'll let yoou know that using methos intsead of classes for custom widgets afects the performance. and if any dev copy directly the code there would be a lot of bad performance apps out there

    • @techieblossom
      @techieblossom  5 лет назад +10

      I know that, already have told in my previous videos. My only aim to do this was to have everything in one file with one widget. I just wanted to explain the concept. If someone is following my videos, they will know how I generally modularize my code. Thanks anyway, next time I will make sure, these type of things are not left behind in anyway

    • @jajasaria
      @jajasaria 5 лет назад

      @@techieblossom looking forward for the modularize code and best practice using dark / flutter.

  • @ragunathanarjunan5643
    @ragunathanarjunan5643 4 года назад +1

    This is menu button click based not navigation Drawer(not swipable)

  • @mohammedkhaled8553
    @mohammedkhaled8553 4 года назад

    The ( animatedpositioned )didn’t work. Everything stopped there. Anyhelp would be appreciated.

  • @anfaladil340
    @anfaladil340 3 года назад +1

    In Windows gradlew.bat file is missing after running the app why???

    • @techieblossom
      @techieblossom  3 года назад +1

      Update the gradle wrapper with 6.0.1 version

  • @vicher007
    @vicher007 3 года назад +2

    Very impressive.
    But How can switch between sidebar menu items?

    • @techieblossom
      @techieblossom  3 года назад +1

      For that please watch
      ruclips.net/video/v2-F6n7_gZA/видео.html

  • @sairabashir9582
    @sairabashir9582 Год назад

    please share bottom navigation bar
    with animation

  • @user-vo7lq1jt5v
    @user-vo7lq1jt5v 4 года назад

    Looks like there mistake with right value in AnimatedPositioned. If left = (0.6*screenW), then its mean that visible part of dashboard is 40% of self, and unvisible part in right side is 60%... so 60% of dashboard = (0,6*screenW), so its mean that right value of AnimatedPositioned shoud be (-0,6*screenW) instead (-0,4*screenW)

    • @techieblossom
      @techieblossom  4 года назад

      Have you tried with that?

    • @user-vo7lq1jt5v
      @user-vo7lq1jt5v 4 года назад

      @@techieblossom yes, I tried and (-0.6 * scrW) work well while (-0.4*screenW) make dashboard part more thin than it shoud be. In your dashboard layout it's not possible to see mistake visually but in other cases it's will possible to see. And I also checked it by getting size of dashboard when menu is open. And also just by calculation.

  • @marcosradix1
    @marcosradix1 4 года назад +1

    Nice tutorial, please how to click on menu items and change the page and collapse menu again?

    • @techieblossom
      @techieblossom  4 года назад +1

      Please see latest videos for that, there are 2 subsequent videos after this. See description.

    • @marcosradix1
      @marcosradix1 4 года назад

      I got it using a state management called Get👍

  • @hh-ki9dr
    @hh-ki9dr 4 года назад +1

    13:08 에서 setState 사용할때 Error: The method 'setState' isn't defined for the class 에러가 나는데.. 이분이 처음 위에서 짤때 extends StatelessWidget 으로 해서 에러남.. extends StateFulWidget 로 바꾸고 코드는 이분 github 위치 참고해야함 ㅠ

  • @ezeaguprincewill7005
    @ezeaguprincewill7005 4 года назад

    @ Techie Blossom we still waiting on the navigation handling of this type of menu

  • @jaipuropalking5318
    @jaipuropalking5318 4 года назад +2

    13:10 I Write Correct Code But When I Type SetState I Am Getting Error

  • @farkhamlove
    @farkhamlove 4 года назад +1

    What you using IDE?

  • @CarlosSK
    @CarlosSK 2 года назад

    Hey guys, does that menu have a specific name ?

  • @andrealbernaz
    @andrealbernaz 5 лет назад

    the listview dont return scroll

  • @dyaa_unison5580
    @dyaa_unison5580 5 лет назад

    how am i able to call the menu on another page?

    • @anthonydiana2308
      @anthonydiana2308 4 года назад +1

      I'm trying to do that, I followed this tutorial ruclips.net/video/2SjvhAUR9aw/видео.html. And in main -> Stack -> you have to return the other view instead of the Container. So you can navigate to another view and have the following menu

  • @udhayakumart
    @udhayakumart 3 года назад

    ✌🏼

  • @dpatel2747
    @dpatel2747 4 года назад

    Also make backend tutorial

  • @danianiazi8229
    @danianiazi8229 4 года назад +1

    Flutter beginners tutorial please

  • @AjiboyeTemitopeTayor
    @AjiboyeTemitopeTayor 5 лет назад +2

    Hi, can you post the code repository. It will be a good thing to play around the code. By the way, I love you videos.

    • @techieblossom
      @techieblossom  5 лет назад

      Sure. After some hours about 8 hours or so.

    • @jimmyfmedina
      @jimmyfmedina 5 лет назад +3

      Excelent example, good effect of animation, thanks!

    • @techieblossom
      @techieblossom  5 лет назад +3

      Please check the description now.

    • @jimmyfmedina
      @jimmyfmedina 5 лет назад

      @@techieblossom thanks!

  • @poojithchowdary1206
    @poojithchowdary1206 4 года назад

    SetState() not able to get it why bro ?

  • @manasrane4776
    @manasrane4776 4 года назад

    Hey, I liked the app you made. Can I get this app for my use. Or tell me the name so that I can download the app from playstore

    • @techieblossom
      @techieblossom  4 года назад +1

      Not made an app.
      Its not there is play store
      I believe, you are talking about sidebar video

    • @manasrane4776
      @manasrane4776 4 года назад

      @@techieblossom yes about sidebar video. The app that manages cards. I loved the UI of that app. So beautifully designed.

    • @PrateekSharma1712
      @PrateekSharma1712 4 года назад

      I have not made the app complete, just a concept mocked in Flutter

    • @ramonpaolomaran2253
      @ramonpaolomaran2253 3 года назад

      @@manasrane4776 make your app.

  • @alexrendon7091
    @alexrendon7091 4 года назад

    Como me puedo comunicar contigo?

    • @techieblossom
      @techieblossom  4 года назад

      Via email and in English language

    • @alexrendon7091
      @alexrendon7091 4 года назад

      @@techieblossom Hi bro, what's your gamil to communicate with you? Greetings blessings

    • @techieblossom
      @techieblossom  4 года назад

      You can go to the website and contact me via contact form

    • @techieblossom
      @techieblossom  4 года назад

      You can go to the website and contact me via contact form

  • @monotone5402
    @monotone5402 3 года назад

    17:09

  • @tubaaamir7759
    @tubaaamir7759 3 года назад

    why you've written code for Sidebar icons in just Textual form and no proper code for their design , like the way you've showed in the start of the video??

    • @techieblossom
      @techieblossom  3 года назад

      Can you refer the 2 files in question here?
      I didn't get you

  • @sagarphalke4674
    @sagarphalke4674 4 года назад +1

    Make for android java ,for the same design

  • @androidleeno7172
    @androidleeno7172 3 года назад +1

    Expectation: 0:15
    Reality: 36:08

  • @VIKASSHARMA-ey4ob
    @VIKASSHARMA-ey4ob Год назад

    animation effect doesnot work

  • @Shiva-sx4pr
    @Shiva-sx4pr 4 года назад

    Is adobe xd dead?

  • @meow-lily
    @meow-lily 4 года назад

    You're instagram please?

  • @flocco2542
    @flocco2542 4 года назад

    19 dollars for a fucking coffee?