Flutter2

Flutter2

At 2021/3/4, Flutter2  was released with new features added: – Web’s , desktop’s support has been in stable channel (they were in beta channel before), which mean you can bring your app officially to Web, Mac OS and Windows OS. – Sound Null Safety, but not all packages has been updated with this feature so consider this when you intend to upgrade your current project […]

Read More

Create voice chat app using Skyway SDK in iOS

Create voice chat app using Skyway SDK in iOS

Introduction When developing a chat app in mobile, we have to setup many things from set-up server, write API to set up connections between users…Fortunately, we have some frameworks support we do that like Skyway, Twilio,.. This post will focus on Skyway, we will talk about Twilio in a different post. Overview, SkyWay is a multi-platform SDK & fully managed API service that makes it […]

Read More

Navigation App

Navigation App

1.   Introduction 1.1 Navigation App An application that helps you easily to find places around your location using GPS. Especially the app is integrated Augmented Reality[1], which allows places to be placed within the Augmented Reality world using real-world coordinates. Written for both iOS (use ARKit[2] – Apple) and Android (use ARCore[3] – Google). 1.2 How Navigation App Works Uses GPS to get your location. […]

Read More