Skip to content

Commit

Permalink
add pubspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Oct 19, 2021
1 parent 535dc63 commit 1ac0095
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .atc.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
path: package.json
path: pubspec.yaml
behavior: before
template: NPM_v{{.Version}}
template: Flutter_v{{.Version}}
File renamed without changes.
16 changes: 16 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: newtify
version: 1.2.3
description: >-
Have you been turned into a newt? Would you like to be?
This package can help. It has all of the
newt-transmogrification functionality you have been looking
for.
homepage: https://example-pet-store.com/newtify
documentation: https://example-pet-store.com/newtify/docs
environment:
sdk: '>=2.10.0 <3.0.0'
dependencies:
efts: ^2.0.4
transmogrify: ^0.4.0
dev_dependencies:
test: '>=1.15.0 <2.0.0'

1 comment on commit 1ac0095

@atcdemoapp
Copy link

@atcdemoapp atcdemoapp bot commented on 1ac0095 Oct 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a new version for "DmitriyLewen/atcDemo": "Flutter_v1.2.4"

Please sign in to comment.