Skip to content

Commit

Permalink
updated dart dependencies and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
catpawzz committed Dec 3, 2024
1 parent 87a4f65 commit a33f2b7
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Feeling a bit down, are we? No worries at all, fren! Our marvelous Healing Neko app is here to sprinkle some joy and warmth into your day! Whether you're feeling blue or just need a little pick-me-up, our adorable neko companion is ready to lend a paw and whisk away those worries. 🐾✨ So why wait? Dive into the world of Healing Neko today and let the purr-fect remedy for your soul whisk you away to a land of smiles and sunshine! 🌞😺

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/N4N2FINT7) [![Translation status](http://translate.catpawz.eu/widget/catpawz/healing-neko/svg-badge.svg)](http://translate.catpawz.eu/engage/catpawz/) [![Flutter CI - PROD](https://github.com/french-femboi/Healing-Neko/actions/workflows/flutter-prod.yml/badge.svg)](https://github.com/french-femboi/Healing-Neko/actions/workflows/flutter-prod.yml) [![Flutter CI - DEV](https://github.com/french-femboi/Healing-Neko/actions/workflows/flutter-dev.yml/badge.svg)](https://github.com/french-femboi/Healing-Neko/actions/workflows/flutter-dev.yml)
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/N4N2FINT7)(http://translate.catpawz.eu/engage/catpawz/) [![Flutter CI - PROD](https://github.com/catpawzz/Healing-Neko/actions/workflows/flutter-prod.yml/badge.svg)](https://github.com/catpawzz/Healing-Neko/actions/workflows/flutter-prod.yml) [![Flutter CI - DEV](https://github.com/catpawzz/Healing-Neko/actions/workflows/flutter-dev.yml/badge.svg)](https://github.com/catpawzz/Healing-Neko/actions/workflows/flutter-dev.yml)

## Built With

Expand All @@ -22,7 +22,7 @@ We use [GIT](https://git-scm.com/) for versioning and code review.

## Authors & Contributors

- **French Femboi** - *Working on the code* - [Porfolio](https://french-femboi.eu)
- **French Femboi** - *Working on the code* - [Porfolio](https://catpawz.net)
- **TeaMaki** - *Graphic design / icons* - [Bsky](https://bsky.app/profile/teamaki.bsky.social)
- **Billie Thompson** - *Provided README Template* - [PurpleBooth](https://github.com/PurpleBooth)
- **Dane Whisper** - *Provided UI sounds* - [Link](https://www.youtube.com/@danewhisper)
Expand Down
4 changes: 2 additions & 2 deletions lib/main/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,7 @@ class _homePagePageState extends State<homePagePage> {
vibrate();
playUiSound(2);
saveIndex(4);
launchUrl(Uri.parse('https://apps.french-femboi.eu/view?app=healing-neko'));
launchUrl(Uri.parse('https://apps.catpawz.net/view?app=healing-neko'));
},
style: ElevatedButton.styleFrom(
backgroundColor: const Color(0xFF332841),
Expand Down Expand Up @@ -1730,7 +1730,7 @@ class _homePagePageState extends State<homePagePage> {
vibrate();
playUiSound(2);
saveIndex(4);
launchUrl(Uri.parse('https://github.com/french-femboi/Healing-Neko'));
launchUrl(Uri.parse('https://github.com/catpawzz/Healing-Neko'));
},
style: ElevatedButton.styleFrom(
backgroundColor: const Color(0xFF332841),
Expand Down
8 changes: 4 additions & 4 deletions linux/flutter/generated_plugin_registrant.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
#include "generated_plugin_registrant.h"

#include <audioplayers_linux/audioplayers_linux_plugin.h>
#include <screen_retriever/screen_retriever_plugin.h>
#include <screen_retriever_linux/screen_retriever_linux_plugin.h>
#include <url_launcher_linux/url_launcher_plugin.h>
#include <window_manager/window_manager_plugin.h>

void fl_register_plugins(FlPluginRegistry* registry) {
g_autoptr(FlPluginRegistrar) audioplayers_linux_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "AudioplayersLinuxPlugin");
audioplayers_linux_plugin_register_with_registrar(audioplayers_linux_registrar);
g_autoptr(FlPluginRegistrar) screen_retriever_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "ScreenRetrieverPlugin");
screen_retriever_plugin_register_with_registrar(screen_retriever_registrar);
g_autoptr(FlPluginRegistrar) screen_retriever_linux_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "ScreenRetrieverLinuxPlugin");
screen_retriever_linux_plugin_register_with_registrar(screen_retriever_linux_registrar);
g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin");
url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar);
Expand Down
2 changes: 1 addition & 1 deletion linux/flutter/generated_plugins.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

list(APPEND FLUTTER_PLUGIN_LIST
audioplayers_linux
screen_retriever
screen_retriever_linux
url_launcher_linux
window_manager
)
Expand Down
4 changes: 2 additions & 2 deletions macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import device_info_plus
import flutter_local_notifications
import package_info_plus
import path_provider_foundation
import screen_retriever
import screen_retriever_macos
import shared_preferences_foundation
import url_launcher_macos
import window_manager
Expand All @@ -21,7 +21,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
ScreenRetrieverMacosPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverMacosPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
Expand Down
24 changes: 12 additions & 12 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@ dependencies:
meta: ^1.11.0
path_provider: ^2.1.3
uuid: ^4.4.0
flutter_lints: ^2.0.0
flutter_lints: ^5.0.0
flutter_vibrate: ^1.3.0
particles_flutter: "^0.1.1"
particles_flutter: ^1.0.1
url_launcher: ^6.1.12
shared_preferences: ^2.1.1
window_manager: ^0.3.4
vibration: ^1.7.5
back_button_interceptor: ^7.0.0
window_manager: ^0.4.3
vibration: ^2.0.1
back_button_interceptor: ^8.0.0
fluttertoast: ^8.2.4
cupertino_icons: ^1.0.2
flagsmith: ^5.0.1
flagsmith: ^6.0.0
salomon_bottom_bar: ^3.3.2
awesome_snackbar_content: ^0.1.3
loading_indicator: ^3.1.1
flutter_gravatar: ^2.0.2
http: ^1.2.0
zxing_lib: ^1.1.2
bottom_sheet: ^4.0.1
toastification: ^1.2.1
flutter_statusbarcolor_ns: ^0.5.0
audioplayers: ^5.2.1
flutter_local_notifications: ^17.0.0
package_info_plus: ^5.0.1
toastification: ^2.3.0
flutter_statusbarcolor_ns: ^0.6.0
audioplayers: ^6.1.0
flutter_local_notifications: ^18.0.1
package_info_plus: ^8.1.1
flutter_markdown: ^0.7.3
device_info_plus: ^9.1.2
device_info_plus: ^11.1.1

dev_dependencies:
flutter_test:
Expand Down
6 changes: 3 additions & 3 deletions windows/flutter/generated_plugin_registrant.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
#include "generated_plugin_registrant.h"

#include <audioplayers_windows/audioplayers_windows_plugin.h>
#include <screen_retriever/screen_retriever_plugin.h>
#include <screen_retriever_windows/screen_retriever_windows_plugin_c_api.h>
#include <url_launcher_windows/url_launcher_windows.h>
#include <window_manager/window_manager_plugin.h>

void RegisterPlugins(flutter::PluginRegistry* registry) {
AudioplayersWindowsPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("AudioplayersWindowsPlugin"));
ScreenRetrieverPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("ScreenRetrieverPlugin"));
ScreenRetrieverWindowsPluginCApiRegisterWithRegistrar(
registry->GetRegistrarForPlugin("ScreenRetrieverWindowsPluginCApi"));
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
WindowManagerPluginRegisterWithRegistrar(
Expand Down
2 changes: 1 addition & 1 deletion windows/flutter/generated_plugins.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

list(APPEND FLUTTER_PLUGIN_LIST
audioplayers_windows
screen_retriever
screen_retriever_windows
url_launcher_windows
window_manager
)
Expand Down

0 comments on commit a33f2b7

Please sign in to comment.