Getx: [Feature Request] Translation String extension conflict

Created on 6 Sep 2020  路  2Comments  路  Source: jonataslaw/getx

First of all, thanks for awesome this package!

Is your feature request related to a problem? Please describe.
When using easy_localization there is conflict with String extension .tr() when just import route manager.

Even though GetX has a translation feature, my current project require a more robust solution due to requirement to support plural and gender modifiers, plus unified translation json file shared with web-frontend

Describe the solution you'd like
Move public translation utilities to another index file and keep route manager file exclusive for routing.

import 'package:get/route_manager.dart';
import 'package:get/translation_manager.dart';
enhancement

Most helpful comment

All 2 comments

Same request... I can't update the GetX package if this isn't fixed.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Grohden picture Grohden  路  3Comments

rupamking1 picture rupamking1  路  3Comments

wailashraf71 picture wailashraf71  路  4Comments

williamsilva-98 picture williamsilva-98  路  4Comments

NiranjanShah picture NiranjanShah  路  4Comments