8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-
Hello this project is great , i am new and i would like to know how to read / get data from one or many providers ?!
thanks!
Beta Was this translation helpful? Give feedback.
Hi @Fanom2813,
Thanks for your feedback!
Re. Providers I'd recommend reading the docs to learn what 'Providers' are in Nylo.
In Nylo, providers are booted initially from your main.dart file when your application runs. All your providers reside in /lib/app/providers/*, you can modify these files or create your providers using Metro. Providers can be used when you need to initialize a class, package or create something before the app initially loads. I.e. the route_provider.dart class is responsible for adding all the routes to Nylo.