Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit d8af4b7

Browse files
committed
feat: update packages
1 parent ff10d15 commit d8af4b7

File tree

4 files changed

+11
-50
lines changed

4 files changed

+11
-50
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ migrate_working_dir/
1919
# The .vscode folder contains launch configuration and tasks you configure in
2020
# VS Code which you may wish to be included in version control, so this line
2121
# is commented out by default.
22-
#.vscode/
22+
.vscode/
2323

2424
# Flutter/Dart/Pub related
2525
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
@@ -28,3 +28,5 @@ migrate_working_dir/
2828
.dart_tool/
2929
.packages
3030
build/
31+
32+
.metadata

.metadata

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0
2+
3+
* Update flutter_introduction_interface
4+
15
## 0.0.1
26

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

pubspec.yaml

Lines changed: 3 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_introduction_service
22
description: A new Flutter package project.
3-
version: 0.0.1
3+
version: 1.0.0
44
publish_to: none
55

66
environment:
@@ -10,49 +10,14 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
flutter_introduction_interface:
13+
flutter_introduction_interface:
1414
git:
1515
url: https://github.com/Iconica-Development/flutter_introduction_interface.git
16-
ref: master
16+
ref: 1.0.0
1717

1818
dev_dependencies:
1919
flutter_test:
2020
sdk: flutter
2121
flutter_lints: ^2.0.0
2222

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

0 commit comments

Comments
 (0)