mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-23 21:13:35 +00:00
fix: fix warning
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
///
|
library;
|
||||||
/// Copyright 2021 Sergey Penkovsky (sergey.penkovsky@gmail.com)
|
//
|
||||||
/// Licensed under the Apache License, Version 2.0 (the "License");
|
// Copyright 2021 Sergey Penkovsky (sergey.penkovsky@gmail.com)
|
||||||
/// you may not use this file except in compliance with the License.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
/// You may obtain a copy of the License at
|
// you may not use this file except in compliance with the License.
|
||||||
/// http://www.apache.org/licenses/LICENSE-2.0
|
// You may obtain a copy of the License at
|
||||||
/// Unless required by applicable law or agreed to in writing, software
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
/// distributed under the License is distributed on an "AS IS" BASIS,
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
/// See the License for the specific language governing permissions and
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
/// limitations under the License.
|
// See the License for the specific language governing permissions and
|
||||||
///
|
// limitations under the License.
|
||||||
library cherrypick_flutter;
|
//
|
||||||
|
|
||||||
export 'src/cherrypick_provider.dart';
|
export 'src/cherrypick_provider.dart';
|
||||||
|
|||||||
Reference in New Issue
Block a user