basic_inappwebview_page 1.0.6 copy "basic_inappwebview_page: ^1.0.6" to clipboard
basic_inappwebview_page: ^1.0.6 copied to clipboard

Basic InAppWebView Page

pub package

juneflow_github

basic_inappwebview_page #

Installation #

  1. If the juneflow project doesn't exist, please create it by following this guide.
  2. open terminal in the juneflow project root directory, enter the following command.
    june add basic_inappwebview_page
    
  3. if build on web, add this line in web/index.html inside the <head> tag.
    <script type="application/javascript" src="/assets/packages/flutter_inappwebview_web/assets/web/web_support.js" defer></script>
    
  4. start the project by entering the following command.
    flutter run lib/app/_/_/interaction/view.blueprint/component/basic_inappwebview_page/_/view.dart -d chrome
    

Screenshots #