Đào Hoàng Sơn
Đào Hoàng Sơn
**Describe the bug** If a stateful widget throws exception during `didUpdateWidget`, popping the `Navigator` will trigger the failed assertion. Reproduce code. ```dart import 'package:flutter/material.dart'; import 'package:flutter_easyloading/flutter_easyloading.dart'; void main() => runApp(const...
- [ ] https://dvhcvn-git-feat-api-daohoangson.vercel.app/api/ - [ ] https://dvhcvn-git-feat-api-daohoangson.vercel.app/api/01 - [ ] https://dvhcvn-git-feat-api-daohoangson.vercel.app/api/01/001
Using data from mabuuchinh.vn api
This PR deletes the `.packages` file inside `flutter_app` before running test. This has to be done with recent version of Flutter otherwise **sylph** will failed with this `flutter_01.log` file: ##...
The getPos() method uses offsetTop and offsetLeft to calculate the element position relative to its offset parent. For inline-level elements, the value of offsetTop and offsetLeft has different meaning as...
Related to #531, #733
- Rename `BuildOp.onTreeFlattening` -> `.onFlattening` - Rename `BuildOp.onWidgets` -> `.onBuilt` - Rename `WidgetPlaceholder.localName` -> `.debugLabel` - Remove `listOrNull`
Goal: merge `BuildMetadata` into `BuildTree`.