Adding Interactivity to an Image in Flutter — Take 2 A while ago, I wrote an article on interacting with SVG images in Flutter. Interacting with SVG Images in Flutter | by Joseph Muller | Medium Although my steps worked, there were a bunch of limitations and downsides to the overall approach: It was complicated It was tediousContinue reading
Tag Archives: ios
Sharing Images on the @platform in Flutter
Recently, I published a long article on how to read, write, and respond to real-time changes using the @platform. I focused mainly on sending plain old text and number data since that’s the easiest to demo with, but what if you wanted to let people share images? The good news is it’s possible! Setup ToContinue reading “Sharing Images on the @platform in Flutter”
The @platform: A Firebase Alternative
Firebase is awesome and I’ve used it in more apps than I can count (assuming I can only count to about 20). It has authentication, data storage, an intuitive querying SDK, and plenty of other features that most mobile app developers find themselves wanting at one point or another. So why replace it? I askedContinue reading “The @platform: A Firebase Alternative”
Flutter: Launcher Icons, Labels, and Splash Screens
Flutter Newbies Start Here If you’re new to Flutter development, I’d recommend starting with something a little less involved. I used this book to learn the Flutter language: Beginning Flutter: A Hands On Guide to App Development And this one to get started with mobile app development: Android Studio 3.4 Development Essentials – Kotlin Edition: Developing AndroidContinue reading “Flutter: Launcher Icons, Labels, and Splash Screens”