书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 578 个相关结果.
  • 客户端集成

    在 Flutter 应用中集成 Kraken 在原生 App 中集成 Kraken Kraken Widget 集成开发者工具
  • 占位符和网络图片淡入

    从内存加载占位符 完整样例 从本地存储加载占位符 完整样例 当使用默认的 Image widget 显示图片时,你可能会注意到图片只是在加载完后直接显示到屏幕上。用户可能会觉得这看起来不舒服。 此外,如果可以先展示占位符,待图片加载完成后淡入显示图片不是很酷么?可以使用 Flutter 自带的 FadeInImage Widget 来实现这...
  • Implement Swipe to Dismiss

    1386 2019-06-08 《Flutter Cookbook》
    Directions 1. Create List of Items Create a Data Source Convert the data source into a List 2. Wrap each item in a Dismissible Widget 3. Provide “Leave Behind” indicators Com...
  • 获取网络数据

    Directions 1. Add the http package 2. Make a network request 3. Convert the response into a custom Dart object Create a Post class Convert the http.Response to a Post 4. Fetc...
  • Auth, InheritedWidget, Firebase

    1026 2019-12-15 《Flutter by Example》
    State Management the Flutter Way Log In Flow Boiler Plate Set Up InheritedWidget (AppState) Set up AppLoading Login New User Auto Login on Startup
  • Fetch data from the internet

    893 2019-06-08 《Flutter Cookbook》
    Directions 1. Add the http package 2. Make a network request 3. Convert the response into a custom Dart object Create a Post class Convert the http.Response to a Post 4. Fetc...
  • WebSocket

    3016 2018-12-05 《Flutter 实战》
    使用WebSockets 步骤 1. 连接到WebSocket服务器 2. 监听来自服务器的消息 工作原理 3. 将数据发送到服务器 工作原理 4. 关闭WebSocket连接 完整的例子 使用WebSockets Http协议是无状态的,只能由客户端主动发起,服务再被动响应,服务端无法向客户端主动推送内容,并且一旦服务器响应结束,链...
  • WidgetWrapper

    WidgetWrapper WidgetWrapper 它用来解决 flutter 的 ui 体系下,一些需要实现特色接口的 Widget,比如 KeepAlive,因为通过 Component 产生的 Widget 会被一个框架内部的 Stateful 的 Widget 所包裹。 示例代码 import 'package:flutter/m...
  • 开发工具和技术细节

    工具和技术细节 工具和技术细节 Topics: Android Studio 或类 IntelliJ 系列 Visual Studio Code 开发者工具 Flutter SDK 热重载 (Hot reload) 代码格式化