Hello there! 👋
🎉 Join us at the Flutter Silesia #9 in Katowice! 🎉
We will start with two 45-minute presentations in English:
👉 Marcin Wróblewski
I’m the entry-point now
👉 Michael Lazebny
Dependency Injection & Dependencies Initialization
After the talks, we will move to 💬 networking!
🔗 Reserve your place by clicking the "Attend" button! ✅
📢 AGENDA
- Welcome and short introduction
- I’m the entry-point now [EN]
- Break
- Dependency Injection & Dependencies Initialization [EN]
- Networking 💬
DETAILED DESCRIPTIONS
👉 Marcin Wróblewski
I’m the entry-point now
Marcin will show how to prepare your Flutter app for the future, ensuring the app can be started directly onto relevant screens, and not follow predefined navigation paths. With an example of Apple Intelligence integration.
👉 Michael Lazebny
Dependency Injection & Dependencies Initialization
Michael will explain what dependency injection is and how to implement it without using additional libraries. You’ll learn where and how to initialize an app’s dependencies and how to pass them through a BuildContext. Finally, Michael will compare this "pure DI" approach to using a service locator, pros and cons