Prasant

Prasant

I am Prasant Bagale, a software engineer with a passion for artificial intelligence and machine learning, especially natural language processing. I previously worked as a flutter developer before shifting my focus to AI/ML. On this blog, I write articles on topics like neural networks, natural language understanding, and other aspects of NLP. Outside of technology, I enjoy watching anime and reading web novels. I am always exploring new ways to apply AI to solve real-world problems and enhance human-computer interaction. My goal is to share my knowledge and experiences with AI/ML to help others learn about this exciting field. Here's my linkedIn: https://www.linkedin.com/in/prasant-bagale/

Flutter Rounded Container Code Example

Top 5 1

How to Make a Rounded Container in Flutter? Related: Create a Dialog Box in Flutter with Radio Buttons How to Fetch Data from Internet? Flutter Tutorial Login and Register Easily with Flutter using Firebase

Create a Simple Dialog Box in Flutter

image 8

In this article, I will post the code on how you can create a Simple Dialog Box in Flutter. The dialog box we will be creating is shown in the image below. After Clicking on a button, ShowDialog() is triggered…

Flutter: How to Hide Keyboard on iPhone & Android

Flutter Hide Keyboard on Iphone Android

One of the most common issues flutters users face while developing mobile apps is the keyboard. After the Keyboard pops up, it is important to dismiss it because it takes up around half the area on the screen. Related: Login/Register…