This file contains hidden or 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
# ------------------------------------------------------------------------------ | |
# git_list_untracked | |
# | |
# Lists local Git branches that are tracking a remote branch which no longer | |
# exists (i.e., the remote was deleted or the branch was removed from the remote). | |
# | |
# - First runs `git fetch --prune` to clean up stale remote references. | |
# - Then checks all local branches with an upstream and verifies if the remote | |
# branch still exists. | |
# - Filters out "main" and "master" from the results to avoid accidental deletion. |
This file contains hidden or 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
name: expense | |
description: Simplistic Expense Manager | |
# The following line prevents the package from being accidentally published to | |
# pub.dev using `pub publish`. This is preferred for private packages. | |
publish_to: 'none' # Remove this line if you wish to publish to pub.dev | |
# The following defines the version and build number for your application. | |
# A version number is three numbers separated by dots, like 1.2.43 | |
# followed by an optional build number separated by a +. |
This file contains hidden or 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
# Generated by pub | |
# See https://dart.dev/tools/pub/glossary#lockfile | |
packages: | |
_fe_analyzer_shared: | |
dependency: transitive | |
description: | |
name: _fe_analyzer_shared | |
url: "https://pub.dartlang.org" | |
source: hosted | |
version: "2.2.0" |