问题标签 [flutter-design]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
flutter - Flutter - 当其内容更改时淡出动画文本小部件
我想在内容更改时为我的 Text 小部件设置动画。有没有办法在没有两个单独的 Text 小部件的情况下做到这一点?
为了清楚起见,我有一个身份验证屏幕,我在其中将文本小部件从登录更改为注册,反之亦然。这应该在淡入淡出过渡中平滑动画。
当然,我可以简单地制作两个 Text 小部件,然后将一个淡入,另一个淡出。但是有没有更简单的方法?
亲切的问候, pichlerAT
flutter - 在 Flutter 中使用“bottomNavigationBar”后,“body”部分不可见
每当我使用bottomNavigationBar:它不显示body:屏幕上的一部分但是当我删除bottomNavigationBar:然后它显示body: 这是代码
没有错误显示只是身体在屏幕上不可见
请问有什么解决办法吗?
flutter - 使用painter flutter绘制自定义底部应用栏
我想用 Flutter 中的 CustomPainter 创建一个自定义底部应用栏:我已经尝试了下面的代码,但没有给我想要的结果:
我想要这样的东西: 半径容器
从我的容器小部件:
注意:我想要自定义容器,例如带有自定义画家的图像,无需使用 BottomAppBar 小部件或 FloatingActionButton
flutter - 使用颤振 customPainter 小部件绘制形状
我如何用 CustomPainter 画出这样的东西: 图片
flutter - 我正在尝试将动态 url 加载为初始 url bt 它没有加载到 webview 中。如果我将 url 放入 tem var 并将 temp 用作初始 url,那么它将起作用
在这里,我试图在 webview 中加载深层链接首先在 google 中输入深层链接并将其重定向到应用程序并在 webview 中加载深层链接。如果我把静态 URL 像 var temp = "www.google.com" 然后使用 temp var 作为 webview 中的初始 URL,它将加载谷歌应用内。但我试图将深层链接 var 复制到字符串 var 中,并在 webview 中使用 temp var 作为初始 URL,它不会在 webview 中加载动态链接。甚至我将深层链接 var 转换为字符串(将 URI 类型转换为字符串)
// String temp = "www.google.com"; // 这将作为 webview 中的初始 url 正常工作
ios - Flutter:用警报对话框替换底部对话框
当我单击底部对话框的一个选项时,我希望底部对话框被一个警报对话框替换,这是我的 onTap 的功能代码:
android - after saving from canvas image looks blurry and image quality is not same as old in flutter
//first the code i write .
//now the output i get
//image before saving :- enter image description here
//image after saving or recording from canvas:- enter image description here
just look at the quality difference between above two images. i am also using clipping here but without clipping i also get same blurry image variant of original image.