Commit c70a87cf authored by Việt Anh's avatar Việt Anh

fix

parent da1cee6f
......@@ -44,12 +44,6 @@ class _EkycButtonActionState extends State<EkycButtonAction> {
super.initState();
}
@override
void didUpdateWidget(mode) {
_channel = const MethodChannel(AppString.channel);
super.didUpdateWidget(mode);
}
@override
Widget build(BuildContext context) {
return GestureDetector(
......
......@@ -3,7 +3,7 @@ description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0
version: 1.0.1
environment:
sdk: '>=2.19.6 <3.0.0'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment