Skip to content

Commit 6515e76

Browse files
authored
Merge branch 'main' into pr_fix_stacktrace
2 parents e431554 + fc3c2e7 commit 6515e76

7 files changed

+32
-13
lines changed

.all-contributorsrc

+9
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,15 @@
608608
"code",
609609
"bug"
610610
]
611+
},
612+
{
613+
"login": "altynbek132",
614+
"name": "Altynbek Aidarbekov",
615+
"avatar_url": "https://avatars.githubusercontent.com/u/48729942?v=4",
616+
"profile": "https://github.com/altynbek132",
617+
"contributions": [
618+
"code"
619+
]
611620
}
612621
],
613622
"contributorsPerLine": 7,

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,7 @@ the growing community of `MobX.dart`.
410410
## Contributors ✨
411411

412412
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
413-
414-
[![All Contributors](https://img.shields.io/badge/all_contributors-63-orange.svg?style=flat-square)](#contributors-)
415-
413+
[![All Contributors](https://img.shields.io/badge/all_contributors-64-orange.svg?style=flat-square)](#contributors-)
416414
<!-- ALL-CONTRIBUTORS-BADGE:END -->
417415

418416
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
@@ -503,6 +501,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
503501
<td align="center" valign="top" width="14.28%"><a href="https://github.com/yatharth25"><img src="https://avatars.githubusercontent.com/u/54071856?v=4?s=64" width="64px;" alt="Yatharth Chauhan"/><br /><sub><b>Yatharth Chauhan</b></sub></a><br /><a href="https://github.com/mobxjs/mobx.dart/commits?author=yatharth25" title="Documentation">📖</a></td>
504502
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ParthBaraiya"><img src="https://avatars.githubusercontent.com/u/36261739?v=4?s=64" width="64px;" alt="Parth Baraiya"/><br /><sub><b>Parth Baraiya</b></sub></a><br /><a href="https://github.com/mobxjs/mobx.dart/commits?author=ParthBaraiya" title="Code">💻</a> <a href="https://github.com/mobxjs/mobx.dart/issues?q=author%3AParthBaraiya" title="Bug reports">🐛</a></td>
505503
</tr>
504+
<tr>
505+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/altynbek132"><img src="https://avatars.githubusercontent.com/u/48729942?v=4?s=64" width="64px;" alt="Altynbek Aidarbekov"/><br /><sub><b>Altynbek Aidarbekov</b></sub></a><br /><a href="https://github.com/mobxjs/mobx.dart/commits?author=altynbek132" title="Code">💻</a></td>
506+
</tr>
506507
</tbody>
507508
</table>
508509

docs/docs/guides/mobx-utils.mdx

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: MobX-utils
3+
sidebar_label: MobX-utils {🚀}
4+
hide_title: true
5+
---
6+
7+
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CEBD4KQ7&placement=mobxjsorg" id="_carbonads_js"></script>
8+
9+
# MobX-utils {🚀}
10+
11+
[mobx_utils](https://pub.dev/packages/mobx_utils) provides an extensive series of additional utility functions, observables and common patterns for MobX.

docs/pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/sidebars.js

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports = {
2828
'guides/organizing-stores',
2929
'guides/when-does-mobx-react',
3030
'guides/mobx-vs-inherited-model',
31+
'guides/mobx-utils',
3132
],
3233
},
3334
'community',

melos.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ packages:
66
- mobx_codegen
77
- mobx_examples
88
- mobx_lint
9+
- mobx_lint_flutter_test
910

1011
scripts:
1112
analyze:
@@ -16,7 +17,3 @@ scripts:
1617
exec: dart run $MELOS_ROOT_PATH/tool/expose_version.dart
1718
generate:
1819
run: cd mobx_examples && dart run build_runner watch --delete-conflicting-outputs
19-
20-
command:
21-
bootstrap:
22-
usePubspecOverrides: true

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mobx_dart
22

33
environment:
4-
sdk: '>=2.18.0 <4.0.0'
4+
sdk: ">=2.18.0 <4.0.0"
55

66
dev_dependencies:
7-
melos: ^3.1.1
7+
melos: ^5.2.1

0 commit comments

Comments
 (0)