File tree 3 files changed +12
-20
lines changed
3 files changed +12
-20
lines changed Original file line number Diff line number Diff line change 1
- <!--
2
- Thanks for contributing!
3
-
4
- Provide a description of your changes below and a general summary in the title
5
-
6
- Please look at the following checklist to ensure that your PR can be accepted quickly:
7
- -->
8
-
9
- ## Status
10
-
11
- ** READY/IN DEVELOPMENT/HOLD**
12
-
13
1
## Description
14
2
15
3
<!-- - Describe your changes in detail -->
18
6
19
7
<!-- - Put an `x` in all the boxes that apply: -->
20
8
21
- - [ ] ✨ New feature (non-breaking change which adds functionality)
22
- - [ ] 🛠️ Bug fix (non-breaking change which fixes an issue)
23
- - [ ] ❌ Breaking change (fix or feature that would cause existing functionality to change)
24
- - [ ] 🧹 Code refactor
25
- - [ ] ✅ Build configuration change
26
- - [ ] 📝 Documentation
27
- - [ ] 🗑️ Chore
9
+ - [ ] ✨ New feature (non-breaking change which adds functionality)
10
+ - [ ] 🛠️ Bug fix (non-breaking change which fixes an issue)
11
+ - [ ] ❌ Breaking change (fix or feature that would cause existing functionality to change)
12
+ - [ ] 🧹 Code refactor
13
+ - [ ] ✅ Build configuration change
14
+ - [ ] 📝 Documentation
15
+ - [ ] 🗑️ Chore
Original file line number Diff line number Diff line change
1
+ ## 0.6.1
2
+
3
+ - [ Feat] Add ` ScopedRef.exists(context) ` method to check if a ScopedRef is initialized in the current LiteRefScope.
4
+
1
5
## 0.6.0
2
6
3
7
- Update flutter dependency constraint
Original file line number Diff line number Diff line change 1
1
name : lite_ref
2
2
description : A lightweight dependency injection package with support for overriding for testing.
3
- version : 0.6.0
3
+ version : 0.6.1
4
4
repository : https://github.com/jinyus/lite_ref
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments