#learning #productivity
https://medium.com/@alexandersnotes/how-to-improve-flutter-code-with-extension-methods-99854a29692c
https://medium.com/@alexandersnotes/how-to-improve-flutter-code-with-extension-methods-99854a29692c
Medium
Don’t write Theme.of(context) ANYMORE
Writing Flutter UI code could sometimes be too repetitive, fortunately, we could solve this by adding extension methods that Flutter…
🕵️♀️ Select # to filter messages by topic.
- Learning per Developer Experience
#junior
#plain
#senior
- Topics
#official
#star
#news
#learning
#dart
#productivity
#information
#poll
#project
#test
#tool
#book
#video
#conference
#tip
#packages
#ux
#design
#example
#sockets
#performance
#opensource
#architecture
#bash
#debug
- Learning per Developer Experience
#junior
#plain
#senior
- Topics
#official
#star
#news
#learning
#dart
#productivity
#information
#poll
#project
#test
#tool
#book
#video
#conference
#tip
#packages
#ux
#design
#example
#sockets
#performance
#opensource
#architecture
#bash
#debug
#productivity
https://yawarosman.medium.com/the-15-crucial-pitfalls-to-avoid-in-flutter-development-e81e04ee0d25
https://yawarosman.medium.com/the-15-crucial-pitfalls-to-avoid-in-flutter-development-e81e04ee0d25
Medium
The 15 Crucial Pitfalls to Avoid in Flutter Development
Flutter, while being a highly efficient framework for cross-platform app development, has its nuances. Avoiding common pitfalls not only…
#productivity #protip
Need to output the dependencies of your project?
You can use this project to easy generate one.
https://github.com/jpdup/glad
Need to output the dependencies of your project?
You can use this project to easy generate one.
https://github.com/jpdup/glad
GitHub
GitHub - amzn/glad: Generate Layer Diagram from your Javascript/Typescript app
Generate Layer Diagram from your Javascript/Typescript app - amzn/glad
#tools #productivity
Don't like to repeat the same components? Need a push on your app dev? Maybe you should check Flood. It's promising.
https://www.flooddev.com/
Don't like to repeat the same components? Need a push on your app dev? Maybe you should check Flood. It's promising.
https://www.flooddev.com/
Flooddev
Flood - Streamline Your Flutter & Dart App Development
Introducing Flood, the ultimate open-source framework for Flutter and Dart developers. Elevate your app development with our modules for styling, forms, data persistence, and more. Join the Flood community and transform your development workflow.
#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.
#productivity #plain
What an excellent trio: Flutter, Brick, and Supabase.
https://supabase.com/blog/offline-first-flutter-apps
What an excellent trio: Flutter, Brick, and Supabase.
https://supabase.com/blog/offline-first-flutter-apps
Supabase
Building offline-first mobile apps with Supabase, Flutter and Brick
Brick is an all-in-one data manager for Flutter that handles querying and uploading between Supabase and local caches like SQLite. Using Brick, developers can focus on implementing the application without worrying about translating or storing their data.