Skip to content

Instantly share code, notes, and snippets.

View tobytraylor's full-sized avatar

tobytraylor

  • Empirical Jury / Jury Sifter
View GitHub Profile
@tobytraylor
tobytraylor / gist:efd950146512b9a400f79dea3a37caf4
Created October 29, 2018 16:24
PackageGraph.forThisPackage()
built_redux_sample:
type: DependencyType.path
path: d:\development\gitlab\empiricaljury-voirdire
dependencies: [fluro, cloud_firestore, flutter_localizations, built_value, meta, rxdart, firebase_auth, ulid, path_provider, intl, built_collection, google_sign_in, flutter, firebase_dynamic_links, intl_translation, cloud_functions, build_runner, test, quiver, built_value_generator]
analyzer:
type: DependencyType.hosted
path: d:\development\flutter\.pub-cache\hosted\pub.dartlang.org\analyzer-0.33.1
dependencies: [watcher, args, package_config, collection, meta, crypto, charcode, html, kernel, glob, convert, plugin, path, yaml, source_span, front_end]
analyzer_plugin:
@tobytraylor
tobytraylor / build.dart
Created October 26, 2018 17:20
.dart_tool build.dart where built_value_generator and the generator from built_redux do not work together
import 'package:build_runner/build_runner.dart' as _i1;
import 'package:built_redux/builder.dart' as _i2;
import 'package:built_value_generator/builder.dart' as _i3;
import 'package:source_gen/builder.dart' as _i4;
import 'package:build_config/build_config.dart' as _i5;
import 'dart:isolate' as _i6;
final _builders = <_i1.BuilderApplication>[
_i1.apply('built_redux|built_redux', [_i2.builtRedux],
_i1.toDependentsOf('built_redux'),