ReinRaus

Results 6 comments of ReinRaus

@johnd0e What is the existing data structure? I am aware that nowadays everyone keeps their plugin settings as best they can. @johnd0e @modos189 I suggest the following: 1. Develop a...

I suggest joining the data schema document. I will continue later. https://docs.google.com/spreadsheets/d/19JUPsVgekxOp1_hdRZnNI94XMb-Q2AKriEg8O6DRQLg/edit?usp=sharing

Finished describing the data schema as I see it.

## Reproducer ```dart import 'package:flutter/material.dart'; import 'package:graphql_flutter/graphql_flutter.dart'; void main() { //final HttpLink graphqlLink = HttpLink("https://graphql-pokemon2.vercel.app"); final HttpLink graphqlLink = HttpLink("https://fake.link/graphql"); final AuthLink authLink = AuthLink(getToken: () => null); final Link...

This error is caused by multiple writes to the storage. Сode example to reproduce the error (need to quickly scroll the list): ```dart import 'package:flutter/material.dart'; import 'package:flutter_secure_storage/flutter_secure_storage.dart'; late final FlutterSecureStorage...

Code example: https://github.com/mogol/flutter_secure_storage/issues/603#issuecomment-1769261086