Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@KoheiKanagu
Copy link
Contributor

fixed #233

with out name

┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────
│ [riverpod-add] | 10:46:24 611ms | 
│ FutureProvider<Repository> initialized
│ INITIAL state: 
│ AsyncLoading<Repository>()
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────
┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────
│ [riverpod-update] | 10:46:24 618ms | 
│ FutureProvider<Repository> updated
│ PREVIOUS state: 
│ AsyncLoading<Repository>()
│ NEW state: 
│ AsyncData<Repository>(value: Instance of 'Repository')
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────

with name

┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────
│ [riverpod-add] | 10:36:20 129ms | 
│ repositoryProvider | FutureProvider<Repository> initialized
│ INITIAL state: 
│ AsyncLoading<Repository>()
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────
┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────
│ [riverpod-update] | 10:36:20 136ms | 
│ repositoryProvider | FutureProvider<Repository> updated
│ PREVIOUS state: 
│ AsyncLoading<Repository>()
│ NEW state: 
│ AsyncData<Repository>(value: Instance of 'Repository')
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────

@KoheiKanagu KoheiKanagu changed the title feat(talker_riverpod_logger): Include the name of the Provider in the… feat(talker_riverpod_logger): Include the name of the Provider in the output May 24, 2024
@Frezyx
Copy link
Owner

Frezyx commented May 24, 2024

@KoheiKanagu Thanks a lot for this fast contribution ❤️
This changes will be available in new package release

@Frezyx Frezyx merged commit 3ef9983 into Frezyx:master May 24, 2024
@KoheiKanagu KoheiKanagu deleted the with-name branch May 24, 2024 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Include provider.name in the output of TalkerRiverpodObserver

2 participants