Publish and upgrade your Flutter Package on pub.dev

You are developing your awesome flutter app implementation awesome functionalities and awesome widgets. Now you want to share that awesomeness with others. How do you do so? Of course. By publishing your own awesome widgets as a package. But how do y... https://blog.codingmountain.com/publish-and-upgrade-your-flutter-package-on-pubdev

Debouncing in Flutter

Look and analyze the code below. Did you find anything wrong or odd? import 'package:flutter/material.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return Materia... https://blog.codingmountain.com/debouncing-in-flutter

How to implement in-app lock in Flutter Applications

Introduction In today's digital age, we rely on our mobile devices more than ever before. Our smartphones contain a lot of personal information that must be kept secure, from banking and e-commerce to social media. One way to do this is through in-ap... https://adekunleadeyemo.hashnode.dev/how-to-implement-in-app-lock-in-flutter-applications

Flutter Installation and Setup Guide on Windows and macOS

Introduction Flutter is an open-source UI software development kit (SDK) created by Google, enabling developers to build natively compiled applications for multiple platforms using a single codebase. In this blog, we will guide you through the step-b... https://flutter0to1.hashnode.dev/flutter-installation-and-setup-guide-on-windows-and-macos

React Native vs Flutter

I am Amit Shekhar, a mentor helping developers in getting high-paying tech jobs. Before we start, I would like to mention that, I have released a video playlist to help you crack the Android Interview: Check out Android Interview Questions and Answer... https://amitshekhar.hashnode.dev/react-native-vs-flutter

Why Flutter?

Flutter is a free and open-source UI toolkit developed by Google in 2018. It allows developers to build natively compiled applications for mobile, web, and desktop platforms using one programming language from a single codebase. Flutter achieves this... https://mubaracktahir.hashnode.com/why-flutter-clhxieb7c00030ajy90muclwp

How to Save Index of PageView in SharedPreferences- Flutter

Table Of Contents Introduction Creating the project Add SharedPreferences as a Dependency Complete Code Conclusion Introduction Sometimes when building an app, the app might require that we track the user's activity by resuming the last page they ass... https://ibuild.hashnode.dev/how-to-save-index-of-pageview-in-sharedpreferences-flutter

Add an iOS Action Extension to your Flutter app

When building an application, you often want to simplify your users' life by providing some shortcuts to access some features. It can be, in the case of a messaging app, to send content to a contact from another app on the user's device without makin... https://stevenosse.com/add-an-ios-action-extension-to-your-flutter-app

Optimizing Flutter Apps by Mastering Flutter Inspector DevTools for Effective Debugging

As a Flutter developer, You’ve come across those frustrating UI-related issues that make your app display a bothersome yellow and black striped line on the screen. In fact, two of the most frequently encountered errors are directly related to Widget ... https://canopas.hashnode.dev/optimizing-flutter-apps-by-mastering-flutter-inspector-devtools-for-effective-debugging


Buscar