From a1f9ca9b27252f4a4d05ee5180162ca602ca893c Mon Sep 17 00:00:00 2001 From: Dhiman Seal Date: Fri, 14 May 2021 11:47:14 +0530 Subject: [PATCH] Bump to 1.0.2, Improved package description. --- CHANGELOG.md | 14 +++++++++++++- README.md | 12 ++++-------- pubspec.yaml | 4 ++-- 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 302a95f..8668c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ -# [1.0.0] - 13th May, 2021 +## [1.0.0] - 13th May, 2021 Initial release supporting [Nordigen's Account Information API documentation](https://nordigen.com/en/account_information_documenation/integration/quickstart_guide/) and relevant Data Models required to support it, in the form of Serializable Classes. + +## [1.0.1] - 13th May, 2021 + +Initial release supporting [Nordigen's Account Information API documentation](https://nordigen.com/en/account_information_documenation/integration/quickstart_guide/) and relevant Data Models required to support it, in the form of Serializable Classes. + +Shortened Package description to follow dart conventions. + +## [1.0.2] - 14th May, 2021 + +Initial release supporting [Nordigen's Account Information API documentation](https://nordigen.com/en/account_information_documenation/integration/quickstart_guide/) and relevant Data Models required to support it, in the form of Serializable Classes. + +Added EU PSD2 AISP keywords to package descriptions so people can find it easier. diff --git a/README.md b/README.md index b1eb9e8..20a35f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # nordigen_integration -Development of a Flutter Package for Nordigen Integration with relevant Data Models, proper Encapsulation with the exposing of parameters, and succinct documentation for each relevant element. +Development of a Flutter Package for Nordigen EU PSD2 AISP Integration with relevant Data Models, proper encapsulation with the exposing of parameters, and succinct documentation. For more information about the API view [Nordigen's Account Information API documentation](https://nordigen.com/en/account_information_documenation/integration/quickstart_guide/). @@ -26,7 +26,7 @@ For more information about the API view [Nordigen's Account Information API docu 1. `NordigenAccountInfoAPI({@required String accessToken})` (Class constuctor) - Call it with `accessToken` parameter which is the access token recieved from , to access API features. + Call it with `accessToken` parameter which is the access token recieved from , to access API features. Analogous to Step 1 of [Account Information API documentation](https://nordigen.com/en/account_information_documenation/integration/quickstart_guide/). @@ -160,11 +160,7 @@ For more information about the API view [Nordigen's Account Information API docu #### Getting Started -This project is a starting point for a Dart -[package](https://flutter.dev/developing-packages/), -a library module containing code that can be shared easily across -multiple Flutter or Dart projects. +This project is a starting point for a Dart [package](https://flutter.dev/developing-packages/), a library module containing code that can be shared easily across multiple Flutter or Dart projects. For help getting started with Flutter, view our -[online documentation](https://flutter.dev/docs), which offers tutorials, -samples, guidance on mobile development, and a full API reference. +[online documentation](https://flutter.dev/docs), which offers tutorials,samples, guidance on mobile development, and a full API reference. diff --git a/pubspec.yaml b/pubspec.yaml index c531068..4285f7b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nordigen_integration -description: Development of a Flutter Package for Nordigen Integration with relevant Data Models, proper Encapsulation with the exposing of parameters, and succinct documentation for each relevant element. -version: 1.0.0 +description: Dart/Flutter Package for Nordigen EU PSD2 AISP Integration, with relevant Data Models. +version: 1.0.2 homepage: https://github.com/Dhi13man/nordigen_integration environment: