书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 578 个相关结果.
  • Fade a Widget in and out

    1096 2019-06-08 《Flutter Cookbook》
    Directions 1. Create a box to fade in and out 2. Define a StatefulWidget 3. Display a button that toggles the visibility 4. Fade the box in and out Complete example As UI de...
  • 概览

    提高渲染性能 提高渲染性能 Rendering animations in your app is one of the most citedtopics of interest when it comes to measuring performance.Thanks in part to Flutter’s Skia engine and its...
  • 使用 JSON

    在 Dart 里使用 JSON 需要用到的库 相关的 Flutter 资源 相关的 Web 应用资源 相关的 VM 资源 在 Dart 里使用 JSON 许多移动或网页应用都使用 JSON 来处理类似与服务器交换数据的任务。本文将讨论如果使用 Dart 对 JSON 数据进行序列化 和反序列化 :即 Dart 对象与 JSON 数据之间的相互...
  • 调用 C 和 C++

    使用 dart:ffi 调用原生代码 Dynamic vs static linking Step 1: Create a plugin Step 2: Add C/C++ sources Step 3: Load the code using the FFI library Other use cases iOS and macOS Platfo...
  • An introduction to unit testing

    955 2019-06-08 《Flutter Cookbook》
    Directions 1. Add the test dependency 2. Create a test file 3. Create a class to test 4. Write a test for our class 5. Combine multiple tests in a group 6. Run the tests Run t...
  • 十、 深入图片加载流程

    文章汇总地址: 一、图片流程 1、obtainKey 2、load(T key) 3、resolve 3、ImageStreamCompleter 二、本地图片缓存 三、其他补充 1、缓存数量 2、.9图 资源推荐 完整开源项目推荐: 作为系列文章的第十篇,本篇主要深入了解 Flutter 中图片加载的流程,剥析图片流程中有意思的片...
  • 动画

    1383 2018-12-05 《Flutter 实战》
    简介 本章目录 简介 精心设计的动画会让用户界面感觉更直观、流畅,能改善用户体验。 Flutter可以轻松实现各种动画类型,对于许多widget,特别是Material Design widgets ,都带有在其设计规范中定义的标准动画效果(但也可以自定义这些效果)。本章将详细介绍Flutter的动画系统,并会通过几个小实例来演示,以帮助开发者可以...
  • 在原生 App 中集成 Kraken

    在原生 App 中集成 Kraken 集成到 Android 应用 1. 准备好你的 AndroidStudio 工程 2. 获取 Kraken Android SDK 3. 配置 maven 仓库地址: 4. 添加构建依赖项 5. 在 MainActivity 中添加启动代码 集成到现有 iOS 应用 1. 准备好你的 XCode iOS 工程...
  • 环境配置

    1338 2019-06-09 《Flutter 基础文档》
    环境配置 Windows 下的环境配置 环境配置 Windows 和 Linux 操作系统,只能搭建 Android 开发环境; 如果需要同时搭建 Android 和 IOS 开发环境,请选择 MacOS 。 Windows 下的环境配置 Windows平台下配置 Flutter 环境,可参考如下博客: Flutter在Windows平台...
  • Pubspec file

    The pubspec file Supported fields Example Details Name Version Description Author/authors Homepage Repository Issue tracker Documentation Dependencies Executables Publi...