Flutter Crash Course #18 - Making Re-usable Widgets

Поделиться
HTML-код
  • Опубликовано: 2 апр 2024
  • In this Flutter Crash Course tutorial series, you'll learn how to make Flutter applications from scratch.
    🥷🏼🔥 Get the Flutter Masterclass Course:
    netninja.dev/p/flutter-master...
    💎 Use promo FLUTTERNINJA50 for 50% off!
    🥷🏼🔥 Sign up to Net Ninja Pro:
    netninja.dev/p/net-ninja-pro
    📂🥷🏼 Access the course files on GitHub:
    github.com/iamshaunjp/flutter...
    🔗🥷🏼 Flutter Getting Started Guides - docs.flutter.dev/get-started/...
    🔗🥷🏼 Install Node.js - nodejs.org/en
    🔗🥷🏼 VS Code - code.visualstudio.com/
    🔗🥷🏼 DartPad (Dart sandbox) - dartpad.dev/
    🔗🥷🏼 Homebrew (for mac) - brew.sh/
    🔗🥷🏼 Zapp (Flutter sandbox) zapp.run/new

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

  • @Salah-YT
    @Salah-YT Месяц назад +1

    Thank you so much! 🙏 I completed both Dart and Flutter crash courses. I did it because I was really frustrated that React Native Expo Go wasn't working on my mobile. 😤 I'll fix it in the future, but for now, I like Flutter as well. Anyway, thank you so much for your hard work. 👍.

  • @hridyaharish6294
    @hridyaharish6294 2 месяца назад +3

    Loved this series on Flutter! Thanks Shaun!

  • @suyafiku5731
    @suyafiku5731 2 дня назад

    This crash course really help me understanding the basics of flutter, i was feeling overwhelmed before until i found this course. Thank you so much 🙏

    • @NetNinja
      @NetNinja  День назад

      That's really awesome to hear :) take little steps and also, try to make it fun and engaging for yourself. Thanks for watching!

  • @kayembejosephine1730
    @kayembejosephine1730 Месяц назад +1

    I just finished both (Dart and Flutter crash courses) and I really enjoy it 💯. It helped me a lot to improve my flutter level and development skills with flutter. A big thank

    • @NetNinja
      @NetNinja  Месяц назад +1

      Awesome! don't forget, there's even more chapters of the Flutter course over in the Masterclass version: netninja.dev/p/flutter-masterclass

    • @godwinsampson6081
      @godwinsampson6081 4 дня назад

      👍👍

  • @PaschalAOgba
    @PaschalAOgba 2 месяца назад +1

    I'm very happy that you're doing a tutorial on flutter.

  • @uxbystefan
    @uxbystefan 2 месяца назад

    I've just decided to start doing Web/Mobile Development again beside my UX Design and I find your videos very easy to understand and follow. I did HTML/CSS/JavaScript with React before and this time I decided to learn Dart/Flutter and your tutorials are the best for me in terms of explanation and knowledge. Thanks Net Ninja.

  • @africainfotec6061
    @africainfotec6061 2 месяца назад

    I don't have a word to thank you !!!!
    Never seen such kind of RUclips channel

    • @NetNinja
      @NetNinja  2 месяца назад

      Thanks for watching! :) glad you found it helpful

  • @dinithmaleesha
    @dinithmaleesha Месяц назад

    Thanks for the invaluable knowledge! ❣

    • @NetNinja
      @NetNinja  Месяц назад

      You are so welcome! :) thanks for watching

  • @bryte.humble
    @bryte.humble 2 месяца назад

    finally made it through... Thank you very much

    • @NetNinja
      @NetNinja  2 месяца назад

      You're welcome! :) hope it was helpful

  • @AvinashRathod
    @AvinashRathod Месяц назад

    Thank you

    • @NetNinja
      @NetNinja  Месяц назад

      Thanks for watching!

  • @chinecheremedeh
    @chinecheremedeh 2 месяца назад

    I might not need this tutorial right now but im trying my best to like your videos because of all the help from you❤
    ❤love from Nigeria

    • @NetNinja
      @NetNinja  2 месяца назад

      Thank you so much 😀

    • @chinecheremedeh
      @chinecheremedeh 2 месяца назад

      @@NetNinja I should be thanking you

  • @ramszsy
    @ramszsy Месяц назад

    Why did adding Colors.brown[900] in const Text('How I like my coffee...') produce an error and why did removing const on the Text widget resolve the issue?

  • @leleemagnu6831
    @leleemagnu6831 2 месяца назад

    Shaun apologies but i could not find a quicker way to contact you.
    Are you aware that his lesson is missing (thus unavailable) from the course list?
    i hope this helps
    Great job btw
    Regards
    e

    • @NetNinja
      @NetNinja  2 месяца назад

      Thanks for spotting this, we'll get right on it.

  • @juniorngomajose9454
    @juniorngomajose9454 2 месяца назад

    TOP

  • @nishantkr5759
    @nishantkr5759 Месяц назад

    Oh so Reusable Widgets means External CSS of HTML...

  • @yousour5112
    @yousour5112 Месяц назад +1

    loved this Course, clear and enjoyable , thank you so much.

    • @NetNinja
      @NetNinja  Месяц назад

      That means a lot :) thanks for watching.

    • @yousour5112
      @yousour5112 Месяц назад

      @@NetNinja 🙂🙂🙂

  • @JimKernix
    @JimKernix 2 месяца назад

    I fot an error for Colors.brown[900] and had to select Color.fromRGBO(62, 39, 35, 1). The error was "Invalid constant value". That error went away when I selected Color.fromRGBO

    • @pv_8
      @pv_8 2 месяца назад

      You should remove Const from the front of it.

    • @JimKernix
      @JimKernix 2 месяца назад

      @@pv_8 I don't think I had "const" but fromRGB seemed to work