How to launch your startup with Flutter?

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • 📄Launch your own startup with flutter
    Today we will talk about app creation, how to create your mobile app, and to do this we welcome Dhikshith Reddy, founder of Folksable, which is a social network aimed at helping you with your daily tasks without spending too much time on it. In this video, we talk about the idea of the app, Flutter, the tools he used, and how he went about it. I hope you will learn from this video, and I wish you a pleasant viewing.
    📁Source Code
    🔗 github.com/Fabrice-Fabio/movi...
    🌐 Telegram Community
    🔗 t.me/flutterguysgp
    ⚡ SUBSCRIBE HERE⚡
    🔗 cutt.ly/2XkZz0X
    🌐 Social Media
    🔗 Folksable Website:
    folksable.com/
    🔗 Linkedin:
    / fabrice-sumsa-9b1133151
    / dhikshith12
    ⏳ TIMESTAMPS :
    00:00 - Introduction
    01:34 - Presentation
    12:45 - Idea Behind the Project
    16:45 - Design of the App
    23:15 - Architecture of the Project
    30:05 - State Management: Redux
    34:15 - Design of V1
    42:20 - Demo of the App
    52:42 - Next Steps
    #flutter #startup #mobileapp
  • Věda a technologie

Komentáře • 14

  • @095udaykiran6
    @095udaykiran6 Před 8 měsíci +2

    The idea is great i want to use it

    • @flutterguys
      @flutterguys  Před 7 měsíci

      You can try it there : play.google.com/store/apps/details?id=com.folksable.app

  • @adriangroh5852
    @adriangroh5852 Před 8 měsíci +5

    Hi the vid idea is very interesting, but the video for me is a bit to flat. To make the topic more engaging for more people i think visuals for the specific topics could help and cut some parts that are not that saying that much. I dont want to blame just telling my feeling about it.

    • @flutterguys
      @flutterguys  Před 8 měsíci

      Hello Adrian, we greatly appreciate feedback like this and plan to take it into account for next time.
      Thank you again for taking the time to look and leave us this comment. 🙏

    • @adriangroh5852
      @adriangroh5852 Před 8 měsíci

      @@flutterguys No problem i was a editor for some time so i like to give a small feedback and half a year a go i started learning flutter to create new Apps. For that some of your vids helped me a lot :D

    • @flutterguys
      @flutterguys  Před 8 měsíci +1

      Glad to hear it and keep working ;)

  • @theroyalxgaming8595
    @theroyalxgaming8595 Před 8 měsíci +2

    Which package is used for that calender view at 45:01 ?

    • @dhikshithrm
      @dhikshithrm Před 8 měsíci +1

      I used table calendar with only weekly view, and below it is a custom 2d pageview

    • @theroyalxgaming8595
      @theroyalxgaming8595 Před 8 měsíci

      @@dhikshithrm Thanks for the reply. The app design looks great, best of luck for your startup journey 👍

  • @thanhtung3996
    @thanhtung3996 Před 7 měsíci +1

    The app is very beautiful. Could you share the link to download it, please?

    • @flutterguys
      @flutterguys  Před 7 měsíci +1

      Yes sure : play.google.com/store/apps/details?id=com.folksable.app

  • @vivekprasad2703
    @vivekprasad2703 Před 7 měsíci +2

    which package he is using at 50:32 for swiping the number vertically. btw great app.

    • @dhikshithrm
      @dhikshithrm Před 7 měsíci

      it's using numberpicker on pub.dev, you can also try the default ListWheelScrollView

    • @vivekprasad2703
      @vivekprasad2703 Před 7 měsíci

      @@dhikshithrm ok thanks.