Among the plethora of announcements made at Google IO this year there was one of particular interest to Flutter developers: Samsung is working to port Google’s Flutter SDK to Galaxy Watch and other Tizen devices. While the word “Tizen” might not ring any bells, the likelihood that there’s a Tizen device within 15 feet ofContinue reading “Flutter for Tizen: The Basics”
Tag Archives: flutter
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
Preview – Responsive Voice Recognition in Flutter
Overview The world is spinning faster today than it was only a few years ago. Companies are growing faster. Memes are going viral faster. Packages are being shipped faster. And because of all this, people have developed an expectation for responsiveness. So how can you, a mobile application developer, give them what they want? VoiceContinue reading “Preview – Responsive Voice Recognition in Flutter”
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 Efficiently
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 Efficiently”
Handling Nested Objects in Firestore with Flutter
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 “Handling Nested Objects in Firestore with Flutter”
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”