书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 578 个相关结果.
  • Packages (纯 Dart 和原生插件)

    Packages (纯 Dart 和原生插件) Packages (纯 Dart 和原生插件) Topics: 使用 Packages Package 的开发和提交 Flutter Favorites 项目 后台进程 迁移插件 插件网站
  • 开发移动应用

    Mobile app development Mobile app development 我们建议使用 Flutter 框架 来开发移动应用。该框架由 Dart 平台 提供技术驱动,使用 DartVM 可以在整个开发周期提供即时 热重载 ,并使用原生代码编译器 DartAOT 快速创建生产代码。 开始使用
  • Client TLS

    Client TLS Client TLS EMQX provides sample MQTT client code and project example via the MQTT-Client-Examples (opens new window) Git repository, and TLS use guide is provided in...
  • 平台行为差异和适配

    不同平台操作体验的差异和适配 适配哲学 页面导航 导航转场动画 不同平台的转场动画细节 返回导航 滚动 物理仿真 滚动边界行为 动量 返回顶部 排版 图标 触摸反馈 文本编辑 键盘手势导航 文本选中工具栏 点击手势 长按手势 长按并拖放手势 双击手势 不同平台操作体验的差异和适配 备忘 你的 app 是否在...
  • Mobile apps

    Mobile app development Mobile app development We recommend the Flutter framework for developing mobile apps. It’s powered by the Dart platform , using the Dart VM for its ins...
  • build_runner 命令

    build_runner 命令 build_runner 设置 使用内置命令 更多信息 build_runner 命令 build_runner 这个 Package 提供了一些用于生成文件的通用命令,这些命令中有的可以用于测试生成的文件,有的可以用于对外提供这些生成的文件以及它们的源代码。通过本文以及本文结尾处更多信息中的相关链接你可以对 ...
  • Isolates

    Isolates Isolates Most computers, even on mobile platforms, have multi-core CPUs.To take advantage of all those cores, developers traditionally useshared-memory threads running...
  • Scrolling

    1994 2019-06-08 《Flutter Cookbook》
    Directions 1. Create an app with a list of items 2. Instrument the app 3. Write a test that scrolls through the list 4. Run the test Many apps feature lists of content, from ...
  • Navigate to a new screen and back

    795 2019-06-08 《Flutter Cookbook》
    Directions 1. Create two routes 2. Navigate to the second route using Navigator.push() 3. Return to the first route using Navigator.pop() Complete example Most apps contain s...
  • 视频的播放和暂停

    步骤 1. 添加 video_player 依赖 2. 添加权限 Android 配置 iOS 配置 3. 创建并初始化 VideoPlayerController 4. 展示视频播放器 5. 播放视频和暂停视频 完整示例 在任何应用开发中,视频播放都是一项常见任务,Flutter 应用也不例外。为了支持视频播放,Flutter团队提供了...