书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 578 个相关结果.
  • 简介

    1 在线体验 1.1 电脑在线体验: https://mirror.anji-plus.com/captcha-web/ 1.2 微信小程序和H5在线体验(基于uni-app实现) 2 功能概述 2.1 组件介绍 2.2 概念术语描述 3 交互流程 4 目录结构 5 接入文档 5.1 本地启动 5.2 码云wiki接入文档(国内较快)...
  • 发起 WebSockets 请求

    使用步骤 1. 连接 WebSocket 服务器 2. 监听来自服务器的消息 这样为什么可行? 3. 向服务器发送数据 这又是如何工作的呢 4. 关闭 WebSocket 连接 完整代码 除了普通的 HTTP 请求,你还可以通过 WebSockets 来连接服务器。WebSockets 可以以非轮询的方式与服务器进行双向通信。 在这里,你...
  • 进度条

    5838 2018-12-05 《Flutter 实战》
    进度条 水平进度条 圆形进度条 属性 自定义进度条样式 定义进度条大小 自定义颜色 进度条 和大多数UI库一样,Flutter也提供了两种进度指示器。一种是水平方向线性的LinearProgressIndicator,另一种是圆形的CircularProgressIndicator。两种指示器都支持循环模式和精确精度: 循环模式:循环...
  • Overview

    Core libraries Multi-platform libraries Native platform libraries Web platform libraries Core libraries Dart has a rich set of core libraries that provide essentials for man...
  • Pub 软件包注册表

    Pub 软件包注册表 要求 配置软件包注册表 发布软件包 安装软件包 Pub 软件包注册表 为您的用户或组织发布 Pub 软件包。 要求 要使用Pub软件包注册表,您需要使用 dart 和/或 flutter . 工具。 以下示例使用 dart 。 配置软件包注册表 要注册软件包注册表并提供凭据,请执行以下操作: dart pu...
  • Parsing JSON in the background

    1752 2019-06-08 《Flutter Cookbook》
    Directions 1. Add the http package 2. Make a network request 3. Parse and Convert the json into a List of Photos Create a Photo class Convert the response into a List of Photos...
  • AppState Model

    1017 2019-12-15 《Flutter by Example》
    AppState Model copyWith? AppState Model The next step is define out AppState class. This is an arbitrary name, by the way. Some things in Redux do require specific names, but ...
  • ListView and Builder Methods

    875 2019-12-15 《Flutter by Example》
    ListView and Builder Methods 1. DogList Class ListView and Builder Methods Right now you just have a card for your dog. It would be more useful to render all of them as a list...
  • Pub 软件包注册表

    Pub 软件包注册表 要求 配置软件包注册表 发布软件包 安装软件包 Pub 软件包注册表 为您的用户或组织发布 Pub 软件包。 要求 要使用Pub软件包注册表,您需要使用 dart 和/或 flutter . 工具。 以下示例使用 dart 。 配置软件包注册表 要注册软件包注册表并提供凭据,请执行以下操作: dart pu...
  • 多媒体

    多媒体 图像 视频 多媒体 页面中的多媒体用得比较多的图像与视频,Kraken 分别使用 <img> 与 <video> 标签来支持,以下介绍具体的用法。 图像 Kraken 支持所有 Flutter 支持的图像格式,包含 JPEG, PNG, GIF, Animated GIF, WebP, Animated WebP, BMP, WBM...