Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
#21. Fix analyzer version
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-tm committed Apr 2, 2019
1 parent 85dcdb7 commit 201df95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:

dependencies:
build: '>=0.12.0 <2.0.0'
analyzer: ^0.33.0
analyzer: ^0.35.0
path: ^1.6.2
source_gen: ^0.9.0
flutter_orm_m8: ^0.4.0
Expand Down
2 changes: 1 addition & 1 deletion src/test/flutter_sqlite_m8_generator_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void main() async {
final expected = r'''import 'package:sqflite/sqflite.dart';
import 'dart:async';
/*import 'package:todo_currentProjectPackage_path/abstract_database_helper.dart';*/
import '112__test__/lib/account_related.dart';
import 'package:__test__/account_related.dart';
class HealthEntryAccountRelatedProxy extends HealthEntryAccountRelated {
Map<String, dynamic> toMap() {
Expand Down

0 comments on commit 201df95

Please sign in to comment.