Skip to content

Commit

Permalink
Remove fvm config & Up a version
Browse files Browse the repository at this point in the history
  • Loading branch information
Truba committed Mar 30, 2021
1 parent 9caee71 commit 84f13e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion .fvm/flutter_sdk

This file was deleted.

3 changes: 0 additions & 3 deletions .fvm/fvm_config.json

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
.pub-cache/
.pub/
build/
.fvm/

# Android related
**/android/**/gradle-wrapper.jar
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: japx
description: Lightweight parser for the JSON:API (http://jsonapi.org/) structure.
version: 1.0.3
version: 2.0.0
repository: https://github.com/infinum/flutter-plugins-japx
homepage: https://github.com/infinum/flutter-plugins-japx

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.10.0"

dependencies:
Expand All @@ -21,4 +21,4 @@ flutter:
- assets/decoding/
- assets/encoding/
- assets/result/encoding/
- assets/result/decoding/
- assets/result/decoding/

0 comments on commit 84f13e2

Please sign in to comment.