Browse Source

Prepare release

Anatoly Pulyaevskiy 6 years ago
parent
commit
61f6f9e774

+ 1
- 1
packages/zefyr/CHANGELOG.md View File

1
-## [0.1.0] - Add release date
1
+## 0.1.0
2
 
2
 
3
 *  Initial release.
3
 *  Initial release.

+ 0
- 1
packages/zefyr/analysis_options.yaml View File

1
 analyzer:
1
 analyzer:
2
-  strong-mode: true
3
   language:
2
   language:
4
     enableSuperMixins: true
3
     enableSuperMixins: true
5
 
4
 

+ 0
- 1
packages/zefyr/example/lib/main.dart View File

2
 // for details. All rights reserved. Use of this source code is governed by a
2
 // for details. All rights reserved. Use of this source code is governed by a
3
 // BSD-style license that can be found in the LICENSE file.
3
 // BSD-style license that can be found in the LICENSE file.
4
 import 'dart:convert';
4
 import 'dart:convert';
5
-import 'dart:io';
6
 
5
 
7
 import 'package:flutter/material.dart';
6
 import 'package:flutter/material.dart';
8
 import 'package:quill_delta/quill_delta.dart';
7
 import 'package:quill_delta/quill_delta.dart';

+ 1
- 1
packages/zefyr/pubspec.yaml View File

1
 name: zefyr
1
 name: zefyr
2
-description: Flutter widgets for editing rich text.
2
+description: Rich text editor for Flutter.
3
 version: 0.1.0
3
 version: 0.1.0
4
 author: Anatoly Pulyaevskiy <anatoly.pulyaevskiy@gmail.com>
4
 author: Anatoly Pulyaevskiy <anatoly.pulyaevskiy@gmail.com>
5
 homepage: https://github.com/pulyaevskiy/zefyr
5
 homepage: https://github.com/pulyaevskiy/zefyr