Questions tagged [flutterwebviewplugin]

245 questions
-1
votes
1 answer

ars_progress_dialog and ars dialog are DISCONTINUED flutter packages. Name the alternatives

I want to use ars_progress_dialog but it is discontinued Customizable progress dialog for Flutter applications with smooth animation for background dim color and blur. The next option is ars_dialog 1.0.8 but apparently its discontinued. Which…
-1
votes
1 answer

InAppWebView Flutter : Failed to get fallback IMM with expected displayId

I have created WebView in my flutter project using InAppWebView as below : Widget build(BuildContext context) { return Scaffold( body: SafeArea( child: Stack( children: [ InAppWebView( initialUrlRequest:…
Jaimin Modi
  • 1,530
  • 4
  • 20
  • 72
-1
votes
2 answers

Add Webview to HomeScreen

I'm opening a web URL inside a webview. How do I add the functionality of Adding it to the HomeScreen to webview? I'm using InAppWebview to launch a webview. Using ChromeSafariBrowser component, it gives a default option of Adding to HomeScreen. How…
Praful Bagai
  • 16,684
  • 50
  • 136
  • 267
-1
votes
1 answer

flutter webview plugin open shrinked window

I am trying to open a window displaying a website and make the window smaller but still be able to see the full view. I can change the window size but when I do so the site doesnt adjust and its like I zoomed in. Here is the code: …
-2
votes
1 answer

Unable to read Riverpod provider in web app . throgh Error: Expected a value of type 'String', but got one of type 'Null'

I have an app that i want to build for web but when i try to run login function the auth provider throgh a error "Error: Expected a value of type 'String', but got one of type 'Null' this happen only in web. here is my authrepo provider final…
Ashutosh singh
  • 820
  • 6
  • 17
1 2 3
16
17