Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlaw committed May 1, 2022
1 parent d9509f0 commit 2e1b552
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 36 deletions.
22 changes: 21 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
TODO: Add your license here.
MIT License

Copyright (c) 2022 VIQCore Tecnologies

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
18 changes: 0 additions & 18 deletions lib/generated_plugin_registrant.dart

This file was deleted.

19 changes: 2 additions & 17 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ homepage: https://github.com/jasonlaw/aether_core.git

# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.13.0 <3.0.0"
flutter: ">=2.10.0"

dependencies:
Expand All @@ -17,22 +17,11 @@ dependencies:
flutter_web_plugins:
sdk: flutter

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
#cupertino_icons: ^0.1.3

# https://pub.dev/packages/get
get: ^4.6.1

# https://pub.dev/packages/mime_type
# mime_type: ^1.0.0

# https://pub.dev/packages/get_storage
get_storage: ^2.0.3
# get_storage:
# git:
# url: https://github.com/yutae/get_storage
# ref: master

# https://pub.dev/packages/package_info_plus
package_info_plus: ^1.4.2
Expand All @@ -52,10 +41,6 @@ dependencies:
# https://pub.dev/packages/cross_file
cross_file: ^0.3.2

# # https://pub.dev/packages/csv
# csv: ^5.0.1


dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit 2e1b552

Please sign in to comment.