书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 578 个相关结果.
  • InheritedWidget: Custom Theme Class

    1105 2019-12-15 《Flutter by Example》
    InheritedWidget: Custom Theme Class Set Up a Custom Theme Use the Custom Theme 1. Wrap your app 2. Use the props: 3. A design system suggestion: InheritedWidget: Custom Th...
  • 结构与样式

    结构与样式 搭建页面结构 添加样式 结构与样式 Kraken 中实现了 W3C 标准的 HTML 标签与 CSS 样式,因此可以完全使用 Web 开发的方式来书写页面结构与样式。 搭建页面结构 Kraken 支持大部分常用的标准 HTML 标签(所有支持的标签请参考开发文档 ),使用这些标签可以帮我们搭建出页面的基本结构。 以下例子演示了如何...
  • Forms 1: User Input

    777 2019-12-15 《Flutter by Example》
    Forms 1: User Input 1. TextEditingController class 2. Submit The Form Forms 1: User Input Adding functionality to your AddDogForm is a pretty easy feat. Essentially, you ju...
  • 前言

    1596 2019-12-14 《Dart 之魂》
    前言 前言 Dart 是由 Google 创造的一门通用编程语言,它语法类似于C语言,支持类、泛型、mixin、异步编程等。Dart 是纯面向对象的,即所有变量都是对象,数字、字符串甚至 null 也是对象;Dart 的类型是可选的,即类型在语法层面是可选的,并且对代码运行没有实质影响(仅适用于 Dart 1,Dart 2 的类型不再可选,但因为有类...
  • Persist data with SQLite

    2080 2019-06-08 《Flutter Cookbook》
    Directions 1. Add the dependencies 2. Define the Dog data model 3. Open the Database 4. Create the dogs table 5. Insert a Dog into the database 6. Retrieve the list of Dogs ...
  • Lifecycle

    Lifecycle Lifecycle 默认的所有生命周期,本质上都来自于 flutter State 中的生命周期。 initState didChangeDependencies build didUpdateWidget deactivate dispose 在组件内,Reducer 的生命周期是和页面一致的,Effect 和 View ...
  • Reusable Custom Card Widget

    3238 2019-12-15 《Flutter by Example》
    Reusable Custom Card Widget 1. Create Dog Card Widget 2. Dog Card UI Reusable Custom Card Widget 1. Create Dog Card Widget We need a nice widget to display our doggos. Fir...
  • Using Themes to share colors and font styles

    1249 2019-06-08 《Flutter Cookbook》
    Creating an app theme Themes for part of an application Creating unique ThemeData Extending the parent theme Using a Theme Complete example In order to share colors and font...
  • 依赖

    Package 依赖 Dependency sources SDK Hosted packages Git packages Path packages Version constraints Caret syntax Dev dependencies Dependency overrides Package 依赖 Dependen...