Skip to content

flutter-lego/chrome_style_browser_lego

Repository files navigation

lego project pub package

chrome_style_browser_lego

Chrome Style Browser View Lego

Installation

  1. open terminal in the lego project root directory, enter the following command for install cli. and create a new lego project if you don't have one.
flutter pub global activate lego_cli
lego create
  1. in terminal, enter the following command for add lego to project.
lego add chrome_style_browser_lego
  1. add the following code to web/index.html file.
<head>
    <!-- ... -->
    <script type="application/javascript" src="/assets/packages/flutter_inappwebview_web/assets/web/web_support.js" defer></script>
    <!-- ... -->
</head>

Usage

if you want a change drag area color,

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published