#packages
Need a Flutter static web site builder? Currently there are only two options and in my opinion Jaspr is the one that deserves our focus.
https://docs.page/schultek/jaspr
Need a Flutter static web site builder? Currently there are only two options and in my opinion Jaspr is the one that deserves our focus.
https://docs.page/schultek/jaspr
docs.page
Jaspr Docs
Documentation for the Jaspr Web Framework.
#tip
"How to run a test on multiple screen size."
Source: https://x.com/mcflyDev/status/1797659519670972683
"How to run a test on multiple screen size."
Source: https://x.com/mcflyDev/status/1797659519670972683
#learning
https://gbaccetta.medium.com/a-complete-guide-to-a-scalable-app-in-flutter-part-5-theming-and-appsettings-04eb9aad974c
https://gbaccetta.medium.com/a-complete-guide-to-a-scalable-app-in-flutter-part-5-theming-and-appsettings-04eb9aad974c
Medium
A Complete Guide to a Scalable App in Flutter — Part 5— Theming and AppSettings — Dynamic settings and theming with Material 3…
Dynamic settings and theming with Material 3 using the Provider library and a local storage solution.
#learning
https://medium.com/@rishad2002/globalkey-in-flutter-how-to-use-it-for-state-management-navigation-and-more-41cf81302e99
https://medium.com/@rishad2002/globalkey-in-flutter-how-to-use-it-for-state-management-navigation-and-more-41cf81302e99
Medium
GlobalKey in Flutter: How to Use It for State Management, Navigation, and More
Flutter, Google’s UI toolkit for building natively compiled applications, offers a range of tools to manage widget state and identity…
#opensource
The new chess app for Lichess was made with Flutter, read all about it here.
https://lichess.org/@/Lichess/blog/the-new-mobile-app/KXlgb3X2
The new chess app for Lichess was made with Flutter, read all about it here.
https://lichess.org/@/Lichess/blog/the-new-mobile-app/KXlgb3X2
lichess.org
The new mobile app!
It's here, at least partially...
#productivity #cicd
https://medium.com/steeple-product/ci-cd-for-a-flutter-app-with-github-actions-build-analyze-and-test-c17dcfd83bf8
https://medium.com/steeple-product/ci-cd-for-a-flutter-app-with-github-actions-build-analyze-and-test-c17dcfd83bf8
Medium
CI/CD for a Flutter app with Github Actions: build, analyze and test
In this article we will focus on implementing a CI for building, analyzing and testing our Flutter app!
#productivity
Script: https://gist.github.com/dumazy/423e6f9b61e91086124736f2741b0e92
Source: https://x.com/FresidentDumazy/status/179829424762567894
# This script applies Dart fixes to a project and commits the changes for each fix separate
ly.
# It uses the `dart fix --dry-run` command to find the fixes that can be appli
ed.
# For each fix, it applies the fix and commits the changes with a message indicating the fix cod
e.Script: https://gist.github.com/dumazy/423e6f9b61e91086124736f2741b0e92
Source: https://x.com/FresidentDumazy/status/179829424762567894
Gist
Apply all 'dart fix' separately
Apply all 'dart fix' separately. GitHub Gist: instantly share code, notes, and snippets.
#learning #navigation
https://dinkomarinac.dev/guarding-routes-in-flutter-with-gorouter-and-riverpod
https://dinkomarinac.dev/guarding-routes-in-flutter-with-gorouter-and-riverpod
Dinko Marinac's Blog
Guarding routes in Flutter with GoRouter and Riverpod
Secure your Flutter app by implementing route guards with GoRouter and Riverpod! This guide teaches you how to restrict access based on user authentication.