Ignore .dart_tool

This commit is contained in:
Tobe O 2018-05-03 22:42:34 -04:00
parent 4456816b77
commit 8dff26a8c0
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -54,3 +54,4 @@ com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
.dart_tool

View file

@ -46,7 +46,7 @@ class PostgresOrmGenerator extends GeneratorForAnnotation<ORM> {
return prettyToSource(lib);
}
Future<LibraryBuilder> generateOrmLibrary(LibraryElement libraryElement,
Future<Library> generateOrmLibrary(LibraryElement libraryElement,
Resolver resolver, BuildStep buildStep) async {
var lib = new LibraryBuilder();
lib.addDirective(new ImportBuilder('dart:async'));