Flutter: Using SharedPreferences in Flutter and native
Been experimenting with Flutter recently and had a use case where I wanted to access SharedPrefernces in Flutter and in native. Surprisingly it was a bit tricky and took a bit o... (288)
Been experimenting with Flutter recently and had a use case where I wanted to access SharedPrefernces in Flutter and in native. Surprisingly it was a bit tricky and took a bit o... (288)
I found the example of sending messages between Flutter and native code overly complicated because it’s part of a larger tutorial that includes several different things and does... (598)
Previously I’ve written how to pass messages between native code and Dart. Sometimes though you might want to just execute code and don’t care about getting the result back. Thi... (185)