Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在应用程序栏中实现一个菜单并同时显示一个 webview
我正在使用:-Flutter 版本 1.5.4-hotfix.2 -Android SDK 版本 28.0.3
当然可以,使用 AppBar 然后显示 de WebView。
PS:这个AppBar与WebView本身无关
更新
例子:
Scaffold( appBar: AppBar(), drawer: Drawer(), body: WebView() );