#shorts If you're doing any complex Flutter painting or creating your own RenderObjects, the Flutter Skia screenshot tool can be a great help.
active · last success 2026-06-18 20:18
#shorts If you're doing any complex Flutter painting or creating your own RenderObjects, the Flutter Skia screenshot tool can be a great help.
Never visit Pub again #shorts 🐦 Twitter: https://twitter.com/gordonphayes
🔗 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
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:...
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...
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/#/...
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:...
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...
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...
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...
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...
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...
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:...
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...
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...