How to seamlessly integrate Flutter apps in macOS

In our previous article we saw which packages can be used to integrate Flutter applications in Windows, in this article we will go through packages that allow us to do the same thing in macOS. As for Windows applications, also for those in macOS ther... https://flutterondesktop.dev/how-to-seamlessly-integrate-flutter-apps-in-macos

How to store secret keys and keep them out of Version Control in Flutter

Introduction In many projects, you use API keys from third-party APIs and when the time comes to push your project to GitHub, things start getting tricky. If you are a beginner, you may mistake pushing your code directly to GitHub. This will lead to ... https://cswithiyush.hashnode.dev/how-to-store-secret-keys-and-keep-them-out-of-version-control-in-flutter

Create Splash Screen And Launch Icon In Flutter

Create a Splash Screen as well as a Launch Icon for the app. Intro Hello and welcome to the first part of the Flutter App Development Tutorial Series. This is Nibesh From Khadka's Coding Lounge. If you haven't already please go to the introduction p... https://kcl.hashnode.dev/create-splash-screen-and-launch-icon-in-flutter

Fall and Bounce Animation in Flutter

As you can see from my previous posts, I have recently been making various animations on Canvas on Flutter. This time, I implemented an animation in which the ball actually falls freely. In the process of making this, I found some parts that I didn't... https://rglie.hashnode.dev/fall-and-bounce-animation-in-flutter

Understanding Flutter State Management (Part 1)⌛🤓

Quick Intro! ✍🏽 State management describes how the UI of your app changes when there is a change in your data (state).

You can think of state as any changes to the data on your app, and generally, in Flutter, the UI is a function of the applicatio... https://nonsocchi.hashnode.dev/understanding-flutter-state-management-part-1

Flutter Alignment II: Main Axis Alignment VS Cross-Axis Alignment

In my last article, I tried to explain the main-axis alignment property I hope you found it helpful. In this sequel, I would be explaining the cross-axis alignment property, But first off, do you notice that the cover image for this article is a glob... https://mayourwa.hashnode.dev/flutter-alignment-ii-main-axis-alignment-vs-cross-axis-alignment

Flutter Testing Part 1: Unit Tests

Any piece of software should function reliably. Reliability comes from having a deterministic outcome. One way to bring in reliability to software development is writing tests. Tests not only help you catch bugs early in development cycle, but makes ... https://blog.shounakmulay.dev/flutter-testing-part-1-unit-tests

How to Deploy your Flutter Apps to PlayStore using Codemagic (part 1)

Introduction Flutter SDK has recently been rated as the most used cross-platform solution, according to Statista in 2021. Flutter has grown even bigger than it was as it not only supports one code-base for your mobile applications but now has support... https://flutterpage.hashnode.dev/how-to-deploy-your-flutter-apps-to-playstore-part-1-ed6b770dc087

Flutter Alignment: Main Axis Alignment VS CrossAxis Alignment

Alignment in flutter can be confusing sometimes, this minute it seems like you are understanding it the next minute it seems hard. So in this article, I would try to explain the difference between the main-axis alignment and cross-axis alignment prop... https://mayourwa.hashnode.dev/flutter-alignment-main-axis-alignment-vs-crossaxis-alignment

Drag and Drop in Flutter Canvas

Drag and Drop (hereinafter DnD) is often used for interaction when configuring UI. Flutter supports Drag and Drop with a widget called Draggable. Flutter Dev. Draggable Widget Flutter's official YouTube shows how to use Draggable Widget kindly. DnD i... https://rglie.hashnode.dev/drag-and-drop-in-flutter-canvas


Ricerca