![ApparenceKit CLI 3.0.0 release note: RevenueCat, Anonymous authentication and more](https://www.cdn5.niftycent.com/d/1/V/8/N/j/r/apparencekit-cli-3-0-0-release-note-revenuecat-anonymous-authentication-and-more.webp)
ApparenceKit has now been updated to version 3.0.0. This update brings a lot of new features and improvements.It's been 6 months since ApparenceKit was released. It's been a great success and I am very proud of it.With this new version, I hope to mak... https://apparencekit.hashnode.dev/apparencekit-cli-300-release-note-revenuecat-anonymous-authentication-and-more
![Understanding Getter and Setter in Dart](https://www.cdn5.niftycent.com/d/1/n/0/8/0/5/understanding-getter-and-setter-in-dart.webp)
In object-oriented programming, encapsulation is a fundamental concept that promotes the idea of bundling data and methods that operate on the data within a single unit, known as a class. Encapsulation helps in hiding the internal state of an object ... https://nikhilsomansahu.hashnode.dev/understanding-getter-and-setter-in-dart
![Improving Flutter Web App Performance](https://www.cdn5.niftycent.com/d/1/w/0/d/0/4/improving-flutter-web-app-performance.webp)
I have been building my portfolio website using Flutter Web (you can visit it by clicking here). Turns out Flutter kind of sucks when it comes to building websites. It happens because flutter builds WebApps and not websites. These webapps often stutt... https://himanshubalani.hashnode.dev/improving-flutter-web-app-performance
![Slider widget and Attributes](https://www.cdn5.niftycent.com/d/D/y/5/d/L/O/slider-widget-and-attributes.webp)
The Slider widget in Flutter is a user interface element that allows users to select a value from a continuous range by dragging a thumb along a track. It's commonly used for settings, adjusting volume, brightness, or any other numerical values. Attr... https://vinitmepani.hashnode.dev/slider-widget-and-attributes
![Language Translation using MLKit in Flutter - Part 1](https://www.cdn5.niftycent.com/d/D/v/V/d/L/g/language-translation-using-mlkit-in-flutter-part-1.webp)
Language Translation is a difficult task and training our model for it makes it even Harder. But Google MLKit makes the task easier. Google's machine learning expertise is now available to mobile developers with Google ML Kit. This package is easy to... https://www.allaboutflutter.com/language-translation-using-mlkit-in-flutter-part-1
![RangeSlider widget and Attributes](https://www.cdn5.niftycent.com/d/D/3/6/j/g/5/rangeslider-widget-and-attributes.webp)
The RangeSlider widget in Flutter is similar to the Slider widget but allows users to select a range of values instead of just a single value. It's commonly used for selecting a range of values, such as specifying a range of dates, prices, or any oth... https://vinitmepani.hashnode.dev/rangeslider-widget-and-attributes
![CupertinoSlider widget and Attributes](https://www.cdn5.niftycent.com/d/1/R/z/V/E/K/cupertinoslider-widget-and-attributes.webp)
The CupertinoSlider widget in Flutter is a slider widget designed to mimic the iOS-style slider found in Cupertino (iOS) applications. It allows users to select a value from a continuous range by dragging a thumb along a track, providing a native-lik... https://vinitmepani.hashnode.dev/cupertinoslider-widget-and-attributes
![AnimatedCrossFade Widget and Attributes](https://www.cdn5.niftycent.com/d/k/6/X/M/x/2/animatedcrossfade-widget-and-attributes.webp)
The AnimatedCrossFade widget in Flutter is used to smoothly transition between two children widgets with a cross-fade animation. It's commonly used to animate changes between two different states or views, providing a visually appealing transition ef... https://vinitmepani.hashnode.dev/animatedcrossfade-widget-and-attributes
![AlertDialog Widget in Attributes](https://www.cdn5.niftycent.com/d/e/5/z/R/8/B/alertdialog-widget-in-attributes.webp)
The AlertDialog widget in Flutter is used to display an alert dialog box that typically informs the user about critical information or prompts them to make a decision. Attributes:
title (Widget):
The title of the alert dialog. It's typically a Text... https://vinitmepani.hashnode.dev/alertdialog-widget-in-attributes
![The annoying Cocoapods error](https://www.cdn5.niftycent.com/d/k/M/X/l/a/a/the-annoying-cocoapods-error.webp)
I lost count of how many times I encountered a Cocoapods error whenever I build a Flutter app for iOS or macOS, especially through VS Code. It looks like this: Warning: CocoaPods is installed but broken. Skipping pod install. You appear to have Coc... https://yshean.com/the-annoying-cocoapods-error