flutter-riverpod-snippets icon indicating copy to clipboard operation
flutter-riverpod-snippets copied to clipboard

Three snippets have incorrect names

Open zmuranaka opened this issue 9 months ago • 0 comments

The ChangeNotifier snippet incorrectly has the name "State Notifier"

https://github.com/RobertBrunhage/flutter-riverpod-snippets/blob/ee10f52d4e2f75bf3ac3fa67d441b493e5770fbc/snippets/change_notifier.code-snippets#L2

The StreamProvider snippets both have "State Provider" in their names

https://github.com/RobertBrunhage/flutter-riverpod-snippets/blob/ee10f52d4e2f75bf3ac3fa67d441b493e5770fbc/snippets/stream_provider.code-snippets#L2

and

https://github.com/RobertBrunhage/flutter-riverpod-snippets/blob/ee10f52d4e2f75bf3ac3fa67d441b493e5770fbc/snippets/stream_provider.code-snippets#L12

zmuranaka avatar Feb 15 '25 03:02 zmuranaka