• Yaniv Shaked's avatar
    Removal of compilation warning · 2b4f67e7
    Yaniv Shaked 提交于
    This PR fixes the following issue:
    ```
    /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/screenshot-1.2.0/lib/screenshot.dart:45:31: Warning: Operand of null-aware operation '??' has type 'Duration' which excludes null.
     - 'Duration' is from 'dart:core'.
        return new Future.delayed(delay ?? Duration(milliseconds: 20), () async {
                                  ^
    ```
    2b4f67e7
名称
最后提交
最后更新
.idea 正在载入提交数据...
.vscode 正在载入提交数据...
assets 正在载入提交数据...
example 正在载入提交数据...
lib 正在载入提交数据...
test 正在载入提交数据...
.gitignore 正在载入提交数据...
.metadata 正在载入提交数据...
CHANGELOG.md 正在载入提交数据...
LICENSE 正在载入提交数据...
README.md 正在载入提交数据...
analysis_options.yaml 正在载入提交数据...
pubspec.lock 正在载入提交数据...
pubspec.yaml 正在载入提交数据...
screenshot.iml 正在载入提交数据...