Route

Results 5 issues of 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)

![image](https://github.com/gql-dart/gql/assets/24647390/10bfb1f1-1ab2-4ebc-802a-be9bf56751d8) 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.