Questions tagged [flutter-provider]

For questions relating to the "Provider" package for the Flutter framework. Use this tag in combination with the general [flutter] tag. If your question applies to Flutter more generally, use the [flutter] tag only.

This tag should be used for any questions regarding the provider package for the framework.

The provider is a wrapper around InheritedWidget to make them easier to use and more reusable.

Provider uses InheritedWidget's to provide dependency injection functionality for state management in Flutter applications.

To get started, one can read through the README on GitHub, i.e. on the official GitHub page for the provider package.

1487 questions
-3
votes
3 answers

How to get information about a list of item by postId flutter

I have an app where homePage display list of post using json after clicking post i need to navigate/show the post comment list according using provider . how to do that? A screen to list all the posts. https://jsonplaceholder.typicode.com/posts A…
Dhiraj
  • 17
  • 4
1 2 3
99
100