Updated oauth2
This commit is contained in:
parent
c8cc239e1a
commit
72029bd6e7
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
// ignore_for_file: todo
|
||||
import 'dart:async';
|
||||
import 'package:angel_framework/angel_framework.dart';
|
||||
import 'package:angel_oauth2/angel_oauth2.dart';
|
||||
import 'package:angel3_framework/angel3_framework.dart';
|
||||
import 'package:angel3_oauth2/angel3_oauth2.dart';
|
||||
|
||||
void main() async {
|
||||
var app = Angel();
|
||||
|
|
|
@ -8,7 +8,7 @@ dependencies:
|
|||
angel3_framework: ^4.0.0
|
||||
angel3_http_exception: ^3.0.0
|
||||
crypto: ^3.0.1
|
||||
collection: ^1.15.0-nullsafety.4
|
||||
collection: ^1.15.0
|
||||
dev_dependencies:
|
||||
angel3_validate: ^4.0.0
|
||||
angel3_test: ^4.0.0
|
||||
|
|
Loading…
Reference in a new issue