Results 5 issues of Alexey Z

### New Pull Request Checklist - [X] I have read the [Documentation](https://pub.dartlang.org/packages/dio) - [X] I have searched for a similar pull request in the [project](https://github.com/flutterchina/dio/pulls) and found none - [X]...

enhancement

if getting locale keys from under widget `MaterialApp` _translations not loaded... but in childrens all ok ```dart class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title:...

bug

Hi! i found some bug in `MutableProperty` `setValue` function, maybe it's not a bug, i dont know 😄 Problem what i need force update value, because i listen this value...