mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

Adds an initial integration test that: 1. captures laid-out widget size 2. focuses a text field to show the keyboard and resize the view 3. unfocuses the text field to dismiss the keyboard and resize the view 4. verify that the final widget size matches the initial size
19 lines
269 B
Objective-C
19 lines
269 B
Objective-C
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
#ifndef PluginRegistry_h
|
|
#define PluginRegistry_h
|
|
|
|
#import <Flutter/Flutter.h>
|
|
|
|
|
|
@interface PluginRegistry : NSObject
|
|
|
|
|
|
- (instancetype)initWithController:(FlutterViewController *)controller;
|
|
|
|
@end
|
|
|
|
#endif /* PluginRegistry_h */
|