Skip to content

Commit

Permalink
[image_picker] Fix 'messages.g.h' file not found (flutter#5635)
Browse files Browse the repository at this point in the history
  • Loading branch information
co-kevin authored and mauricioluz committed Jan 26, 2023
1 parent 45214dd commit 8953c04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/image_picker/image_picker_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.8.5+3

* Fixes 'messages.g.h' file not found.

## 0.8.5+2

* Minor fixes for new analysis options.
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
2 changes: 1 addition & 1 deletion packages/image_picker/image_picker_ios/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: image_picker_ios
description: iOS implementation of the video_picker plugin.
repository: https://github.com/flutter/plugins/tree/main/packages/image_picker/image_picker_ios
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
version: 0.8.5+2
version: 0.8.5+3

environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down

0 comments on commit 8953c04

Please sign in to comment.