w_common
General utilities for Dart projects.
4.0.0
28K downloads/mo
#1894 most downloaded on pub.dev
Workiva/w_common
What this package is like to depend on
Last release 5 months ago
03 Mar 2026
Release timing varies
gaps range from 2 weeks to 1.2 years
Rarely documented
notes for 11 of 56 stable releases
1 version withdrawn
withdrawn after publishing
10 years old
57 releases · first in 2016
4 releases in the last 12 months
see the full history below
Release timeline
57 releases · Oct 2016 to Mar 2026Releases
latest 57-
4.0.003 Mar 2026Release notes
Open source →Info
Build: (waiting for build to complete)
Skynet Results: (waiting for Skynet results)
Pipeline: (waiting for pipeline to start)
This major release includes the following changes:Miscellaneous
-
#214 Remove dart:mirrors test_utils
-
#217 RM-384582 Release w_common 4.0.0
- RM-384582 RELEASE w_common 4.0.0
Notes created on Tuesday, March 03 12:17 AM UTC
-
-
3.6.002 Mar 2026Release notes
Open source →Info
Build: (waiting for build to complete)
Skynet Results: (waiting for Skynet results)
Pipeline: (waiting for pipeline to start)
This minor release includes the following changes:Miscellaneous
-
#215 Deprecate verifyDisposableTypeName
-
#216 RM-380868 Release w_common 3.6.0
- RM-380868 RELEASE w_common 3.6.0
Notes created on Monday, March 02 09:07 PM UTC
-
-
3.5.013 Feb 2026Release notes
Open source →Info
Build: (waiting for build to complete)
Skynet Results: (waiting for Skynet results)
Pipeline: (waiting for pipeline to start)
This minor release includes the following changes:Miscellaneous
-
#212 Allow latest dependencies
-
#213 RM-379405 Release w_common 3.5.0
- RM-379405 RELEASE w_common 3.5.0
Notes created on Friday, February 13 11:06 PM UTC
-
-
3.4.007 Feb 2026Release notes
Open source →Info
Build: (waiting for build to complete)
Skynet Results: (waiting for Skynet results)
Pipeline: (waiting for pipeline to start)
This minor release includes the following changes:Miscellaneous
-
#201 Revert "FEDX-1991: allow a nullable to be managed"
- FEDX-1991 Allow a nullable to be managed
-
#202 dart_dependency_validator_config
-
#205 DOC-18365 Internationalize time
- DOC-18365 Internationalize time
-
#208 DOC-18493 Internationalize the date and time string
- DOC-18493 Intl w_common date and time string
-
#210 Raise the file dependency max to v8.0.0
-
#211 RM-298705 Release w_common 3.4.0
- RM-298705 RELEASE w_common 3.4.0
Notes created on Saturday, February 07 04:38 PM UTC
-
-
3.3.020 Nov 2024 withdrawnRelease notes
Open source →Info
Build: (waiting for build to complete)
Skynet Results: (waiting for Skynet results)
Pipeline: (waiting for pipeline to start)
This minor release includes the following changes:Miscellaneous
-
#196 Raise the build_web_compilers dependency max to v5.0.0
-
#197 Raise the meta dependency min to v1.16.0
-
#198 FEDX-1991: allow a nullable to be managed
- FEDX-1991 Allow a nullable to be managed
-
#200 RM-289060 Release w_common 3.3.0
- RM-289060 RELEASE w_common 3.3.0
Notes created on Wednesday, November 20 08:51 PM UTC
-
-
3.2.008 Oct 2024Release notes
Open source →Info
Build: (waiting for build to complete)
Skynet Results: (waiting for Skynet results)
Pipeline: (waiting for pipeline to start)
This minor release includes the following changes:Miscellaneous
-
#194 Add typedefs for json maps
-
#195 RM-271471 Release w_common 3.2.0
- RM-271471 RELEASE w_common 3.2.0
Notes created on Tuesday, October 08 06:02 PM UTC
-
-
3.1.116 Jul 2024Release notes
Open source →Info
Build: (waiting for build to complete)
Skynet Results: (waiting for Skynet results)
Pipeline: (waiting for pipeline to start)
This patch release includes the following changes:Miscellaneous
- #192 RM-271463 Release w_common 3.1.1
- RM-271463 RELEASE w_common 3.1.1
Notes created on Tuesday, July 16 06:42 PM UTC
- #192 RM-271463 Release w_common 3.1.1
-
3.0.122 Sep 2023Release notes
Open source →Info
Build: https://ci.webfilings.com/build/4988619
Skynet Results: https://wf-skynet-hrd.appspot.com/apps/test/smithy/4988619/latest
Pipeline: https://w-rmconsole.appspot.com/release/pipeline/5779191257759744/
This patch release includes the following changes:Miscellaneous
Notes created on Friday, September 22 04:40 PM UTC
-
3.0.006 Apr 2023Release notes
Open source →Info
Build: https://ci.webfilings.com/build/4441034
Skynet Results: https://wf-skynet-hrd.appspot.com/apps/test/smithy/4441034/latest
Pipeline: https://w-rmconsole.appspot.com/release/pipeline/5118509941784576/
This major release includes the following changes:Miscellaneous
-
#175 Pin mockito 5
-
#176
w_common_toolsnull safety -
#177 Migrate to null safe
-
#178 Use
workiva_analysis_options; update changelog -
#179 RM-181102 Release w_common 3.0.0
- RM-181102 RELEASE w_common 3.0.0
Notes created on Thursday, April 06 11:13 PM UTC
-
-
2.1.216 Feb 2023Nothing published for this version
-
2.1.116 Dec 2022Release notes
Open source →- Implement
_ObservableTimer.tick, which allows timers created viaDisposable.getManagedTimerandDisposable.getManagedPeriodicTimerto be controlled by thefake_asyncpackage.
- Implement
-
2.1.007 Nov 2022Nothing published for this version
-
2.0.016 Jun 2022Release notes
Open source →June 14, 2022
Breaking Changes:
- Removes sass compilation tool from w_common. Use w_common_tools instead.
- Removes
DisposableManager,DisposableManagerV2,DisposableManagerV3,DisposableManagerV4,DisposableManagerV5, andDisposableManagerV6. UseDisposableManagerV7instead. - Removes
w_common.dartentrypoint. Use the specific entrypoint related to the pieces of w_common you want to use instead. For example,package:w_common/disposable.dart. - Changes to
Cache:- Removes
keysgetter. UseliveKeysandreleasedKeysinstead. - Removes
valuesgetter. UseliveValuesinstead. - Removes
containsKeymethod. Use.containsonliveKeysandreleasedKeysinstead.
- Removes
- Changes to
Disposable:- Removes
isDisposedOrDisposing. UseisOrWillBeDisposedinstead. This also returns true when theDisposableinstance is in the "awaiting disposal" state that is entered as soon as [dispose] is called. - Removes
isDisposing. UseisOrWillBeDisposedinstead. - Removes
manageAndReturnDisposable. UsemanageAndReturnTypedDisposableinstead. - Removes
manageDisposer. UsegetManagedDisposerinstead. - Removes
manageStreamSubscription. UselistenToStreaminstead.
- Removes
-
1.21.802 Jun 2022 -
1.21.114 Feb 2022Nothing published for this version
-
1.21.007 Feb 2022Nothing published for this version
-
1.20.1017 Dec 2021Nothing published for this version
-
1.20.917 Dec 2021Nothing published for this version
-
1.20.820 Sep 2021Nothing published for this version
-
1.20.713 May 2021Nothing published for this version
-
1.20.401 Apr 2021Nothing published for this version
-
1.20.303 Jun 2020Nothing published for this version
-
1.20.231 Mar 2020Nothing published for this version
-
1.20.112 Aug 2019Nothing published for this version
-
1.20.025 Jun 2019Nothing published for this version
-
1.19.024 Jun 2019Nothing published for this version
-
1.18.120 Jun 2019Nothing published for this version
-
1.18.014 Jun 2019Nothing published for this version
-
1.17.017 Apr 2019Nothing published for this version
-
1.16.011 Mar 2019Nothing published for this version
-
1.15.115 Feb 2019Nothing published for this version
-
1.15.002 Oct 2018Nothing published for this version
-
1.14.002 Oct 2018Nothing published for this version
-
1.13.019 Jun 2018Nothing published for this version
-
1.12.014 May 2018Nothing published for this version
-
1.11.209 Mar 2018Nothing published for this version
-
1.11.110 Jan 2018Nothing published for this version
-
1.11.002 Jan 2018Nothing published for this version
-
1.10.021 Dec 2017Nothing published for this version
-
1.9.026 Oct 2017Nothing published for this version
-
1.8.228 Aug 2017Nothing published for this version
-
1.8.115 Aug 2017Nothing published for this version
-
1.8.009 Aug 2017Nothing published for this version
-
1.7.225 Jul 2017Nothing published for this version
-
1.7.124 Jul 2017Nothing published for this version
-
1.7.021 Jul 2017Nothing published for this version
-
1.6.128 Jun 2017Nothing published for this version
-
1.6.027 Jun 2017Nothing published for this version
-
1.5.026 Jun 2017Nothing published for this version
-
1.4.107 Apr 2017Nothing published for this version
-
1.4.024 Mar 2017Nothing published for this version
-
1.3.003 Mar 2017Nothing published for this version
-
1.2.029 Dec 2016Nothing published for this version
-
1.1.007 Dec 2016Nothing published for this version
-
1.0.009 Nov 2016Nothing published for this version
-
0.2.004 Nov 2016Nothing published for this version
-
0.1.031 Oct 2016Nothing published for this version