Flutter London User Group Meetup is part of London's burgeoning mobile developer community. Join us to meet other London Flutter Developers. We’ll be presenting new developments in the Flutter and Dart platforms, new frameworks, advanced animation techniques for great user interfaces, new metrics, and of course, great new Flutter apps!
Sorry, looks like FlutterLDN haven't got any events scheduled for the moment!
Who's part of this group?
In order to view registered members you need to be logged in with a "confirmed" Skills Matter account!
If you haven't already done so click here to create a new account.Find the "confirmation instructions" email we sent you when you signed up and click on the "Confirm Account" link.
-
Implementing Clean Architecture in Flutter using BLoC
Featuring Amr Yousef
Robert C. Martin (Uncle Bob) introduced clean architecture which enforces separation of concerns between the different layers of a system. This makes the system testable and independent of any frameworks. In this talk, we will go through the different layers of a clean architecture application....
architecture code mobile data flutter -
Voyager - DI and The Widget Router
Featuring Łukasz Wiśniewski
Voyager is the widget router for Flutter. It combines YAML configuration map, custom plugins architecture and dependency injection into one comprehensive system that allows you to define readable requirements as code and turn them into flutter components.
mobile data flutter -
Design to code. Meet Supernova.
Featuring Jiří Třečák
Covering why and how Supernova came to be, the journey of building the Supernova tool, the company including a quick bit about the YCombinator experience, and a tool demo
code discovery mobile quality data sketch ux automation flutter -
Design to Code
Featuring Artem Ufimtcev
The implementation of Flutter exporter, the challenges faced and how those problems were approached. Talking about the Supernova open-source Flutter library, Animations as well as the functionality ‘extension’ code he worked on.
mobile data flutter -
WebViews on Flutter. Does it really work?
Featuring Lara Martín
WebViews are not the most loved UI controllers, but they have been used on Android and iOS for a very long time. Now we are all building apps with Flutter, so what happened with our beloved WebViews?
Thankfully there's a plugin for that! Come and learn in this talk how WebViews are...
mobile dart firestore firebase redux flutter -
Firestore for Flutter
Featuring Miguel Beltran
Firestore is the document based database from Firebase, and it is fully available to use in Flutter. In this talk, I will show you how Firestore works, how to integrate it with Flutter together with Redux, how to write tests around it and how to handle its limitations. You will learn from my...
mobile firestone firebase -
The real reasons why you should care about Provider
Featuring Rémi Rousselet
The package "provider" got featured in the latest Google... But what is "provider"? At first glance, the package doesn't do much. But that's a mistake. Together we're going to see why, despite its small size, "provider" is critical to state-management.
mobile provider flutter -
Code Generation
Featuring Swav Kulinski
Code generation has its price. It is quite high on the beginning. It deflates quickly afterwards. In this talk we will try to kick off code generation and see how much fun it brings when it works.
mobile code-generation code -
Full Stack Testing of Flutter Apps
Featuring Shashikant Jagtap
Flutter has a richer set of testing features than any other cross-platform mobile app development framework. Flutter provides a solid testing framework which allows developers to write tests at unit, Widget and UI level. Widget testing is one cool feature that Flutter provides to run UI tests as...
testing ui mobile flutter -
Android Home-screen Widgets with Flutter
Featuring Simon Lightfoot
Learn what Android App-Widgets are and how you can create one for your Flutter App. Indepth talk on Android App-Widgets and the way they work in Android and how you can take advantage of them with Flutter.
mobile widgets android ui flutter