-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation for 1.0.0 release
- Loading branch information
Showing
24 changed files
with
327 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,58 @@ | ||
## 0.1.1 | ||
## 1.0.0 | ||
|
||
* First official stable version | ||
* Improved documentation to have a full documentation coverage | ||
|
||
## 0.2.0 | ||
|
||
* Add Windows support | ||
|
||
## 0.1.1 | ||
|
||
* Extend the documentation | ||
|
||
## 0.1.0 | ||
|
||
* Add Linux support | ||
* Duplicating (test) code | ||
* Use the same method channel structure for all platforms with maps instead of json | ||
* Use the same method channel structure for all platforms with maps instead of | ||
json | ||
* Setting everything up for publishing on pub.dev | ||
|
||
## 0.0.6 | ||
|
||
* Fix build issues on Android | ||
* Migrate to plugins block | ||
|
||
## 0.0.5 | ||
|
||
* Migrated to federated plugin structure | ||
* Migrated on Android to the CredentialManager API | ||
* Added on Android zero touch login options by using the BlockManager to sync a login token across all (Google PlayService compatible) devices of a user | ||
* Added on Android zero touch login options by using the BlockManager to sync a | ||
login token across all (Google PlayService compatible) devices of a user | ||
* Add MacOS support | ||
* Use the KeyValueStore to sync login tokens cross iOS and MacOS | ||
* Fixed loading credentials on iOS | ||
* Added tons of tests and CI improvements heavily inspired by very_good_flutter_plugin | ||
* Added tons of tests and CI improvements heavily inspired by | ||
very_good_flutter_plugin | ||
* Add editor config for better common formatting | ||
|
||
## 0.0.4 | ||
|
||
* Updated dependencies (Flutter, Gradle, Dart, Kotlin) | ||
* Cleanup | ||
* Added placeholder test | ||
* Added placeholder test | ||
|
||
## 0.0.3 | ||
|
||
* Allow nullable credentials | ||
|
||
## 0.0.2 | ||
|
||
* First release with null safety | ||
* Added web support | ||
* Sample page for the usage on github pages | ||
|
||
## 0.0.1 | ||
|
||
* Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
autologin_platform_interface/lib/autologin_platform_interface.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 8 additions & 1 deletion
9
autologin_platform_interface/lib/src/compatibilities.freezed.dart
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
12 changes: 8 additions & 4 deletions
12
autologin_platform_interface/lib/src/credential.freezed.dart
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
/// The Web implementation of [AutologinPlatform]. | ||
library; | ||
|
||
import 'dart:html'; | ||
import 'dart:js'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
## 1.0.0 | ||
|
||
* First official stable version | ||
* Improved documentation to have a full documentation coverage | ||
|
||
## 0.2.0 | ||
|
||
* Add Windows support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This example is just for pub.dev. If you want to run this sample use the | ||
[autologin example](../../../autologin/example). |
Oops, something went wrong.