Hi there, so you're looking to create some beautiful animations in flutter but don't know how? Let's learn that together. So what are animations in flutter anyway? Flutter draws everything you see on top of a canvas. Yes, every pixel you see is paint... https://hashnode.com/post/animations-in-flutter-talking-about-types-of-animation-and-taking-a-dive-into-implicit-animations-cknn0c91t0awwlps19eqa2a10
As a web developer, I believe in the Web as a development platform. In fact, it’s my (and many other’s) go-to platform for creating amazing apps easily and quickly. However, I do acknowledge the advantages of native development - especially from the ... https://areknawo.hashnode.dev/web-vs-native-make-the-right-choice-in-2021
In this article, we will create a flutter plugin that calls native C/C++ library using Dart FFI. We will use Mozilla's DeepSpeech C library as an example to show the implementation. First let's have a very brief overview about FFI and DeepSpeech. For... https://techblog.geekyants.com/mozilla-deepspeech-engine-in-flutter-using-dart-ffi
About Amplify
Amplify, launched in 2017, is an end-to-end AWS solution for mobile and front-end web developers. It is a combination of services and tools that can be used together or individually to help mobile and frontend developers create and hos... https://techblog.geekyants.com/aws-amplify-for-flutter-part-1
What is state management in Flutter? State management is essentially a way to facilitate communication and sharing of data across widgets. It creates a tangible data structure to represent the state of your app that you can read from and write to. Wh... https://loktioncode.hashnode.dev/flutter-state-management-with-redux
I investigated switch widgets published to “pub.dev” most of them just show thumb with a text like “on/off” but I wanted to change not only text but background color, size, background image, corner sharpness, add state icon, etc. That is my point to ... https://hashnode.alexmelnyk.io/flutter-build-your-own-switch
Hi guys! Today I tell you how to build Modal Bottom Sheet (MBS) quickly; it’s a regular component usually used in applications. Continue reading: https://medium.com/litslink-mobile-development/flutter-custom-bottom-sheet-modal-f23df7d21fd2 https://hashnode.alexmelnyk.io/flutter-custom-bottom-sheet-modal
I’m very happy that Flutter coming to Desktop Application Development, of course, it is the very beginning, but you can try it already today. I wanna introduce you to how to write your very first desktop application using the Flutter, tutorial based ... https://hashnode.alexmelnyk.io/flutter-how-to-create-desktop-application
Hey, you are on the right way if you come with a question about how to draw something in Flutter. I’ll show you how to do that for the next platforms on the Flutter: Android, iOS, Web, macOS Continue reading: https://medium.com/litslink-mobile-devel... https://hashnode.alexmelnyk.io/flutter-build-your-custom-painter-with-animation
Hi folks! My project required a drawer with a custom animation. I’ve decided to develop my own solution to do this task. In this shorticle, I’ll show you how to do that in a quick way. Continue reading: https://medium.com/litslink-mobile-development... https://hashnode.alexmelnyk.io/flutter-custom-drawer-navigation-tutorial