An unique experience. A Flutter experience! Presentation slides, but made in Flutter for the https://fluttercon.dev/ 2023. Here is my speaker page: https://fluttercon.dev/lucas-goldner/
Contains airpods example using ffigen:
Used for presentation:
Why are there two more repos besides this one? My initial idea of this presentation was to call the AirPods API natively, but guess what Coremotion is not supported on macOS T-T. So I had to make a transmitter app on my iPhone that continuously sends me my AirPods data to a WebSocket server, which sends me that data directly to this presentation... But hey, at least it works now :D
Want to see an app in action using the AirPods data?
Warning: Only tested on macos, no idea how it looks like on other platforms.
To run the base project use:
$ flutter pub get
# If fluttergen is not installed go here: https://pub.dev/packages/flutter_gen
$ fluttergen
# If language files were not generated
$ flutter pub run intl_utils:generate
# Run the app finally
$ flutter run -d macos
To run the complete presentation, also clone Airpods Gate & Airpods Transmitter and run them before running this presentation!
- https://twitter.com/ue_man/status/1676705877263253504?s=46&t=OAbBsZDKzkzBBmZOn9iZig
- https://www.linkedin.com/posts/mikolaj-witkowski-5b44b9198_embeddedsystems-mobileappdevelopment-gamedevelopment-activity-7084091440900780032-z9UZ/?utm_source=share&utm_medium=member_ios
- https://twitter.com/raphaeldelio/status/1676536391797207040?s=46&t=OAbBsZDKzkzBBmZOn9iZig
And many more people that told me directly in person, thx to everyone. Hopefully, this is the first of many to come. 😄