Flutter-Global-Config
Flutter-Global-Config copied to clipboard
A flutter package for managing different configurations and making them available everythere inside the app.
just a simple question. Why null safety is still not released. Is there any bug with it ?
I tried loading from an asset and from a path to the file, neither work. Seems to be failing because of a null check. Log: Restarted application in 243ms. Error:...
Since this package is not null safe and depends on older non-null safe packages, my project is having issue. Could you please update this package. Thanks!
Hi I am using Global configuration to be build a reusable and configurable template but everywhere that can be configured I am using code like this: ``` final x =...
Hi I dont understand how to use multiple configurations how I access appSettings and devSettings variables map ??
Because GlobalConfiguration doesn't have a const constructor. It's not possible to use a configured value as a default for a parameter in class constructors. This is not possible right now...