graphql-flutter icon indicating copy to clipboard operation
graphql-flutter copied to clipboard

move to .env for examples

Open micimize opened this issue 3 years ago • 2 comments

discovered our ignores in examples no longer pass linting due to https://github.com/dart-lang/sdk/issues/42977

so we should move to a .env file: https://pub.dev/packages/flutter_dotenv/versions/4.0.0-nullsafety.0

commenting out the offending lines for nw

micimize avatar Mar 05 '21 15:03 micimize

unnecessary – discovered an alternate solution: https://stackoverflow.com/a/20241145/2234013

fixed by #827

micimize avatar Mar 05 '21 15:03 micimize

nevermind – the work tree solution is super janky and only locally applied

micimize avatar Mar 06 '21 15:03 micimize