Aman Negi
24 posts
Types of Memory in Java
Java is a popular language used for several purposes, however, it is the structure and architecture of this…
Experience of my First Hackathon: MLH #HackFit2
On 20th Jan 2023, I participated in my First Hackathon(HackFit2) which was hosted by Major League Hacking(MLH). In…
How to Host your React App on GitHub Pages
In this post, we will discuss how to host your React App on GitHub pages. I am assuming…
DraggableScrollableSheet in Flutter
People often prefer to use Flutter to achieve a dynamic and appealing user interface. As a native developer,…
How to Host your Flutter Web app on GitHub Pages?
Flutter Web has been stable for a while now, and now people are building several web applications using…
Complete Guide to StateNotifier in Flutter
While you may not have much space left for State Management Solutions, I am here to introduce another…
State Management using Riverpod in Flutter
Riverpod is a Flutter Favourite State Management Library, which is an upgraded version of the Provider package. It…
What is State Management in Flutter
State Management is a popular and most discussed topic in Flutter. If you are getting started with Flutter,…
Complete guide to ChangeNotifier in Flutter
Flutter is one of the most popular cross-platform frameworks for mobile apps development in 2020. Flutter is Google’s UI toolkit…
Custom ValueNotifier in Flutter – With Examples
In Flutter to maintain State, we use several solutions, out of these solutions the most popular ones are…