long1eu / long1eu/flutter_i18n
There's a bug if I define a field with name of "other"
Open
@noordawod is already working on this.
Since Aug 4, 2019.
bug
needs input
- Dominant language
- Dart
- Stars
- 248
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
As the title says, if I do so, the result code will contains code like below
```dart
String (dynamic param) {
switch (param.toString()) {
default:
return "Other";
}
}
```
this will override String def and cause an error when compile ;-(
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.