gustavobrian

Results 4 comments of gustavobrian

thanks for your work, i m similarity problem android compiling: conflict dependencies{ implementation "com.android.support:support-core-utils:27.1.1" } and image_picker 27.1.0

Hi, thanks for your work... I need full sample the webhook ?

AsyncSnapshot(ConnectionState.done, null, MissingPluginException(No implementation found for method resizeOverlay on channel x-slayer/overlay), #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:308:7) #1 FlutterOverlayWindow.resizeOverlay (package:flutter_overlay_window/src/overlay_window.dart:107:24) #2 _FutureBuilderState._subscribe. (package:flutter/src/widgets/async.dart:624:33)

resolve with: @override Widget build(BuildContext context) { return FutureBuilder( future: FlutterOverlayWindow.isActive(), initialData: false, builder: ( BuildContext context, AsyncSnapshot snapshot, ) { log("=====######^&&&%%%@@@@@@@@@===================== FlutterOverlayWindow 0 snapshot $snapshot"); if (snapshot.connectionState == ConnectionState.done...