openapi_dart_common
OpenAPI API common libraries so the generator doesn't generate them
5.1.2
3.7K downloads/mo
#4312 most downloaded on pub.dev
dart-ogurets/openapi_dart_common
What this package is like to depend on
Last release 1 months ago
25 Jun 2026
Ships unpredictably
gaps range from 2 weeks to 2.7 years
Nearly every release is documented
notes for 19 of 20 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
21 releases · first in 2019
1 release in the last 12 months
see the full history below
Release timeline
21 releases · Jul 2019 to Jun 2026Releases
latest 21-
5.1.225 Jun 2026 -
5.1.120 Oct 2023 -
5.1.008 Oct 2023Release notes
Open source →- Extended range for Dart 3.0 support
- Added dependency on logging package (hence version bump)
- Cleaned up a lot of info and warning level issues
-
5.0.007 Mar 2023 -
4.1.223 Jul 2022 -
4.1.102 Oct 2021Release notes
Open source →5.11 of the OpenAPI generator needs to be able to encode path parameters
but not query parameters -
4.1.030 May 2021Release notes
Open source →Support for Date and Date-Time to be properly encoded for forms and query parameters (urlencoded, Dart 2.12 null + null-safe)
-
4.0.008 Apr 2021Release notes
Open source →support for release version of Dio (only change)
4.0.0-prev1
support for the new null safe binaries. pre-release as we are waiting on Dio.
-
4.0.0-prev127 Mar 2021 pre-releaseNothing published for this version
-
3.3.102 Oct 2021Nothing published for this version
-
3.3.030 May 2021 -
3.2.025 Jan 2021Release notes
Open source →support for toDateString() and toDateStringList(). Had to hard code the dependency for the http multi server because the 2.1.0 version does not compile.
-
3.1.024 May 2020Release notes
Open source →removing LocalClientApi and QueryParamHelper from api to make it simpler to use. Introduction of Rich Response for extension methods.
-
3.0.109 May 2020 -
3.0.007 May 2020Release notes
Open source →significant refactoring to co-inside with the 3.x release of the Dart plugin cleanup.
-
2.0.128 Oct 2019Release notes
Open source →- swapping to Dio introduced a subtle bug in DELETE for browser. A DELETE with a browser would cause an exception that couldn't be caught and only showed up in the browser as a Bad Element.
-
2.0.023 Oct 2019Release notes
Open source →- swap to Dio from the http package. Dio has extensive support for all sorts of features, particularly including client side certificate pinning.
-
1.1.111 Sep 2019 -
1.1.010 Sep 2019 -
1.0.130 Jul 2019 -
1.0.030 Jul 2019Release notes
Open source →- Initial release tested and working with existing Flutter for Web and e2e Ogurets code.