是否存在任何与修改内置 Flutter 小部件并在我的项目中使用它相关的版权或许可问题?

Are there any copyright or license issues associated with modifying inbuilt Flutter widgets and using it in my project?

我想修改 Material.dart 中提供的小部件 ReorderableListView 的一部分。我正在考虑为其复制源代码并创建一个名为 CustomReorderableListView 的新文件并在项目中使用它。如果我这样做,是否会产生任何与版权或许可相关的后果? 下面是小部件代码开头提到的内容 -

//Copyright 2014 The Flutter Authors. All rights reserved.
//Use of this source code is governed by a BSD-style license that can be
//found in the LICENSE file.

Flutter 是一个开源项目。如果有什么鼓励程序员修改现有的小部件以适应他们自己的想法或以任何他们想要的方式进行项目。

您可以在以下位置阅读更多相关信息:https://flutter.dev/docs/resources/faq