Skip to content

Commit 35b7a5e

Browse files
committed
chore: update license
1 parent 400c16e commit 35b7a5e

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

LICENSE

+23-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
TODO: Add your license here.
1+
The MIT License (MIT)
2+
Copyright (c) 2020 Lokesh Rajendran (https://github.com/lokesh-coder/flutter_blobs)
3+
4+
Permission is hereby granted, free of charge, to any person
5+
obtaining a copy of this software and associated documentation
6+
files (the "Software"), to deal in the Software without
7+
restriction, including without limitation the rights to use,
8+
copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the
10+
Software is furnished to do so, subject to the following
11+
conditions:
12+
13+
The above copyright notice and this permission notice shall be
14+
included in all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
18+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
20+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
21+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
22+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
23+
OTHER DEALINGS IN THE SOFTWARE.

lib/src/services/blob_converter.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'dart:convert';
22
import 'package:blobs/src/services/blob_error_handler.dart';
33
import 'package:flutter/material.dart';
4-
import 'package:archive/archive.dart';
4+
import 'package:archive/archive.dart' show GZipEncoder, GZipDecoder;
55

66
import 'package:blobs/src/models.dart';
77

pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
44
archive:
5-
dependency: transitive
5+
dependency: "direct main"
66
description:
77
name: archive
88
url: "https://pub.dartlang.org"

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: blobs
22
description: Create beautiful blobs - fixed/random blob generation, animations, svgs and more
33
version: 1.0.0
4-
author: Lokesh rajendran
54
homepage: https://github.com/lokesh-coder/flutter_blobs
65

76
environment:
@@ -11,6 +10,7 @@ environment:
1110
dependencies:
1211
flutter:
1312
sdk: flutter
13+
archive: ^2.0.13
1414

1515
dev_dependencies:
1616
flutter_test:

0 commit comments

Comments
 (0)