Skip to content

Commit 71bc388

Browse files
committed
0.0.1
1 parent d39231c commit 71bc388

File tree

2 files changed

+6
-39
lines changed

2 files changed

+6
-39
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## [0.0.1] - TODO: Add release date.
1+
## 0.0.1 - Dec 15, 2020
22

3-
* TODO: Describe initial release.
3+
- Initial version.

pubspec.yaml

Lines changed: 4 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: listenable_stream
22
description: listenable_stream
33
version: 0.0.1
4-
author:
5-
homepage:
4+
author: Petrus Nguyễn Thái Học <hoc081098@gmail.com>
5+
homepage: https://github.com/Flutter-Dart-Open-Source/listenable_stream.git
6+
repository: https://github.com/Flutter-Dart-Open-Source/listenable_stream.git
7+
issue_tracker: https://github.com/Flutter-Dart-Open-Source/listenable_stream/issues
68

79
environment:
810
sdk: ">=2.9.0 <3.0.0"
@@ -18,39 +20,4 @@ dev_dependencies:
1820
flutter_test:
1921
sdk: flutter
2022

21-
# For information on the generic Dart part of this file, see the
22-
# following page: https://dart.dev/tools/pub/pubspec
23-
24-
# The following section is specific to Flutter.
2523
flutter:
26-
27-
# To add assets to your package, add an assets section, like this:
28-
# assets:
29-
# - images/a_dot_burr.jpeg
30-
# - images/a_dot_ham.jpeg
31-
#
32-
# For details regarding assets in packages, see
33-
# https://flutter.dev/assets-and-images/#from-packages
34-
#
35-
# An image asset can refer to one or more resolution-specific "variants", see
36-
# https://flutter.dev/assets-and-images/#resolution-aware.
37-
38-
# To add custom fonts to your package, add a fonts section here,
39-
# in this "flutter" section. Each entry in this list should have a
40-
# "family" key with the font family name, and a "fonts" key with a
41-
# list giving the asset and other descriptors for the font. For
42-
# example:
43-
# fonts:
44-
# - family: Schyler
45-
# fonts:
46-
# - asset: fonts/Schyler-Regular.ttf
47-
# - asset: fonts/Schyler-Italic.ttf
48-
# style: italic
49-
# - family: Trajan Pro
50-
# fonts:
51-
# - asset: fonts/TrajanPro.ttf
52-
# - asset: fonts/TrajanPro_Bold.ttf
53-
# weight: 700
54-
#
55-
# For details regarding fonts in packages, see
56-
# https://flutter.dev/custom-fonts/#from-packages

0 commit comments

Comments
 (0)