Robinrobinesau.com·a few seconds agoA Beginner's Guide to Using the Permission Handler Plugin in FlutterThis article provides a brief overview of how to use the permission handler plugin for Flutter. If you want to learn more, I recommend checking the official plugin or this article. What are Permissions? When writing mobile applications, you often wan...DiscussFlutter
Ravi Viosappswithflutter.hashnode.dev·Nov 14, 2024Build iOS Apps with Flutter: An Easy Step-by-Step Tutorial for BeginnersAre you looking to create your own iOS apps but feel overwhelmed by the complexity of the development process? Fear not! With Flutter, building beautiful and powerful iOS apps has never been easier. In this comprehensive guide, we’ll walk you through...DiscussFlutter
Damjan Dabodabo.dev·Nov 7, 2024[Indie Dev Diary #7] September & October 2024 - A Brief Dip and a Strong ComebackAfter a successful summer peak, revenue saw a significant dip in September. Fortunately, it rebounded in October, driven by expanded localization efforts. Here’s a recap of the past two months, including the key highlights and growth metrics that mar...Discuss·45 readsIndie Dev DiaryiOS
Ajay Sharmaajaysharma12799.hashnode.dev·Nov 7, 2024Flutter Forked: Introducing Flock — A New Path for Cross-Platform DevelopmentThe Flutter community is abuzz with an exciting development: Flock, a new fork of Flutter, is set to take its own path in the world of cross-platform app development. If you’ve been following Flutter or using it for your projects, you might be curiou...Discuss·10 likesFlutter
Saurabh Dhingrasaurabhdhingraa.hashnode.dev·Oct 28, 2024Background services in FlutterIn mobile applications, background services allow certain tasks to run even when the app is not actively in use by the user. These services are essential for enhancing user experience by providing timely information, performing periodic tasks, and su...DiscussFlutter
Vitaly Batrakovvbat.dev·Oct 27, 2024Coordinators & SwiftUIIf you prefer to watch video you can find it here. Hey iOS folks, With the release of iOS 18, many teams are likely moving towards adopting iOS 16 as the new minimum, bringing newer SwiftUI features, such as NavigationStack, into focus. Opinions on S...Discuss·2.5K readsiOS
Satyam Jhaiamsatyamjha.hashnode.dev·Oct 22, 2024Flutter 101: A Beginner's Complete Guide to Cross-Platform DevelopmentFlutter: Your Gateway to Cross-Platform App Development Have you ever wondered how some mobile apps work seamlessly on both iPhone and Android? Enter Flutter, Google's revolutionary framework that's changing the game in app development. In this begin...Discuss·41 readsFlutter
Alberto Aldegherialbyrock87.hashnode.dev·Oct 17, 2024How to Create a Content-Sized WebView in .NET MAUI Mobile: A Step-by-Step GuideWhy having a content-sized WebView? Sometimes, an app needs to display content created on the web, perhaps through a WYSIWYG editor, and typically, we present it within a well-defined area of the screen. There are other situations where your WebView ...Discuss·133 readsdotnet
thevenkatapplelens.hashnode.dev·Oct 14, 2024Enhancing iOS App Security with SSL Pinning Through URLSessionIntroduction In today's digital landscape, securing user data is more crucial than ever. One effective way to protect your iOS applications from man-in-the-middle (MITM) attacks is by implementing SSL pinning. This technique ensures that your app onl...Discuss·122 readsiOS
Kristian Tasevskikristiant.hashnode.dev·Oct 10, 2024Shifting from ObservableObject to @Observable in iOS and SwiftUISwiftUI brought us new ways to manage state and data flow in iOS apps. Two key players in this arena are @Observable and ObservableObject. Think of them as two different breeds of watchdogs for your app's data. @Observable is like a highly alert guar...DiscussSwift