Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitti_pop committed May 14, 2021
1 parent 1580aa6 commit df033fa
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [1.0.0]
## [0.0.4]

- Migrating to null-safety🔥
- Update Description

## [0.0.3]

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
network_font: ^0.0.1
network_font: ^0.0.4

dev_dependencies:
flutter_test:
Expand Down
60 changes: 57 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.6.1"
version: "2.5.0"
boolean_selector:
dependency: transitive
description:
name: boolean_selector
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
characters:
dependency: transitive
description:
Expand All @@ -22,6 +29,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
clock:
dependency: transitive
description:
name: clock
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
collection:
dependency: transitive
description:
Expand All @@ -36,6 +50,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
fake_async:
dependency: transitive
description:
name: fake_async
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
ffi:
dependency: transitive
description:
Expand All @@ -51,7 +72,12 @@ packages:
source: hosted
version: "6.1.0"
flutter:
dependency: transitive
dependency: "direct main"
description: flutter
source: sdk
version: "0.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
source: sdk
version: "0.0.0"
Expand All @@ -76,6 +102,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.0"
matcher:
dependency: transitive
description:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.10"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -164,7 +197,21 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
version: "1.8.0"
stack_trace:
dependency: transitive
description:
name: stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.0"
stream_channel:
dependency: transitive
description:
name: stream_channel
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
string_scanner:
dependency: transitive
description:
Expand All @@ -179,6 +226,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.19"
typed_data:
dependency: transitive
description:
Expand Down
8 changes: 7 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: network_font
description: network_font will help you use your custom font from network, so you don't have to store those fonts in your project directory's asset folder.
version: 1.0.0
version: 0.0.4
homepage: https://github.com/kithe-raker/network_font

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.17.0"

dependencies:
flutter:
sdk: flutter

# Get user's local path
path_provider: ^2.0.1
Expand All @@ -17,3 +19,7 @@ dependencies:

# Store data to user's local
hive: ^2.0.4

dev_dependencies:
flutter_test:
sdk: flutter

0 comments on commit df033fa

Please sign in to comment.