Запускается CameraActivity

This commit is contained in:
Ivan Murashov
2017-07-12 10:54:30 +03:00
parent 824f5142d9
commit 9612f7e3f5
3 changed files with 15 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ class ChatScreen extends StatefulWidget {
class ChatScreenState extends State<ChatScreen> {
static const platform = const MethodChannel('samples.flutter.io/battery');
static const platform = const MethodChannel('com.yourcompany.checker/scanner');
final List<ChatMessage> _messages = <ChatMessage>[];
final TextEditingController _textController = new TextEditingController();
@@ -112,4 +112,4 @@ class ChatMessage extends StatelessWidget {
])
]);
}
}
}