Skip to content

Commit

Permalink
feat: null safety (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
hovadur authored Mar 7, 2021
1 parent 56ebd8d commit 83688e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: nanoid
version: 0.1.0
version: 0.2.0
author: Rongjian Zhang <pd4d10@gmail.com>
description: A tiny, secure, URL-friendly, unique string ID generator. Dart implementation of ai/nanoid
homepage: https://github.com/pd4d10/nanoid-dart

environment:
sdk: ">=2.0.0 <3.0.0"
sdk: ">=2.12.0-0 <3.0.0"

dev_dependencies:
test: ^1.3.0
test: ^1.16.4

0 comments on commit 83688e7

Please sign in to comment.