fix: missing required exports
缺失的部分导出,会导致需要额外引用 `import "package:flutter_openim_sdk/src/models/update_req.dart";`,最终导致: ``` Import of a library in the 'lib/src' directory of another package. Try importing a public library that exports this library, or removing the import.dartimplementation_imports ```
This commit is contained in:
		
							parent
							
								
									6a446a7b33
								
							
						
					
					
						commit
						0acd81bd70
					
				| @ -35,5 +35,7 @@ export 'src/models/notification_info.dart'; | |||||||
| export 'src/models/search_info.dart'; | export 'src/models/search_info.dart'; | ||||||
| export 'src/models/user_info.dart'; | export 'src/models/user_info.dart'; | ||||||
| export 'src/models/input_status_changed_data.dart'; | export 'src/models/input_status_changed_data.dart'; | ||||||
|  | export 'src/models/set_group_member_info.dart'; | ||||||
|  | export 'src/models/update_req.dart'; | ||||||
| export 'src/openim.dart'; | export 'src/openim.dart'; | ||||||
| export 'src/utils.dart'; | export 'src/utils.dart'; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user