Mobile Tech
I have implemented authentication for my own app that involved Supabase and Oauth login via Google. If youβre interested, I will drop full working code when this post reaches 80 thumbs up π
Michael Lazebny
Authentication in Flutter with Supabase (OAuth included)
Add secure authentication to your Flutter app with Supabase. Learn Google OAuth setup, robust architecture, and BLoC state management.
π7π₯3β€1
Navigation in Flutter
A bit of theory and my thoughts and tips on how the navigation should be implemented.
https://lazebny.io/navigation-in-flutter
#flutter #navigation
A bit of theory and my thoughts and tips on how the navigation should be implemented.
https://lazebny.io/navigation-in-flutter
#flutter #navigation
Michael Lazebny
Navigation in Flutter
Learn Flutter navigation with insights on Navigator, Router, and tips for seamless setup using go_router. Includes some theory and expert advice.
π8π₯3β€2
Learn how to build efficient sticky headers in Flutter using slivers for seamless scrolling. Includes code examples and best practices!
https://lazebny.io/sticky-headers
#flutter #article
https://lazebny.io/sticky-headers
#flutter #article
Michael Lazebny
Sticky headers in Flutter
Learn how to build efficient sticky headers in Flutter using slivers for seamless scrolling. Includes code examples and best practices!
π9π₯3
Hi everybody! Hot topic.
I will give a talk about dependency management (injection, initialiazation, delivery) in Flutter!
Time:
05/12/2024 18:00 CET
https://www.youtube.com/live/NiolORe9B4w?si=_10-akEZkmyDhx2A
I will give a talk about dependency management (injection, initialiazation, delivery) in Flutter!
Time:
05/12/2024 18:00 CET
https://www.youtube.com/live/NiolORe9B4w?si=_10-akEZkmyDhx2A
YouTube
Dependency Management in Flutter: Injection, Initialization, Delivery
15π9π₯7
Mobile Tech
On Saturday I will talk about icons https://www.youtube.com/watch?v=cTUU4K4mD0A
My laptop died π
I was not very satisfied with the quality of this stream, so I will make a new one in the New Year!
I was not very satisfied with the quality of this stream, so I will make a new one in the New Year!
π’8β€βπ₯1π1
Modern Monorepo management in Dart and Flutter
https://lazebny.io/modern-monorepo-management
#dart #flutter #flutterdev
https://lazebny.io/modern-monorepo-management
#dart #flutter #flutterdev
Michael Lazebny
Modern Monorepo Management with Pub Workspaces and Melos in Dart
Efficiently manage Flutter/Dart monorepos using Pub Workspaces and Melos, with examples for dependency management and workflow automation.
π6β1β€βπ₯1
Call for ideas!
Please write what you would like to see an article about
Please write what you would like to see an article about
β€6π₯1
Small article about interesting way of implementing observer pattern
https://lazebny.io/sync-state-with-observers
https://lazebny.io/sync-state-with-observers
Michael Lazebny
Synchronizing state with observers in Dart and Flutter
Learn how to enhance Listenable logic in Dart with extended observer pattern for cleaner state management and reduced boilerplate code.
π8π₯1
Removing factories from sizzle starter. They're adding too much boilerplate.
https://github.com/hawkkiller/sizzle_starter/pull/404
https://github.com/hawkkiller/sizzle_starter/pull/404
π12π3β€βπ₯1
Ability to clearly explain your thoughts helps in life a lot. This is especially important when you're working in large teams and need to share your knowledge with others (by writing documentation, code comments, etc.)
These free Technical Writing courses by Google can be a good start:
https://developers.google.com/tech-writing/one
https://developers.google.com/tech-writing/two
https://developers.google.com/style
These free Technical Writing courses by Google can be a good start:
https://developers.google.com/tech-writing/one
https://developers.google.com/tech-writing/two
https://developers.google.com/style
Google for Developers
Technical Writing One introduction | Google for Developers
π6π₯5
Ephemeral and Application State in Flutter
https://lazebny.io/ephemeral-and-application-state-in-flutter/
https://lazebny.io/ephemeral-and-application-state-in-flutter/
Michael Lazebny
Ephemeral and Application State in Flutter
Differentiate ephemeral or UI state and application state in app design. Learn best practices and architecture insights.
40π9β€βπ₯1
Was thinking about using arrow or block functions. In the past I preferred arrow, but noticed that it makes code longer and less readable.
Compare. Which way do you prefer?
Compare. Which way do you prefer?
π6
π4β€βπ₯1
Sharing GraphQL lifehack
Here's how you can enable autocompletes for fields/fragments/queries:
1. Install graphql plugin (IntelliJ, VsCode)
2. Create
Enjoy autocompletes and analysis!
Here's how you can enable autocompletes for fields/fragments/queries:
1. Install graphql plugin (IntelliJ, VsCode)
2. Create
graphql.config.yml
in the root:
schema:
- "schema.graphqls"
documents:
- "**/*.graphql"
Enjoy autocompletes and analysis!
JetBrains Marketplace
GraphQL - IntelliJ IDEs Plugin | Marketplace
Provides GraphQL language support to all JetBrains IDEs that support JavaScript. Features Schema-aware completion, error highlighting, and documentation Syntax...
π9β€1