Eniola Ajalaeniola-ajala.hashnode.dev·Nov 14, 2023How to Integrate Native Code into Your App with Flutter PluginsIntegrating native code in a Flutter app is important because it allows your app to do things that are usually done in the language of the device it's running on. In other words, it's like having a special tool to solve specific problems in your app....32 readsFlutter
Karthikeyan Scoder-with-a-bushido.hashnode.dev·Sep 24, 2020Adding text selection action in android for Flutter apps.Have you ever wanted to give your user a shortcut, for opening the selected text in your flutter app from anywhere in the android environment? Like this: If yes, then you got yourself to the right place. In this article, I’m going to talk about how ...29 likes·472 readsFlutter