In-Depth Guide to Work with Platform Channels by Integrating 3rd Party SDK: Android

This article is a continuation of In-Depth Guide to work with platform channels by integrating 3rd Party SDK: IOS, where we learned how MethodChannel and EventChannel works. Also, we integrated Comet Chat SDK with our IOS app and created streams and ... https://techblog.geekyants.com/in-depth-guide-to-work-with-platform-channels-by-integrating-3rd-party-sdk-android

How to set up a CI/CD pipeline for a Flutter project on GitHub

Why Automate? via GIPHY As a developer, it's very tempting to automate repetitively boring tasks. But there is always that little voice inside you that keeps telling you that you're overcomplicating stuff and you shouldn't automate and stick with the... https://hamsalabs.hashnode.dev/how-to-set-up-a-cicd-pipeline-for-a-flutter-project-on-github

[Flutter] Using a simple 2D physical engine on the Flutter

We will implement a 2D physical engine using a simple package in Flutter. In this article, we will implement it using a package, and in the next article, I will introduce how I developed this package.

Easy Physics 2D The package to be used for physi... https://rglie.hashnode.dev/flutter-using-a-simple-2d-physical-engine-on-the-flutter

Flutter Basic to Advance Concepts!

Flutter Basic to Advance Concepts! This is a crash course to learn a few of the advanced topics in flutter using a notes app such as state management, changing themes, storing data in local storage, etc. Final Demo video of the app:

Getting Started ... https://varunsathreya.hashnode.dev/flutter-basic-to-advance-concepts

#100DaysOfCode

Day 53 [29-08-2022] I worked on Piko (a chat app) and gained valuable experience working on a personal challenge. I had a challenge using NamedRoutes but I was able to fix it(after multiple attempts 😅)

Day 54 [30-08-2022] I learnt how to impleme... https://galadima3.hashnode.dev/epsilon

Widgets in Flutter

Introduction In Flutter, everything is a widget. The central idea is that you build your UI out of widgets. Widgets describe what their view should look like given their current configuration and state. In Flutter a widget is either stateless or stat... https://bengilbert.hashnode.dev/widgets-in-flutter

Flutter: How to show application updates is available.

Hello Friends, Why must we show the new application version available to customers or users? Every new release with new functionality and developer resolves bugs and makes the application a more user-friendly experience. So users redirect to the p... https://mksantoki.hashnode.dev/flutter-how-to-show-application-updates-is-available

How to build a Grocery Application with Webflow CMS using DhiWise

Building an e-commerce application has no “Why” anymore. It has “how”. Today in this article, I will walk you through how to build a Grocery Application using Two very interesting developer tools Webflow and DhiWise. The grocery application is a part... https://jscoder13.hashnode.dev/how-to-build-a-grocery-application-with-webflow-cms-using-dhiwise

What is Flutter and why you should learn it

Introduction Flutter is an open-source UI software development kit created by Google. It is used to develop fully functioning applications for Android, iOS, Windows, Linux, macOS, Google Fuchsia and the web from a single codebase. History The first v... https://bengilbert.hashnode.dev/what-is-flutter-and-why-you-should-learn-it

Flutter: How to add a divider in listView using ListView.separated Widget

Hello Friends, Every application contains a listing screen and a better user experience require adding a divider between list items. So Flutter provides ListView.separated with the option to create a separate list row widget and divider widget. Lis... https://mksantoki.hashnode.dev/flutter-how-to-add-a-divider-in-listview-using-listviewseparated-widget


Ricerca