• maiweb v0.1.0
  • ★
  • Feedback

Fun with Flutter

active · last success 2026-06-18 20:18

Visit site ↗ · Feed ↗

  • Fun with Flutter youtube.com channel flutter video youtube 2023-02-09 21:35
    ↗

    #shorts If you're doing any complex Flutter painting or creating your own RenderObjects, the Flutter Skia screenshot tool can be a great help.

    ▶ Watch on YouTube Opens in a new tab
    #shorts If you're doing any complex Flutter painting or creating your own RenderObjects, the Flutter Skia screenshot tool can be a great help.
  • Fun with Flutter youtube.com channel flutter video youtube 2022-06-12 17:44
    ↗

    Never visit Pub again #shorts 🐦 Twitter: https://twitter.com/gordonphayes

    ▶ Watch on YouTube Opens in a new tab
    Never visit Pub again #shorts 🐦 Twitter: https://twitter.com/gordonphayes
  • Fun with Flutter youtube.com channel flutter video youtube 2022-04-24 15:58
    ↗

    🔗 Where you can find me: Twitter: https://twitter.com/gordonphayes Github: https://github.com/HayesGordon Fun with Flutter Github: https://github.com/funwithflutter Medium: https://medium.com/@gordon.hayes Courses: http://courses.funwith.app #Shorts

    ▶ Watch on YouTube Opens in a new tab
    🔗 Where you can find me: Twitter: https://twitter.com/gordonphayes Github: https://github.com/HayesGordon Fun with Flutter Github: https://github.com/funwithflutter Medium: https://medium.com/@gordon.hayes Courses: http://courses.funwith.app #Shorts
  • Fun with Flutter youtube.com channel flutter video youtube 2022-04-23 11:36
    ↗

    In-depth explanation: https://youtu.be/uisLoOmtISk 🔗 Where you can find me: Twitter: https://twitter.com/gordonphayes Courses: http://courses.funwith.app Github: https://github.com/HayesGordon Fun with Flutter Github: https://github.com/funwithflutter Medium:...

    ▶ Watch on YouTube Opens in a new tab
    In-depth explanation: https://youtu.be/uisLoOmtISk 🔗 Where you can find me: Twitter: https://twitter.com/gordonphayes Courses: http://courses.funwith.app Github: https://github.com/HayesGordon Fun with Flutter Github: https://github.com/funwithflutter Medium: https://medium.com/@gordon.hayes #Shorts #Flutter
  • Fun with Flutter youtube.com channel flutter video youtube 2022-04-20 15:18
    ↗

    Appwrite is an open-source backend - an alternative to Firebase. Create a collaborative rich-text editing experience using Flutter Web and Appwrite, similar to Google Docs! This video will look at adding authentication, database, and listening to real-time events using...

    ▶ Watch on YouTube Opens in a new tab
    Appwrite is an open-source backend - an alternative to Firebase. Create a collaborative rich-text editing experience using Flutter Web and Appwrite, similar to Google Docs! This video will look at adding authentication, database, and listening to real-time events using Appwrite. As well as neatly structuring our Flutter code using repositories and services, Riverpod for state management, Routemaster to manage our web routes, and Flutter Quill for rich text editing. 🖇 LINKS 1️⃣ Appwrite https://bit.ly/3OrDE7T 2️⃣ Appwrite Documentation https://bit.ly/3K0yD30 3️⃣ Appwrite Github https://bit.ly/3Exma5s 4️⃣ Appwrite Discord https://bit.ly/37yHaNh 5️⃣ Google Docs Clone: Source Code 👨‍💻 https://github.com/funwithflutter/google-docs-clone-flutter 6️⃣ Robert’s Video on Appwrite https://www.youtube.com/watch?v=2d6evFfOX5Q 🐦 Twitter Gordon's Twitter: https://twitter.com/gordonphayes/ Appwrite’s Twitter: https://twitter.com/appwrite/ ⏱ Timestamps: 0:00 00: Intro 3:59 01: Base Setup 5:08 02: Riverpod Setup 6:38 03: Routemaster Setup 11:37 04: Appwrite Setup 17:19 05: Authentication Repository 24:33 06: Authentication State Service 34:59 07: Login and Registration Pages 45:02 08: Add Logged-in Routes 51:58 09: Add Document UI and State 1:07:47 10: Create Documents 1:18:15 11: Update and Save Documents 1:35:22 12: Real-time Changes 1:48:45 13: Open and List All Documents 1:56:51 14: Extra Features and What’s Next
  • Fun with Flutter youtube.com channel flutter video youtube 2022-03-14 20:55
    ↗

    Demo video showcasing my submission to the Flutter Puzzle Hack completion. This game uses Box2D physics to add a twist to the slide puzzle. Works best on Chrome. You might need a beefy machine to avoid lag. https://puzzle.funwithflutter.dev/#/...

    ▶ Watch on YouTube Opens in a new tab
    Demo video showcasing my submission to the Flutter Puzzle Hack completion. This game uses Box2D physics to add a twist to the slide puzzle. Works best on Chrome. You might need a beefy machine to avoid lag. https://puzzle.funwithflutter.dev/#/ https://github.com/funwithflutter/flutter_slide_puzzle https://devpost.com/software/box2d-slider-puzzle
  • Fun with Flutter youtube.com channel flutter video youtube 2021-09-06 15:09
    ↗

    Keep your build method pure and free of side effects. In this Flutter performance tip, we explore some considerations with the Flutter build method - what to do and what not to do. ✍🏻 Article: https://www.funwithflutter.dev/flutter-keep-your-build-method-pure/ 🐥 Twitter:...

    ▶ Watch on YouTube Opens in a new tab
    Keep your build method pure and free of side effects. In this Flutter performance tip, we explore some considerations with the Flutter build method - what to do and what not to do. ✍🏻 Article: https://www.funwithflutter.dev/flutter-keep-your-build-method-pure/ 🐥 Twitter: https://twitter.com/gordonphayes 📚 Courses: https://bit.ly/funwithcourse ☕️ https://www.buymeacoffee.com/gordonhayes Playlist: https://youtube.com/playlist?list=PLjr4ufdmNA4K5a_zZfNXBjMcCswinLlH2
  • Fun with Flutter youtube.com channel flutter video youtube 2021-07-06 09:59
    ↗

    In this video we go through everything that is new in version 1.0.0 of Riverpod. We look at breaking changes, deprecations, and new features. Chapters: 0:00 Intro 2:30 Breaking changes v0.14.0 5:08 Scoped Provider replaced with Provider 6:47 ConsumerWidget build method...

    ▶ Watch on YouTube Opens in a new tab
    In this video we go through everything that is new in version 1.0.0 of Riverpod. We look at breaking changes, deprecations, and new features. Chapters: 0:00 Intro 2:30 Breaking changes v0.14.0 5:08 Scoped Provider replaced with Provider 6:47 ConsumerWidget build method prototype change 8:56 Other breaking changes v1.0.0 10:56 ProviderListener deprecated with ref.listen 13:23 Other deprecations v1.0.0 13:53 ConsumerStatefulWidget and ConsumerState 16:27 Filtering rebuilds with select on providers 17:28 ref.listen inside other providers 30:26 Other new features and changes --- SUPPORT Buy Remi a coffee and support Riverpod: https://www.buymeacoffee.com/remirousselet Buy me a coffee cuz I like coffee: https://www.buymeacoffee.com/gordonhayes -- RIVERPOD TUTORIALS AND CODE https://github.com/funwithflutter/riverpod_tutorials --- SOCIALS Twitter: https://twitter.com/gordonphayes --- COURSES http://courses.funwith.app
  • Fun with Flutter youtube.com channel flutter video youtube 2021-06-14 12:17
    ↗

    Overview of how to setup and use Flutter Version Management (FVM), and why you should be using it. Easily manage multiple versions of Flutter on your local machine at the same time. Switch between Flutter versions and channels. This will assist with bigger project that have...

    ▶ Watch on YouTube Opens in a new tab
    Overview of how to setup and use Flutter Version Management (FVM), and why you should be using it. Easily manage multiple versions of Flutter on your local machine at the same time. Switch between Flutter versions and channels. This will assist with bigger project that have multiple environment and team members, or for Continuous Deliver / Continues Integration. - - - Courses: http://courses.funwith.app - - - Socials: https://twitter.com/gordonphayes
  • Fun with Flutter youtube.com channel flutter video youtube 2021-02-25 15:38
    ↗

    Easily create a popup effect for cards or buttons. Invest in yourself! Use my link and check out the first chapter of any course for FREE! https://bit.ly/3qLlX7g -- Program I use for mockups: https://bit.ly/rotatopro This is an affiliate link, if you purchase from this link...

    ▶ Watch on YouTube Opens in a new tab
    Easily create a popup effect for cards or buttons. Invest in yourself! Use my link and check out the first chapter of any course for FREE! https://bit.ly/3qLlX7g -- Program I use for mockups: https://bit.ly/rotatopro This is an affiliate link, if you purchase from this link then I'll earn a small commission. Which is a great way to support the channel :) -- Check out my Flutter Animation and Performance course. Discounted link: https://bit.ly/funwithcourse Or use the promo code: FUN for a discount at checkout: https://courses.funwith.app -- Github code: https://github.com/funwithflutter/flutter_ui_tips -- Join me on the socials. Twitter: https://twitter.com/gordonphayes This video was sponsored by DataCamp.
  • Fun with Flutter youtube.com channel flutter video youtube 2021-01-29 16:27
    ↗

    How you can use Freezed to enhance Riverpod (and your Flutter coding in general). This is a practical example of how to use Freezed, as well as a primer for those of you that are new to it. -- Riverpod Tutorials and code: https://github.com/funwithflutter/riverpod_tutorials...

    ▶ Watch on YouTube Opens in a new tab
    How you can use Freezed to enhance Riverpod (and your Flutter coding in general). This is a practical example of how to use Freezed, as well as a primer for those of you that are new to it. -- Riverpod Tutorials and code: https://github.com/funwithflutter/riverpod_tutorials -- Check out my Flutter Animation and Performance course. Discounted link: https://bit.ly/funwithcourse Or use the promo code: FUN for a discount at checkout ($15): https://courses.funwith.app -- Join me on the socials. Twitter: https://twitter.com/gordonphayes -- Thumbnail photo: Photo by t j on Unsplash (https://unsplash.com/@tianjin?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)
  • Fun with Flutter youtube.com channel flutter video youtube 2020-12-11 16:19
    ↗

    A must watch for Riverpod users. Pro tips on using AsyncValue with StateNotifier to improve your code's readability and safety. The video starts with a primer on FutureProvider and AsyncValue, and then goes into detail on how to use AsyncValue with a StateNotifier and proper...

    ▶ Watch on YouTube Opens in a new tab
    A must watch for Riverpod users. Pro tips on using AsyncValue with StateNotifier to improve your code's readability and safety. The video starts with a primer on FutureProvider and AsyncValue, and then goes into detail on how to use AsyncValue with a StateNotifier and proper error handling. -- Riverpod Tutorials and code: https://github.com/funwithflutter/riverpod_tutorials -- Check out my Flutter Animation and Performance course. Discounted link: https://bit.ly/funwithcourse Or use the promo code: FUN for a discount at checkout: https://courses.funwith.app -- Join me on the socials. Twitter: https://twitter.com/gordonphayes --- Chapters: 0:00 Intro 0:40 AsyncValue and FutureProvider Primer 7:37 Code Overview 9:55 Overrides for Mock Classes 11:04 State Notifier with AsyncValue 16:17 Handling Exceptions 22:00 Next up
  • Fun with Flutter youtube.com channel flutter video youtube 2020-11-30 01:10
    ↗

    Getting to grips with everything Riverpod has to offer is not easy. This series is here to help. In this video we explore all the different ways to read (access) a provider, plus when to use which. -- Riverpod Tutorials and code:...

    ▶ Watch on YouTube Opens in a new tab
    Getting to grips with everything Riverpod has to offer is not easy. This series is here to help. In this video we explore all the different ways to read (access) a provider, plus when to use which. -- Riverpod Tutorials and code: https://github.com/funwithflutter/riverpod_tutorials -- Check out my Flutter Animation and Performance course. Discounted link: https://bit.ly/funwithcourse Or use the promo code: FUN for a discount at checkout: https://courses.funwith.app -- Join me on the socials. Twitter: https://twitter.com/gordonphayes
  • Fun with Flutter youtube.com channel flutter video youtube 2020-10-03 14:20
    ↗

    Getting to grips with everything Riverpod has to offer is not easy. This series is here to help. In this video we explore StateNotifier, ValueNotifier and StateProvider. Three different ways to manage state in your Flutter application using Riverpod. There are of course more...

    ▶ Watch on YouTube Opens in a new tab
    Getting to grips with everything Riverpod has to offer is not easy. This series is here to help. In this video we explore StateNotifier, ValueNotifier and StateProvider. Three different ways to manage state in your Flutter application using Riverpod. There are of course more ways, but these are three easy and common ones. -- Riverpod Tutorials and code: https://github.com/funwithflutter/riverpod_tutorials -- Check out my Flutter Animation and Performance course. Discounted link: https://bit.ly/funwithcourse Or use the promo code: FUN for a discount at checkout: https://courses.funwith.app -- Join me on the socials. Twitter: https://twitter.com/gordonphayes
  • Fun with Flutter youtube.com channel flutter video youtube 2020-09-21 15:48
    ↗

    Create a varying grid view in your Flutter application, similar to Instagram and Pinterest. -- Program I use for mockups. https://bit.ly/rotatopro This is an affiliate link, if you purchase from this link then I'll earn a small commission. Which is a great way to support the...

    ▶ Watch on YouTube Opens in a new tab
    Create a varying grid view in your Flutter application, similar to Instagram and Pinterest. -- Program I use for mockups. https://bit.ly/rotatopro This is an affiliate link, if you purchase from this link then I'll earn a small commission. Which is a great way to support the channel :) -- Check out my Flutter Animation and Performance course. Discounted link: https://bit.ly/funwithcourse Or use the promo code: FUN for a discount at checkout: https://courses.funwith.app -- Github code: https://github.com/funwithflutter/flutter_ui_tips -- Join me on the socials. Twitter: https://twitter.com/gordonphayes
  • End of feed
Maibook — your private personalized AI community
  • rcanand.com
  • mlaillc.com
  • @rcanand (X)
  • LinkedIn
  • Feedback
  • Credits