Figma design to Mobile App using Flutter and Flutlab

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

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

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

    The simplicity of your delivery.
    You earned a sub!

  • @aasz11
    @aasz11 2 года назад +12

    Thank you very much for such a useful video :) I've been interested in Flutter for some time now, and I watched many tutorials on YT but this is the first one which mentions FlutLab. I honestly hope you'll make more videos in the future :)

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

    This channel is so underrated. Thank you so much for the detailed explainations for all of the flutter videos my guy.

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

      Glad you like them!

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

      @Elmer Mathew, you can help the channel and press the 'Like' button under this video :)

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

    Excellent! Straight to the point! Thanks a lot!

  • @nurusterling8024
    @nurusterling8024 2 года назад +2

    Your channel will blow up soon, Insha Allah

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

    Thanks a lot for the tutorial. One question about the VS Code. If we run it on windows Os machine, can we use the iPhone simulator in it? Or do we need to purchase Mac machine? Thanks

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

      You can I think, it has built-in screen emulations support for different devices and how it will look like if the extension has it

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

    sir.. i watched your vedio but i cant seem to find the figma icon on flutlab... can you demonstrate the reason?

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

    Thank you very much for your explanation..... But I am curious, can I turn this design from figma into APK file?... I mean is there away to make it really work in android for example?

  • @supernova.09
    @supernova.09 4 месяца назад

    Flutlab no longer supports Figma to Flutter. Is there a similar alternative?

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

    Sir you are doing really great job much Appreciated .. Keep it up

  • @muhammadafzal237
    @muhammadafzal237 2 года назад +2

    It converts only a few screens of design. What if a project has 40 screens. It says your project is too big can't convert to flutter.

  • @tech_tedd
    @tech_tedd 2 года назад +1

    Good content! One feedback is it’ll look much better if you can quickly jump into the UI and show the outcome.

  • @mohmedahmed-rp2ku
    @mohmedahmed-rp2ku 2 года назад

    Is this methd differ with normal coding in quality of code or any thing?

  • @cacerra1234
    @cacerra1234 2 года назад +2

    Thanks. That was helpful

  • @uday9774
    @uday9774 11 месяцев назад +1

    i can't find the figma logo when I logged in recently, can u tell me where I can do that after this update?

  • @kumarraja1580
    @kumarraja1580 2 года назад +2

    I SUBSCRIBED..WHO IS THE NEXT..?

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

    Nice.. I love your simplicity

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

    You did a great job. God Bless you

  • @ramimaro4940
    @ramimaro4940 2 года назад +1

    I have question please

  • @vickyb5683
    @vickyb5683 2 года назад +1

    Am a designer new to the figma to flutter process. I understand flutter can transform code to both iOS and Android. But whilst designing, how do I approach designing native components if the app is going to be both iOS and Android?

    • @techbuildercto
      @techbuildercto  2 года назад +1

      I recommend to keep OS specific screen design to an absolute minimum to get the most out of flutter. Most widgets and packages make it easy to design once for multiple platforms. If you do have design specific to the OS, this will need manual work all along the development process, from design via development to testing.

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

    Thanks buddy! Amazing tutorial. 🙂

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

    Considering the backend mostly the database how does it handle it please explain

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

      Hi Andeoye, Flutlab does not include the generation of the backend, it covers only the Flutter part of the app. You might want to check out FlutterFlow instead. I made a video about that tool, too: ruclips.net/video/GQmgZ-8r92M/видео.html . Enjoy!

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

    Thanks good work

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

    Thank you so much, i learn a lot

  • @procodind.indian5372
    @procodind.indian5372 2 года назад

    Good videos me Sumit

  • @ChinhNguyen-ye7nv
    @ChinhNguyen-ye7nv Год назад

    thanks

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

    converted my figma to flutter, had an error. "Could not navigate to initial route. The requested route name was "/xxxxxxxx" .There was no corresponding route in the app and therefore the initial route specified will be ignored.
    any help on this?

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

      Hi, I would have to look into the code to see what's wrong, but it seems to relate to the routes (repository of screens) of your application that are not correct. Have a look at this video ruclips.net/video/Ty3j0bd2VDo/видео.html where I explain how the routes work in flutter. initialRoute is the first page the app will show after start and it needs to be an existing route.

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

      @@techbuildercto I found that when using flutlab, it only generates the components I've made but not the screens themselves as the widget for the initalRoute is not present in the zip file. Unlike in your video where the widgets for the screens are present

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

    Can you pls give the link to those files you used in VS code

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

    Nice Thx

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

    I use Android Studio to run Flutter and it has this error "import 'package:flutterapp/helloapp/generatedandroidlarge1widget/GeneratedAndroidLarge1Widget.dart';"