From c76f3e0b7f6c541d743b8f2d7b8eda031a99fe3f Mon Sep 17 00:00:00 2001 From: emirdeliz Date: Mon, 16 Jan 2023 10:26:02 -0300 Subject: [PATCH] feat: Work in progress --- LICENSE | 6 +++++- README.md | 5 +++-- {docs => doc}/demo.gif | Bin pubspec.yaml | 1 + 4 files changed, 9 insertions(+), 3 deletions(-) rename {docs => doc}/demo.gif (100%) diff --git a/LICENSE b/LICENSE index ba75c69..1f95d26 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1,5 @@ -TODO: Add your license here. +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. diff --git a/README.md b/README.md index 0ee54ef..b9bd4c4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # upload_largest_files - This plugin is a wrapper for the project [Upload largest Files](https://github.com/emirdeliz/upload-largest-files) to make uploads on the web. See the example for more details. See the example for more details. Before running the example you should start the upload server on the folder: `example/lib/server`. -Upload largest files - example +Upload largest files - example ## Getting Started diff --git a/docs/demo.gif b/doc/demo.gif similarity index 100% rename from docs/demo.gif rename to doc/demo.gif diff --git a/pubspec.yaml b/pubspec.yaml index 7241cb4..caaab43 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,6 +12,7 @@ dependencies: sdk: flutter flutter_web_plugins: sdk: flutter + js: ^0.6.4 dev_dependencies: flutter_test: