Jonatas Borges

update to 4.1.3

## [4.1.3]
- Fix "Error: A value of type 'Locale?' can't be returned from a function"on flutter web (@nickwri)
- Fix plural translations to expressions >1 (@WolfVic)
## [4.1.2]
- Fix warning ˜can add data to a closed stream˜ when GetBuilder and Obx are nested
- Fix get_connect decoder can not be null (@Goddchen)
... ...
... ... @@ -5,7 +5,7 @@ import 'en_us.dart';
import 'pt_br.dart';
class TranslationService extends Translations {
static Locale get locale => Get.deviceLocale;
static Locale? get locale => Get.deviceLocale;
static final fallbackLocale = Locale('en', 'US');
@override
Map<String, Map<String, String>> get keys => {
... ...
name: get
description: Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX.
version: 4.1.2
version: 4.1.3
homepage: https://github.com/jonataslaw/getx
environment:
... ...