This week in Flutter #15

Get this newsletter directly in your inbox. Microsoft is pushing development for the Surface Duo. They published a package for dual-screen apps. Personally, I do not see this kind of device becoming popular. also did not see taking pictures using a t... https://mvolpato.hashnode.dev/this-week-in-flutter-15

Flutter expandable list items

For this article, we'll be looking at how we can make expandable list items in Flutter. We will use this in a list, but you can also use this as an item on it's own. Our expandable list will look like the example below.

If you want to follow along, ... https://h.daily-dev-tips.com/flutter-expandable-list-items

Flutter Navigation  and Routing

Navigation is one of the core concepts of all mobile application, which allows the user to move between different pages. Every mobile application contains several pages for displaying different contents. For example an app can have a log in page, sig... https://festuscodes.hashnode.dev/flutter-navigation-and-routing

Rebuilding The Flutter Counter App In Jetpack Compose

This article will show how to rebuild the default Flutter counter app using Jetpack Compose. The article is divided into two sections:

UI, where the app's user interface will be built.

State, where the state of the app's counter will be implemented... https://blog.victoreronmosele.com/flutter-counter-in-compose

How To Fetch Live Data From The Internet In Flutter

In computer programming, create, read, update, and delete (CRUD) are the four basic operations of persistent storage. CRUD is sometimes used to describe user interface conventions that facilitate viewing, searching, and changing information using com... https://Har4lion_kest.hashnode.dev/how-to-fetch-live-data-from-the-internet-in-flutter-1-cks0lmwa20du4hqs10krt7iww

Flutter navigation using Flutter's Navigator.pushNamed

Hello guys, trying to pen down my first flutter post has been all over my mind and I hope it tuns out to be a good read. This post about learning how to navigate through your flutter app using the Navigator.pushNamed(). The flutter app contains two p... https://okeybukks.hashnode.dev/flutter-navigation-using-flutters-navigatorpushnamed

How to navigate without context in Flutter?

Navigation is an integral part of any App. Flutter makes it really easy to navigate to any screen by using simple navigator functions like Push and Pop. To push: Navigator.push( context, MaterialPageRoute(builder: (context) => SecondRoute()),... https://www.divyanshu.dev/how-to-navigate-without-context-in-flutter

Made A Chat Application With Flutter

Introducing Chatty You know how experienced programmers are always emphasizing that newbies should always work on small projects as a good way of learning. I finally embraced that this year and have been able to work on a few in my flutter learning j... https://etukz.hashnode.dev/made-a-chat-application-with-flutter

An Interview with no last response.

Hey there, All my gorgeous readers. I'm Gulshan Yadav (Which you know already). I want to walk you through my experience of my interview as a Flutter Intern in a Dubai Based Firm. Hey but wait from where I got to know about this firm?

One of my fr... https://bufferoverflow.me/an-interview-with-no-last-response


Search