Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
1 change: 1 addition & 0 deletions packages/image_picker/image_picker_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.8.5+1

* Removes unnecessary imports.
* Fixes 'messages.g.h' file not found.
* Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors
lint warnings.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#import <image_picker_ios/FLTImagePickerPlugin.h>

#import <messages.g.h>
#import "messages.g.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down