Eric Ellingson
Eric Ellingson
I have run into the same issue. Also on the Settings/Stats page, it is reporting that there are zero uploads. Also not saving an records to the `UplFiles` mongodb collection.
@local-minimum what about just showing a created at date?
@monojson what is the alternative?
I think I'm looking for the same thing. I would like to define all non-environment-specific values in `.env`, and then the specific environment values in each of the subsequent files...
Hey @java-james. No pressure on the PR, but just wanted to report back that we are currently successfully using this addition in our app
In the meantime, in case it can help someone else, this is roughly my workaround: ``` class MyWidget extends StatelessWidget { List gridItems = []; // ... @override Widget build(BuildContext...
@Julien-R44 Any updates on the official package?