flutter_intro
flutter_intro copied to clipboard
A better way for new feature introduction and step-by-step users guide for your Flutter project.
@hellohejinyu please create a migration document from v2 to 3, the example and readme are not very intuitive. Secondly enable issue creation on the new repository, currently it is disabled:...
比如首页和下面的tab 这种可以实现么 还有介绍随着高亮组件移动是哪一个属性决定的啊
demo 链接位于 https://guest-card-testing.web.app/ 为了易于辨识,我将背景颜色改成了绿色。 这个问题会影响到在移动端 Safari 上运行时的显示效果。 为了复现该问题,编译时采用 `flutter build web --web-renderer html` 命令,且在 web/index.html 的 head 中加入以下代码: ```html // 强制使用 html 引擎渲染 window.flutterWebRenderer = "html"; ``` 以下是示例代码: ```dart //...
first of all, great plugin. just having an issue with a form which extents past the current view, the highlighted box is out of view with no option to scroll...