-
1. 下载完flutter后,配置以下环境变量,用里zsh的,配置在 vim ~/.zshrc 文件中。
```
# FLUTTER
export PATH=$PATH:/Users/huyue/apps/flutter/bin
export PUB_HOSTED_URL=https://pub.flutter-io.cn
export FLUTTER_STORAGE_BASE_UR…
-
```
[✓] Flutter (Channel beta, 2.5.0, on macOS 11.3.1 20E241 darwin-x64, locale
en-CN)
```
```
lib/views/auth_page/device_screens.dart:88:18: Error: 'AnimatedScale' is imported from bot…
-
I didn't find a duplicate for this issue, but GitHub's search is terrible, so this may be a duplicate.
I was thinking that we could allow variable bindings to String patterns. For instance:
```d…
-
### Steps to reproduce
1. runApp in debugMode
2. click appbar top-left back button quickly mutilpe time
3. assert will be trigger
### Expected results
no assert !
### Actual results
### Co…
-
Nice work - much appreciated however..
Compiling in release mode throws this:
Unhandled Exception: LateInitializationError: Local 'result' has not been initialized.
it seems to be related to the …
-
Subscribe to this issue and stay notified about new [daily trending repos in Dart](https://github.com/trending/dart?since=daily).
-
Hi, I have an idea to import books in the app, as OpenLibrary is often missing books and editions. I'd like to use Structured Data Markup on e-shopping websites to import author, cover image, title, I…
-
flutter实战: https://book.flutterchina.club/
官方文档: https://flutter.dev/docs/development/ui/widgets-intro
api文档: https://api.flutter.dev/index.html
-
**电子书**
- Flutter实战 https://book.flutterchina.club
- GSY 开源 Flutter 系列 https://juejin.im/post/5d14ce6fe51d455d850d3b21
gitbook电子书 https://guoshuyu.cn/home/wx/
-
修改了entity HotBook.dart 对象属性之后 重新生成HotBook.g.dart
发现build_runner被注释,尝试使用原版本build报错
```
flutter pub run build_runner build --delete-conflicting-outputs
[INFO] Generating build script...
[INFO] Ge…