Skip to content

Instantly share code, notes, and snippets.

View chenglu's full-sized avatar
🏠
Working from home

Luke Cheng chenglu

🏠
Working from home
View GitHub Profile
@chenglu
chenglu / main.dart
Created July 3, 2022 05:04
Animated discs example
import 'dart:math';
import 'package:flutter/material.dart';
class DiscData {
static final _rng = Random();
final double size;
final Color color;
final Alignment alignment;
1
00:00:08,800 --> 00:00:12,721
大家好 我是 Wear OS 部门的产品经理 Maia Conrado
Hi, I’m Maia Conrado, and I am a product manager for Wear OS.
2
00:00:12,804 --> 00:00:14,431
今天我们要与大家分享
Today we will talk to you
@chenglu
chenglu / 29.srt
Last active January 24, 2022 06:58
1
00:00:08,467 --> 00:00:09,426
大家好
Hi, everyone.
2
00:00:09,510 --> 00:00:11,637
我是 Mayuri Khinvasara Khabya
This is Mayuri Khinvasara Khabya,
@chenglu
chenglu / byatc.srt
Last active January 18, 2022 13:41
1
00:00:08,717 --> 00:00:10,010
大家好 我是 Jay
Hi, I’m Jay.
2
00:00:10,511 --> 00:00:11,428
我是 Stav
And I’m Stav.
CFUG Documentation Individual Contributor License Agreement
Flutter 中国用户组文档个人贡献者许可协议
Please sign 请签署: __________________________________ Date 日期: ____________
Full name 全名: _____________________________________________________
Mailing Address 信件地址: ________________________________________________
Telephone 电话: _____________________________________________________
E-Mail 电子邮箱: ______________________________________________________
Schedule A附录A:
Description of Initial Contribution: 描述初始贡献内容:
@chenglu
chenglu / flutter-cn-constraints.dart
Created July 6, 2020 02:06
Example 1 - 29 for the flutter_layout_article.
import 'package:flutter/material.dart';
void main() => runApp(HomePage());
const red = Colors.red;
const green = Colors.green;
const blue = Colors.blue;
const big = const TextStyle(fontSize: 30);
//////////////////////////////////////////////////
18
04-13 21:26:18
__source__: log_service
__topic__: oss_access_log
acc_access_region: -
access_id: LTAI4Fg2D9bPmEh8xhJze7tS
bucket: tf-wiki-discuss-uploads
bucket_location: oss-cn-beijing-v
bucket_storage_type: standard
client_ip: 118.193.32.67
@admin, 2018/5/3 01:44
2018 年 5 月
修正手机版图片显示缩略图的问题。
#SEO 对标题进行了优化,页面加入 canonical 属性。
尝试帖子页面对 AMP 的适配和优化。
加入视频 PWA theme-color 的 meta 标签。
努力致力于提升全球的访问速度。
2018 年 4 月
- title: 开始使用 Flutter
children:
- title: 1. 安装和环境配置
permalink: /docs/get-started/install
- title: 2. 编辑工具设定
permalink: /docs/get-started/editor
- title: 3. 开发体验初探
permalink: /docs/get-started/test-drive
- title: 4. 编写第一个 Flutter 应用
permalink: /docs/get-started/codelab
title short-title diff2html
为你的 Flutter 应用加入交互体验
交互添加
true

{% capture examples -%} {{site.repo.this}}/tree/{{site.branch}}/examples {%- endcapture -%}