September 2019
Beginner
512 pages
12h 52m
English
As we have seen so far, the MethodChannel is the main example and most commonly used platform channel because it abstracts many of the complexities of translating data from Dart into native programming languages and vice versa.
This is made possible with the usage of Flutter standard message codecs. Message codecs are responsible for the task of translating data from one language into another. There is a variety of message codes available and we can, if necessary, create our own. ...
Read now
Unlock full access