glob
A library to perform Bash-style file and directory globbing.
2.1.3
9.1M downloads/mo
#47 most downloaded on pub.dev
dart-lang/tools
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 1.7 years
Nearly every release is documented
notes for 21 of 22 stable releases
Nothing withdrawn
no release was ever pulled
12 years old
23 releases · first in 2014
0 releases in the last 12 months
see the full history below
Release timeline
23 releases · Sep 2014 to Jan 2025Releases
latest 23-
2.1.323 Jan 2025 -
2.1.219 May 2023 -
2.1.109 Nov 2022 -
2.1.016 Jun 2022Release notes
Open source →- Return empty results instead of throwing when trying to list a path that does not exist.
-
2.0.230 Sep 2021Release notes
Open source →- Drop package:pedantic dependency, use package:lints instead.
- Update SDK lower bound to
2.15.0
-
2.0.124 Mar 2021 -
2.0.005 Feb 2021Release notes
Open source →- Stable null safety release.
Breaking Change
The
list*apis onGlobhave been renamed tolistFileSystem*and they now require aFileSystemobject frompackage:file.There is a new convenience import,
package:glob/list_local_fs.dartwhich provides the old methods as extensions, and automatically passes aLocalFileSystem. -
2.0.0-nullsafety.001 Dec 2020 pre-releaseNothing published for this version
-
1.2.124 Oct 2022 -
1.2.016 Oct 2019 -
1.1.718 Jul 2018 -
1.1.621 Jun 2018 -
1.1.522 Sep 2017 -
1.1.320 Jun 2016 -
1.1.201 Apr 2016 -
1.1.108 Mar 2016Release notes
Open source →- Fix a bug where listing an absolute glob with
caseInsensitive: falsefailed.
- Fix a bug where listing an absolute glob with
-
1.1.013 Jan 2016Release notes
Open source →-
Add a
caseSensitivenamed parameter tonew Glob()that controls whether the glob is case-sensitive. This defaults tofalseon Windows andtrueelsewhere.Matching case-insensitively on Windows is a behavioral change, but since it more closely matches the semantics of Windows paths it's considered a bug fix rather than a breaking change.
-
-
1.0.516 Jul 2015Release notes
Open source →-
Narrow the dependency on
path. Previously, this allowed versions that didn't support all the functionality this package needs. -
Upgrade to the new test runner.
-
-
1.0.422 Jan 2015 -
1.0.314 Nov 2014Release notes
Open source →- Fix a bug where
Glob.list()andGlob.listSync()would incorrectly throw exceptions when a directory didn't exist on the filesystem.
- Fix a bug where
-
1.0.226 Sep 2014 -
1.0.124 Sep 2014 -
1.0.023 Sep 2014Nothing published for this version