Skip to content

Commit

Permalink
Increment pubspec.yaml version numbers, update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfe719 committed Oct 11, 2024
1 parent 8bffd93 commit 9e1465c
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 17 deletions.
38 changes: 26 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Follow these steps to the coolest experience in error handling
### Add dependency
```yaml
dependencies:
talker: ^4.4.1
talker: ^4.4.2
```
### Easy to use
Expand Down Expand Up @@ -294,7 +294,7 @@ Talker Flutter is an extension for the Dart Talker package that adds extra funct
### Add dependency
```yaml
dependencies:
talker_flutter: ^4.4.1
talker_flutter: ^4.4.2
```
### Setup
Expand Down Expand Up @@ -522,7 +522,7 @@ Follow these steps to use this package
### Add dependency
```yaml
dependencies:
talker_dio_logger: ^4.4.1
talker_dio_logger: ^4.4.2
```
### Usage
Expand All @@ -543,11 +543,11 @@ dio.interceptors.add(

## Customization

To provide hight usage exp here are a lot of settings and customization fields in TalkerDioLoggerSettings. You can setup all wat you want. For example:
To provide height usage exp here are a lot of settings and customization fields in TalkerDioLoggerSettings. You can setup all wat you want. For example:

### Off/on http request or reposnse logs

You can toggle reponse / request printing and headers including
You can toggle response / request printing and headers including

```dart
final dio = Dio();
Expand Down Expand Up @@ -618,7 +618,7 @@ Follow these steps to use this package
### Add dependency
```yaml
dependencies:
talker_bloc_logger: ^4.4.1
talker_bloc_logger: ^4.4.2
```
### Usage
Expand All @@ -632,7 +632,7 @@ Bloc.observer = TalkerBlocObserver();

## Customization

To provide hight usage exp here are a lot of settings and customization fields in TalkerBlocLoggerSettings. You can setup all wat you want. For example:
To provide height usage exp here are a lot of settings and customization fields in TalkerBlocLoggerSettings. You can setup all wat you want. For example:

### Off/on events, transitions, changes, creation, close

Expand Down Expand Up @@ -681,7 +681,7 @@ Bloc.observer = TalkerBlocObserver(
```

## Using with Talker!
You can add your talker instance for TalkerBlocLogger if your Appication already uses Talker.
You can add your talker instance for TalkerBlocLogger if your Application already uses Talker.

In this case, all logs and errors will fall into your unified tracking system

Expand All @@ -706,7 +706,7 @@ Follow these steps to use this package
### Add dependency
```yaml
dependencies:
talker_riverpod_logger: ^4.4.1
talker_riverpod_logger: ^4.4.2
```
### Usage
Expand Down Expand Up @@ -739,11 +739,11 @@ final container = ProviderContainer(

## Customization

To provide hight usage exp here are a lot of settings and customization fields in TalkerRiverpodLoggerSettings. You can setup all wat you want. For example:
To provide height usage exp here are a lot of settings and customization fields in TalkerRiverpodLoggerSettings. You can setup all wat you want. For example:

### Off/on events, add, update, dispose, fail

You can toggle all riverpod event types printing
You can toggle all Riverpod event types printing

```dart
TalkerRiverpodObserver(
Expand Down Expand Up @@ -783,7 +783,7 @@ TalkerRiverpodObserver(
```

## Using with Talker!
You can add your talker instance for TalkerRiverpodLogger if your Appication already uses Talker.
You can add your talker instance for TalkerRiverpodLogger if your Application already uses Talker.

In this case, all logs and errors will fall into your unified tracking system

Expand Down Expand Up @@ -858,6 +858,20 @@ final crashlyticsTalkerObserver = CrashlyticsTalkerObserver();
final talker = Talker(observer: crashlyticsTalkerObserver);
```

## Custom Settings

You can create your own custom settings by creating a Custom TalkerSettingsBottomSheet by
subclassing the TalkerSettingsBottomSheetBase, and adding your own TalkerSettingsCard objects
to the Build() function.

The shop_with_custom_settings example creates a CustomSettings class to hold setting values
(all boolean values for now). The TalkerCustomSettingsBottomSheet class implements a custom bottom
sheet, the custom settings bottom sheet state, and a creator function to be passed into the
TalkerScreen() creation function.

This example has two custom flags - one that is enabled/disabled by the "Enable" settings flag,
and the other a global custom flag not affected by the "Enable" settings flag.

## Features list

✅ Logging
Expand Down
2 changes: 1 addition & 1 deletion packages/talker/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: talker
description: Advanced error handler and logger package for flutter and dart. App monitoring, logs history, report sharing, custom logs, and etc.
version: 4.4.100
version: 4.4.2
homepage: https://github.com/wolfe719/talker
repository: https://github.com/wolfe719/talker
issue_tracker: https://github.com/wolfe719/talker/issues
Expand Down
2 changes: 1 addition & 1 deletion packages/talker_dio_logger/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: talker_dio_logger
description: Lightweight and customizable dio http client logger on talker base
version: 4.4.1
version: 4.4.2

homepage: https://github.com/Frezyx/talker
repository: https://github.com/Frezyx/talker
Expand Down
2 changes: 1 addition & 1 deletion packages/talker_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: talker_flutter
description: Advanced error handler and logger package for flutter and dart. App monitoring, logs history, report sharing, custom logs, and etc.
version: 4.4.1
version: 4.4.2
homepage: https://github.com/Frezyx/talker
repository: https://github.com/Frezyx/talker
issue_tracker: https://github.com/Frezyx/talker/issues
Expand Down
2 changes: 1 addition & 1 deletion packages/talker_http_logger/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: talker_http_logger
description: Lightweight and customizable http client logger on talker base
version: 0.1.0-dev.11
version: 0.1.0-dev.12
homepage: https://github.com/Frezyx/talker

environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/talker_logger/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: talker_logger
description: Logger. Easy, customizable, extensible logging, lightweight with filters, formatters, custom logs, log levels.
version: 4.4.1
version: 4.4.2
homepage: https://github.com/Frezyx/talker
repository: https://github.com/Frezyx/talker
issue_tracker: https://github.com/Frezyx/talker/issues
Expand Down

0 comments on commit 9e1465c

Please sign in to comment.