Instructions to upgrade to Flutter plugin version 2.0
Instructions to upgrade to Flutter plugin version to 2.0
[Breaking] The Error structure has been reworked:
- This causes some of the Error codes to be changed. The new codes can be found under the updated documentation Error handling. If you want to compare these to the old codes, those can be found here.
- Previously, iOS returned an object within the details property of a Platform Exception. This object has been slightly reworked, which causes some of its properties to be changed. The new structure, which is now also available for Android, can be found in Details Property.