September 2019
Beginner
512 pages
12h 52m
English
The first step is to add localization dependencies to the pubspec.yaml file and fetch them with the flutter packages get command:
dependencies: ... flutter_localizations: sdk: flutterdev_dependencies: intl_translation: ^0.17.3...
As mentioned before, the first one is the additional Flutter localization package to use its built-in widgets, and the second gives us the tools to generate Dart code with the messages from .arb files.
Read now
Unlock full access