From 2cc7384b906585b77c94622fd45bcc889ba11e97 Mon Sep 17 00:00:00 2001 From: Mikhail Zotyev Date: Tue, 15 Jul 2025 18:26:37 +0200 Subject: [PATCH 1/2] Chore: Add funding information and support options to README files. --- .github/FUNDING.yml | 15 +++++++++++++++ README.md | 11 ++++++++++- packages/elementary/README.md | 11 ++++++++++- packages/elementary_helper/README.md | 11 ++++++++++- packages/elementary_test/README.md | 11 ++++++++++- 5 files changed, 55 insertions(+), 4 deletions(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..3b3891b --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,15 @@ +# These are supported funding model platforms + +github: [MbIXjkee] +patreon: MbIXJkee +# open_collective: # Replace with a single Open Collective username +# ko_fi: # Replace with a single Ko-fi username +# tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +# liberapay: # Replace with a single Liberapay username +# issuehunt: # Replace with a single IssueHunt username +# lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +# polar: # Replace with a single Polar username +buy_me_a_coffee: mbixjkee +# thanks_dev: # Replace with a single thanks.dev username +custom: ['https://boosty.to/mbixjkee'] diff --git a/README.md b/README.md index 67db365..9f2d0e8 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Special thanks to: All members of the Surf Flutter Team for actively using and providing feedback. -## Sponsorship +## Sponsorship & Support Special sponsor of the project: @@ -92,3 +92,12 @@ Special sponsor of the project: For all questions regarding sponsorship/collaboration connect with [Mikhail Zotyev](https://github.com/MbIXjkee). + +We appreciate any form of support, whether it's a financial donation, a public sharing, or a star on GitHub and a like on Pub. If you want to provide financial support, there are several ways you can do it: + + - [GH Sponsors](https://github.com/sponsors/MbIXjkee) + - [Buy me a coffee](https://buymeacoffee.com/mbixjkee) + - [Patreon](https://www.patreon.com/MbIXJkee) + - [Boosty](https://boosty.to/mbixjkee) + +Thank you for all your support! diff --git a/packages/elementary/README.md b/packages/elementary/README.md index 77118dc..5f7ea4a 100644 --- a/packages/elementary/README.md +++ b/packages/elementary/README.md @@ -283,7 +283,7 @@ Special thanks to: All members of the Surf Flutter Team for actively using and providing feedback. -## Sponsorship +## Sponsorship & Support Special sponsor of the project: @@ -292,3 +292,12 @@ Special sponsor of the project: For all questions regarding sponsorship/collaboration connect with [Mikhail Zotyev](https://github.com/MbIXjkee). + +We appreciate any form of support, whether it's a financial donation, a public sharing, or a star on GitHub and a like on Pub. If you want to provide financial support, there are several ways you can do it: + + - [GH Sponsors](https://github.com/sponsors/MbIXjkee) + - [Buy me a coffee](https://buymeacoffee.com/mbixjkee) + - [Patreon](https://www.patreon.com/MbIXJkee) + - [Boosty](https://boosty.to/mbixjkee) + +Thank you for all your support! diff --git a/packages/elementary_helper/README.md b/packages/elementary_helper/README.md index 503ccdf..31d8f8d 100644 --- a/packages/elementary_helper/README.md +++ b/packages/elementary_helper/README.md @@ -222,7 +222,7 @@ Special thanks to: All members of the Surf Flutter Team for actively using and providing feedback. -## Sponsorship +## Sponsorship & Support Special sponsor of the project: @@ -231,3 +231,12 @@ Special sponsor of the project: For all questions regarding sponsorship/collaboration connect with [Mikhail Zotyev](https://github.com/MbIXjkee). + +We appreciate any form of support, whether it's a financial donation, a public sharing, or a star on GitHub and a like on Pub. If you want to provide financial support, there are several ways you can do it: + + - [GH Sponsors](https://github.com/sponsors/MbIXjkee) + - [Buy me a coffee](https://buymeacoffee.com/mbixjkee) + - [Patreon](https://www.patreon.com/MbIXJkee) + - [Boosty](https://boosty.to/mbixjkee) + +Thank you for all your support! diff --git a/packages/elementary_test/README.md b/packages/elementary_test/README.md index 4bd8f60..69605da 100644 --- a/packages/elementary_test/README.md +++ b/packages/elementary_test/README.md @@ -133,7 +133,7 @@ Special thanks to: All members of the Surf Flutter Team for actively using and providing feedback. -## Sponsorship +## Sponsorship & Support Special sponsor of the project: @@ -142,3 +142,12 @@ Special sponsor of the project: For all questions regarding sponsorship/collaboration connect with [Mikhail Zotyev](https://github.com/MbIXjkee). + +We appreciate any form of support, whether it's a financial donation, a public sharing, or a star on GitHub and a like on Pub. If you want to provide financial support, there are several ways you can do it: + + - [GH Sponsors](https://github.com/sponsors/MbIXjkee) + - [Buy me a coffee](https://buymeacoffee.com/mbixjkee) + - [Patreon](https://www.patreon.com/MbIXJkee) + - [Boosty](https://boosty.to/mbixjkee) + +Thank you for all your support! From fd267d8b0b4cd44f65c511a2cd1a0ca4ff074246 Mon Sep 17 00:00:00 2001 From: Mikhail Zotyev Date: Tue, 15 Jul 2025 18:57:12 +0200 Subject: [PATCH 2/2] Chore: Update funding information and add topics to pubspec.yaml files across packages. --- packages/elementary/pubspec.yaml | 14 +++++++++++++- packages/elementary_helper/pubspec.yaml | 12 ++++++++++++ packages/elementary_test/pubspec.yaml | 13 +++++++++++++ 3 files changed, 38 insertions(+), 1 deletion(-) diff --git a/packages/elementary/pubspec.yaml b/packages/elementary/pubspec.yaml index 66a36bc..8986ade 100644 --- a/packages/elementary/pubspec.yaml +++ b/packages/elementary/pubspec.yaml @@ -5,6 +5,18 @@ repository: "https://github.com/Elementary-team/flutter-elementary/tree/main/pac issue_tracker: "https://github.com/Elementary-team/flutter-elementary/issues" homepage: "https://github.com/Elementary-team/flutter-elementary" +funding: + - https://github.com/sponsors/MbIXjkee + - https://buymeacoffee.com/mbixjkee + - https://www.patreon.com/MbIXJkee + - https://boosty.to/mbixjkee + +topics: + - mvvm + - architecture + - state-management + - elementary + environment: sdk: ">=3.0.0 <4.0.0" flutter: ">=3.10.0" @@ -22,4 +34,4 @@ dev_dependencies: mjk_lint_rules: ^2.0.0 flutter: - uses-material-design: true \ No newline at end of file + uses-material-design: true diff --git a/packages/elementary_helper/pubspec.yaml b/packages/elementary_helper/pubspec.yaml index 12862b8..ce5c75d 100644 --- a/packages/elementary_helper/pubspec.yaml +++ b/packages/elementary_helper/pubspec.yaml @@ -5,6 +5,18 @@ repository: "https://github.com/Elementary-team/flutter-elementary/tree/main/pac issue_tracker: "https://github.com/Elementary-team/flutter-elementary/issues" homepage: "https://github.com/Elementary-team/flutter-elementary" +funding: + - https://github.com/sponsors/MbIXjkee + - https://buymeacoffee.com/mbixjkee + - https://www.patreon.com/MbIXJkee + - https://boosty.to/mbixjkee + +topics: + - mvvm + - architecture + - state-management + - elementary + environment: sdk: ">=3.0.0 <4.0.0" flutter: ">=3.10.0" diff --git a/packages/elementary_test/pubspec.yaml b/packages/elementary_test/pubspec.yaml index 39db42c..2082904 100644 --- a/packages/elementary_test/pubspec.yaml +++ b/packages/elementary_test/pubspec.yaml @@ -5,6 +5,19 @@ repository: "https://github.com/Elementary-team/flutter-elementary/tree/main/pac issue_tracker: "https://github.com/Elementary-team/flutter-elementary/issues" homepage: "https://github.com/Elementary-team/flutter-elementary" +funding: + - https://github.com/sponsors/MbIXjkee + - https://buymeacoffee.com/mbixjkee + - https://www.patreon.com/MbIXJkee + - https://boosty.to/mbixjkee + +topics: + - mvvm + - architecture + - state-management + - elementary + - testing + environment: sdk: ">=3.0.0 <4.0.0" flutter: ">=3.10.0"