Route
Route
There is a problem when the android version is 13. [this is the problem detail](https://stackoverflow.com/questions/74088324/android-13-media-projection-screenshot-is-black) [I fixed this issue with this pr](https://github.com/bolteu/screenshotty/pull/29)
``` enum TagType { Default, Private, Global, Abandon; } ``` ``` const String _createTag = r''' mutation CreateTag( $name: String!, $type: TagType!, $desc: String, ) { createTag(input: { name: $name,...
[!Issue 415](https://github.com/gql-dart/gql/issues/415)
 if the backend throw a custom exception which message is null. This line: ```dart error['message'] as String ``` will throw an excption. it's not the expected.