hhstore / blog

My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
278 stars 22 forks source link

Flutter: Awesome Libs/Projects #215

Open hhstore opened 3 years ago

hhstore commented 3 years ago

related:

hhstore commented 3 years ago

dart + flutter 官方:

pub-dev: flutter/dart 包管理工具

dart-pad: 在线写 dart/flutter

dart 标准库:

镜像源:


# 国内社区: 社区主镜像,采用多种方式同步 Flutter 开发者资源(推荐)。
export PUB_HOSTED_URL=https://pub.flutter-io.cn
export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn

# 清华: 
export FLUTTER_STORAGE_BASE_URL="https://mirrors.tuna.tsinghua.edu.cn/flutter"
export PUB_HOSTED_URL="https://mirrors.tuna.tsinghua.edu.cn/dart-pub"

# 上海交大 Linux 用户组
export PUB_HOSTED_URL=https://dart-pub.mirrors.sjtug.sjtu.edu.cn
export FLUTTER_STORAGE_BASE_URL=https://mirrors.sjtug.sjtu.edu.cn

# 国内社区: 社区主镜像,采用多种方式同步 Flutter 开发者资源(推荐)。
export PUB_HOSTED_URL=https://pub.flutter-io.cn
export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn

#  腾讯云开源镜像站
export PUB_HOSTED_URL=https://mirrors.cloud.tencent.com/dart-pub
export FLUTTER_STORAGE_BASE_URL=https://mirrors.cloud.tencent.com/flutter
hhstore commented 3 years ago

1

hhstore commented 3 years ago

flutter refs:

awesome:

search:

开发者:

一个社区?

hhstore commented 3 years ago

flutter docs:

必看:

阿里闲鱼:

专题:

book:

hhstore commented 3 years ago

flutter apps:

flutter 高仿  github

必看:

# Podfile 文件修改: 

# Uncomment this line to define a global platform for your project
platform :ios, '9.0'

列表:

精选:

列表2:

高仿项目:

// 正确环境如下
// Flutter (Channel beta, v1.7.8)
// Dart VM version: 2.4.0
// Pub 2.4.0
hhstore commented 3 years ago

flutter libs:

官方:

ref:

libs:

framework:

desktop :

mac 显示隐藏目录:

# 命令行: 
defaults write com.apple.finder AppleShowAllFiles -bool true;

KillAll Finder

IDE 插件:

hhstore commented 3 years ago

1