Skip to content

Commit

Permalink
🔖 v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
iota9star committed Mar 22, 2023
1 parent 8899c8a commit f64927b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.5

- Use `const`.

## 0.1.4

- Add `class` comments.
Expand Down
6 changes: 0 additions & 6 deletions example/main.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
import 'package:env2dart/env2dart.dart';

import 'env.g.dart';

void main() => parseAndGen(["-o", "./lib/env.g.dart"]);

a(){
var env = Env();
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: env2dart
description: A simple way to generate `dart` code from a `.env` file.
version: 0.1.4
version: 0.1.5
repository: https://github.com/fluttercandies/env2dart

environment:
Expand Down

0 comments on commit f64927b

Please sign in to comment.