Skip to content

Commit 9b4849d

Browse files
committed
refactor: merge cubit into bloc
1 parent 0502ab3 commit 9b4849d

File tree

398 files changed

+20
-5980
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

398 files changed

+20
-5980
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+20-22
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,31 @@
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+
19
## Status
10+
211
**READY/IN DEVELOPMENT/HOLD**
312

413
## Breaking Changes
14+
515
YES | NO
616

717
## Description
8-
A few sentences describing the overall goals of the pull request's commits.
9-
10-
## Related PRs
11-
List related PRs against other branches:
12-
13-
branch | PR
14-
------ | ------
15-
other_pr_production | [link]()
16-
other_pr_master | [link]()
17-
18-
19-
## Todos
20-
- [ ] Tests
21-
- [ ] Documentation
22-
- [ ] Examples
2318

24-
## Steps to Test or Reproduce
25-
Outline the steps to test or reproduce the PR here.
19+
<!--- Describe your changes in detail -->
2620

27-
```
28-
```
21+
## Type of Change
2922

30-
## Impact to Remaining Code Base
31-
This PR will affect:
23+
<!--- Put an `x` in all the boxes that apply: -->
3224

33-
*
25+
- [ ] ✨ New feature (non-breaking change which adds functionality)
26+
- [ ] 🛠️ Bug fix (non-breaking change which fixes an issue)
27+
- [ ] ❌ Breaking change (fix or feature that would cause existing functionality to change)
28+
- [ ] 🧹 Code refactor
29+
- [ ] ✅ Build configuration change
30+
- [ ] 📝 Documentation
31+
- [ ] 🗑️ Chore
File renamed without changes.
File renamed without changes.
File renamed without changes.

cubit/.github/CODEOWNERS

-3
This file was deleted.

cubit/.github/FUNDING.yml

-1
This file was deleted.

cubit/.github/ISSUE_TEMPLATE/bug_report.md

-30
This file was deleted.

cubit/.github/ISSUE_TEMPLATE/feature_request.md

-16
This file was deleted.

cubit/.github/pull_request_template.md

-23
This file was deleted.

cubit/.gitignore

-1
This file was deleted.

cubit/CODE_OF_CONDUCT.md

-76
This file was deleted.

cubit/CONTRIBUTING.md

-50
This file was deleted.

cubit/README.md

-61
This file was deleted.

cubit/assets/flutter_cubit_full.png

-22.9 KB
Binary file not shown.

cubit/assets/vgv_logo.png

-11.9 KB
Binary file not shown.

cubit/examples/angular_counter/.gitignore

-9
This file was deleted.

cubit/examples/angular_counter/README.md

-6
This file was deleted.

cubit/examples/angular_counter/analysis_options.yaml

-19
This file was deleted.

cubit/examples/angular_counter/lib/app_component.dart

-10
This file was deleted.

cubit/examples/angular_counter/lib/app_component.html

-1
This file was deleted.

cubit/examples/angular_counter/lib/src/counter_page/counter_cubit.dart

-8
This file was deleted.

cubit/examples/angular_counter/lib/src/counter_page/counter_page_component.css

-11
This file was deleted.

0 commit comments

Comments
 (0)