BASE: Switch From EasyLocalization To GetX Localization.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:get/get.dart' hide Trans;
|
||||
import 'package:get/get.dart';
|
||||
|
||||
class RedeemGiftCardController extends GetxController {
|
||||
Rx<TextEditingController> giftCodeController = TextEditingController().obs;
|
||||
|
||||
Reference in New Issue
Block a user