Replies: 2 comments
-
|
@agordn52 Yes, it's an awesome package of renaming to help rename Android and iOS app names and package names. What is new in package service?
please give more detail on the package/services. |
Beta Was this translation helpful? Give feedback.
-
|
I had an idea for creating Models from json objects using Metro. We could have a new flag on the make:model command e.g. Then, it would prompt you to paste a JSON object into the CLI, for example. {
"brand": "Mercedes-Benz",
"model": "Citan",
"car body": "van",
"color": "red",
"price": "10000$",
"year": 2010
}And then using the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Nylo Improvements
Here's a list of improvements that I think Nylo could benefit from.
If you have any ideas, feel free to drop a comment 👍
It would be cool if we could have one class to handle building the widget rather than a StatefulWidget and State.
Here's an example below.
metro make:themeto automatically add a theme in the source code (currently you can create a theme but you have to manually add it into the config/theme.dart file)metro make:interceptormethod to create interceptors in the app/networking/dio/interceptors directoryBeta Was this translation helpful? Give feedback.
All reactions