Commit d58de85
committed
Release v9.1.0: Add global errors stream
New Features:
- Added Command.globalErrors stream for reactive error monitoring
- Stream emits all globally-routed command errors
- Perfect for analytics, crash reporting, and UI notifications
- watch_it integration with registerStreamHandler
Improvements:
- Renamed ErrorHandler* classes to *ErrorFilter pattern
- Deprecated old names (removed in v10.0.0)
- Added deprecated_member_use_from_same_package: ignore to analysis_options.yaml
- Removed old docsite folder (docs now at flutter-it.dev)
Tests:
- Added tests for new ErrorFilter classes
- Added comprehensive tests for globalErrors stream
- All 36 tests passing
Documentation:
- Updated global_configuration.md with globalErrors section
- Updated error_handling.md with stream examples
- Updated README.md with link to stream docs1 parent 9ea2d22 commit d58de85
File tree
47 files changed
+1235
-24634
lines changed- docsite
- docs
- command_details
- concepts
- src
- css
- pages
- static
- img
- example
- lib
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+1235
-24634
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
1 | 69 | | |
2 | 70 | | |
3 | 71 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments