iOS Developers Hit the Jackpot After Recent Apple v Epic Ruling
Apple V Epic iOS Developers have mixed reactions when Apple came ahead victorious in a battle with Epic Games on Friday, Sept. 10th. The original lawsuit filed by Epic attempted to assert that Apple’s App Store has a monopoly on the iOS marketplace. If you’re…
JSON Encode / Decode with Flutter
Summary Are you working on a Flutter app and need to interact with structured data that is not local to your project? Most likely, you will be fetching it from a web service API or a file. For the purpose of this guide, we’ll assume…
Flutter Provider Examples – Change, Future, Stream
What is Flutter Provider? Provider is a Flutter library used for DI and State Management. Provider was originally created by the community and soon became the preferred method for state management, in Google’s 2019 Flutter Meetup they urged developers to use Provider instead of the…
Cross-Platform & Hybrid VS Native Apps?
Overview It’s time to start developing your app! You might be considering whether a hybrid or a native app is best – the short answer is: it depends. Let’s explore the high-level details of each in an effort to point you in the right direction….
What you need to know about Flutter
Overview Unless your head has been in the clouds, you’ve likely heard of Flutter or breezed past it while furiously interrogating StackOverflow. In this article, we are going to get a bird’s-eye view of Flutter; covering some of the core concepts and discuss some considerations…