This commit is contained in:
Tobe O 2018-11-08 10:33:51 -05:00
parent 0a1b6937dc
commit af26bbe9fe
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
import 'dart:async';
import 'dart:convert';
import 'package:angel_framework/angel_framework.dart';
import 'package:dart2_constant/convert.dart';
import 'exception.dart';
import 'response.dart';
import 'token_type.dart';

View file

@ -9,7 +9,9 @@ dependencies:
angel_framework: ^2.0.0-alpha
angel_http_exception: ^1.0.0
dev_dependencies:
angel_validate: ^2.0.0-alpha
angel_test: ^2.0.0-alpha
logging:
oauth2: ^1.0.0
test: ^1.0.0
uuid: ^1.0.0