Author: Winson

Posted in Flutter

How to convert the image to byte in xamarin form

If you want to upload an image to remote server, then you need to convert the image…

Loading

Posted in Flutter

Create the Http service for support SSL both on Android and iOS with Xamarin Form

Loading

Posted in Flutter

The great tool for help to format the XAML code in Xamarin

I will show you a XAML formatting tool (XAML Styler) to help to organize and store out…

Loading

Posted in Flutter

Some of my thoughts for Xamarin Form and why I love it!

Before starting to read, maybe you can read my other post first. I think maybe because I…

Loading

Posted in Flutter

Some of my thoughts for Flutter and why I want to give up it!

Flutter is a cross-platform, open-source, and free framework for creating mobile applications, created by Google. It is…

Loading

Posted in Flutter

How to use the background process task in Flutter

If you want to run some tasks in a period and whatever your app in background or…

Loading

Posted in Flutter

Convert the Sketch design to Flutter code

To create a mobile App, I think the difficult point is how to create the layout! And…

Loading

Posted in Flutter

Flutter: There are multiple heroes that share the same tag within a subtree

When I try to put multiple FloatingActionButton in a page, it will show the below error: There…

Loading