Compare commits

..

No commits in common. "9704177c5a273b262854f000e6bbad73d32aaae6" and "c0d94471830e61e062868a7a60e3a740e4c1c367" have entirely different histories.

9 changed files with 9 additions and 49 deletions

View File

@ -3,36 +3,6 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2023-08-18
### Changes
---
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- [`wyatt_cloud_messaging_bloc_base` - `v0.1.1`](#wyatt_cloud_messaging_bloc_base---v011)
- [`wyatt_cloud_messaging_bloc_firebase` - `v0.1.0+1`](#wyatt_cloud_messaging_bloc_firebase---v0101)
Packages with dependency updates only:
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `wyatt_cloud_messaging_bloc_firebase` - `v0.1.0+1`
---
#### `wyatt_cloud_messaging_bloc_base` - `v0.1.1`
- **REFACTOR**: modify methods on usage.
- **FIX**: fix notifs listeners.
- **FEAT**: check exception in listen notifications use cases.
## 2023-08-16 ## 2023-08-16
### Changes ### Changes

View File

@ -1,9 +1,3 @@
## 0.1.1
- **REFACTOR**: modify methods on usage.
- **FIX**: fix notifs listeners.
- **FEAT**: check exception in listen notifications use cases.
## 1.0.0 ## 1.0.0
- Initial version. - Initial version.

View File

@ -16,7 +16,7 @@
import 'package:flutter/widgets.dart'; import 'package:flutter/widgets.dart';
import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:wyatt_cloud_messaging_bloc_base/wyatt_cloud_messaging_bloc_base.dart'; import 'package:wyatt_cloud_messaging_bloc_base/wyatt_cloud_messaging_bloc.dart';
extension BuildContextExtension on BuildContext { extension BuildContextExtension on BuildContext {
CloudMessagingCubit get cloudMessaging => read<CloudMessagingCubit>(); CloudMessagingCubit get cloudMessaging => read<CloudMessagingCubit>();

View File

@ -1,9 +1,9 @@
name: wyatt_cloud_messaging_bloc_base name: wyatt_cloud_messaging_bloc_base
description: A starting point for Dart libraries or applications. description: A starting point for Dart libraries or applications.
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_notification_bloc repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_notification_bloc
version: 0.1.1 version: 0.1.0
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub publish_to: none
environment: environment:
sdk: ">=3.0.0 <4.0.0" sdk: ">=3.0.0 <4.0.0"
@ -27,7 +27,7 @@ dependencies:
version: ^0.0.5 version: ^0.0.5
wyatt_bloc_helper: wyatt_bloc_helper:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
version: ^2.0.1 version: 2.0.1

View File

@ -1,7 +1,3 @@
## 0.1.0+1
- Update a dependency to the latest release.
## 1.0.0 ## 1.0.0
- Initial version. - Initial version.

View File

@ -20,7 +20,7 @@ import 'dart:convert';
import 'package:firebase_messaging/firebase_messaging.dart' import 'package:firebase_messaging/firebase_messaging.dart'
hide RemoteNotification; hide RemoteNotification;
import 'package:flutter_local_notifications/flutter_local_notifications.dart'; import 'package:flutter_local_notifications/flutter_local_notifications.dart';
import 'package:wyatt_cloud_messaging_bloc_base/wyatt_cloud_messaging_bloc_base.dart'; import 'package:wyatt_cloud_messaging_bloc_base/wyatt_cloud_messaging_bloc.dart';
typedef CloudMessagingStreamController = StreamController<RemoteNotification>; typedef CloudMessagingStreamController = StreamController<RemoteNotification>;

View File

@ -17,7 +17,7 @@
/// A /// A
library wyatt_cloud_messaging_bloc_firebase; library wyatt_cloud_messaging_bloc_firebase;
export 'package:wyatt_cloud_messaging_bloc_base/wyatt_cloud_messaging_bloc_base.dart'; export 'package:wyatt_cloud_messaging_bloc_base/wyatt_cloud_messaging_bloc.dart';
export 'src/cloud_messaging_bloc_firebase.dart'; export 'src/cloud_messaging_bloc_firebase.dart';
export 'src/src.dart'; export 'src/src.dart';

View File

@ -3,7 +3,7 @@ description: A.
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_cloud_messaging_bloc_firebase repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_cloud_messaging_bloc_firebase
version: 0.1.0 version: 0.1.0
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub publish_to: none
environment: environment:
sdk: ">=3.0.0 <4.0.0" sdk: ">=3.0.0 <4.0.0"
@ -13,8 +13,8 @@ dependencies:
flutter: { sdk: flutter } flutter: { sdk: flutter }
wyatt_cloud_messaging_bloc_base: wyatt_cloud_messaging_bloc_base:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub path: ../wyatt_cloud_messaging_bloc_base
version: ^0.1.1
path: ^1.8.0 path: ^1.8.0