We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cd72af + 2f3c327 commit 1916933Copy full SHA for 1916933
.pubignore
@@ -1,3 +1,6 @@
1
example/
2
doc/
3
build/
4
+
5
+vendor/
6
+fastlane/
example/pubspec.lock
@@ -92,7 +92,7 @@ packages:
92
path: ".."
93
relative: true
94
source: path
95
- version: "1.9.0"
+ version: "2.0.0"
96
flutter_lints:
97
dependency: "direct dev"
98
description:
pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_authgear
description: Authgear SDK for Flutter
-version: 1.9.0
+version: 2.0.0
homepage: https://www.authgear.com
repository: https://github.com/authgear/authgear-sdk-flutter
documentation: https://authgear.github.io/authgear-sdk-flutter/
0 commit comments