Skip to content

v1.0.8

Choose a tag to compare

@gmpassos gmpassos released this 24 Feb 06:17
· 9 commits to master since this release
3bbb848
Merge v1.0.8



- `AsyncStorage`:
  - Added `reopen`.
- `AsyncField`:
  - Added `valueOrSlate` and `valueOrSlateNoTimeoutCheck`.
  - Added `isSlate` and `isSetOrSlate`.
  - Added `onChangeFilter`.
  - Added `dsxValueAllowSlate` and `dsxValueAllowAutoFetch`.
- `analysis_options.yaml`:
  - Added linter rules:
    - `avoid_dynamic_calls`.
    - `avoid_type_to_string`.
    - `no_runtimeType_toString`.
    - `discarded_futures`.
    - `no_adjacent_strings_in_list`.
- sdk: '>=2.18.0 <3.0.0'
- async_extension: ^1.1.0
- test: ^1.23.1
- coverage: ^1.6.3