@@ -282,6 +282,7 @@ As the view has only widgets, you can use a view for android, and another for iO
However, some examples like internationalization, Snackbars without context, validators, responsiveness and other Getx resources, were not explored (and it would not even be possible to explore all resources in such a simple example), so below is an example not very complete, but trying demonstrate how to use internationalization, reactive custom classes, reactive lists, snackbars contextless, workers etc.
```dart
import'dart:ui';
import'package:flutter/material.dart';
import'package:get/get.dart';
...
...
@@ -397,29 +398,27 @@ class Second extends GetView<ControllerX> {
child:Column(
mainAxisAlignment:MainAxisAlignment.center,
children:[
GetX<ControllerX>(
// Using bindings you don't need of init: method
// Using Getx you can take controller instance of "builder: (_)"