issues
search
mobxjs
/
mobx.dart
MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.
https://mobx.netlify.app
MIT License
2.4k
stars
310
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove `ObservableSet.linkedHashSetFrom()` and use `Set` by default
#869
pr-1
closed
2 years ago
7
Use LinkedHashSet for ObservableSet default implementation.
#868
pr-1
closed
2 years ago
0
add yatharth25 as a contributor
#866
allcontributors[bot]
closed
2 years ago
1
docs: added #851 discussions on ObservableList
#865
yatharth25
closed
2 years ago
3
Reaction lacks toString, so cannot see which reaction causes the error; Add StackTrace to reactions in debug mode to easily spot which reaction it is
#864
fzyzcjy
closed
1 year ago
0
Bump yargs-parser from 16.1.0 to 18.1.3
#863
dependabot[bot]
closed
2 years ago
3
Bump json-schema from 0.2.3 to 0.4.0
#862
dependabot[bot]
closed
2 years ago
2
`disableErrorBoundaries` will not only affect `Reaction`s, but also things like `Computed`s, so the original doc is wrong and should say `Derivation`s
#861
fzyzcjy
closed
2 years ago
3
Add `@computedDisposable`, which automatically disposes the (heavy) computed data, such as an `ui.Image` or other heavyweight resources
#860
fzyzcjy
opened
2 years ago
5
Add `Computed.dispose()` method, which disposes existing cached value
#859
fzyzcjy
closed
1 year ago
1
Allow users to bypass observability system for performance
#858
fzyzcjy
closed
1 year ago
1
Add `disposeValue` callback to `Computed`, such that old values can be properly disposed
#857
fzyzcjy
closed
1 year ago
0
Observability across async gaps? (Will PR if it is reasonable)
#856
fzyzcjy
opened
2 years ago
3
Avoid unnecessary observable notifications of `@observable` fields of `Store`s
#855
fzyzcjy
closed
1 year ago
2
Refactor atom.dart to make code cleaner
#854
fzyzcjy
closed
1 year ago
7
The exception does not work within the reaction
#853
kirill09
opened
2 years ago
2
Get the current property of an observable in another store
#852
DiegoVega19
closed
1 year ago
3
ObservableList is not detected by Observer
#851
subzero911
closed
1 year ago
15
analyzer > 4.3.0 has deprecated method
#850
amondnet
closed
1 year ago
0
mobx_codegen generates setters that report writes even on unchanged values
#849
radzish
closed
1 year ago
2
Mobx for flutter web - observables only update after hot reload
#848
DiegoVega19
opened
2 years ago
2
Bump terser from 5.10.0 to 5.14.2 in /docs
#847
dependabot[bot]
closed
2 years ago
2
dont update ui on progress call back
#846
hoangtienak2
opened
2 years ago
0
fix: revert #784
#845
HudsonAfonso
closed
2 years ago
1
Allow users to bypass observability system for performance; Avoid unnecessary observable notifications of `@observable` fields of `Store`s; Fix Reaction lacks toString, so cannot see which reaction causes the error; Add StackTrace to reactions in debug mode to easily spot which reaction it is
#844
fzyzcjy
closed
1 year ago
10
Can't make a flutter State a Store
#843
SrTobi
opened
2 years ago
3
fix: revert #784
#842
amondnet
closed
2 years ago
3
Fix: AsyncAction behavior
#841
lamnhan066
closed
1 year ago
6
ObservableFuture FutureState.pending state is not called
#840
strmchsr
closed
2 years ago
4
Feat: Add simple version of type aliases and simple getter/setter
#839
lamnhan066
closed
2 years ago
3
Feat: Add simple version of type aliases and simple getter/setter
#838
lamnhan066
closed
2 years ago
1
[BUG] Reaction won't trigger on an Object (With == Operator & hash code) with observable fields
#837
DattatreyaReddy
closed
2 years ago
5
Observer not reacting to changes
#836
ejdoming
closed
2 years ago
14
ci: if the test fails, github action should fail.
#835
amondnet
closed
2 years ago
6
async action behaves differently from 2.0.7+3.
#834
amondnet
closed
2 years ago
10
test: action should wrap in transaction
#833
amondnet
closed
1 year ago
3
@readonly boolean changes not taking effect when used with async await
#832
Dalakoti07
closed
2 years ago
12
Rename asObservable() to obs() (primitive types only)
#831
subzero911
closed
2 years ago
5
Proper way of turning an action into separate methods?
#830
DanMossa
opened
2 years ago
3
Update pubspec.yaml
#829
Eng-Mouaz-M-AlShahmeh
closed
2 years ago
3
Update pubspec.yaml
#828
Eng-Mouaz-M-AlShahmeh
closed
2 years ago
3
mobx_codegen throws RangeError when Dart 2.17 enums are used somewhere in code
#827
scrinoman
closed
2 years ago
3
renamed asObservable() to toObs()
#826
subzero911
closed
2 years ago
2
mobx-codegen
#825
Romavic
closed
2 years ago
2
Example of "The triad of Widget - Store - Service"
#824
fzyzcjy
opened
2 years ago
1
Fix typo in observable.mdx
#822
eltociear
closed
2 years ago
4
MobxCodegen - RangeError
#821
phcs971
closed
2 years ago
2
docs: add ko16a46 as a contributor for code
#820
allcontributors[bot]
closed
2 years ago
1
Create PULL_REQUEST_TEMPLATE.md
#818
pavanpodila
closed
2 years ago
2
Add no_leading_underscores rule to ignore_for_file in mobx_codegen
#817
ko16a46
closed
2 years ago
10
Previous
Next