GetView

GetView is a great way of quickly access your Controller
without having to call Get.find<AwesomeController>() yourself.

GetWidget

GetWidget is a great way of quickly access your individual Controller
without having to call Get.find<AwesomeController>() yourself.
**Get save you controller on cache, so, you can to use Get.create() safely
GetWidget is perfect to multiples instance of a same controller**. Each
GetWidget will have your own controller, and will be call events as `onInit`
and `onClose` when the controller get in/get out on memory.