1 min readFeb 19, 2018
Hi!
You can use framework API in two ways — either you can use Platform channels to write platform-specific code on the platform side (e.g. Android code in Android project and then use it from Flutter), or you can use libraries that can handle that for you. You have package for shared preferences, contact picker, sqflite for handling SQLite and many, many more :)