TetsuFe / flutter_novel

Flutter製のノベルゲーム
https://tetsufe.github.io/flutter_novel/#/
3 stars 1 forks source link

Enable non-nullable #8

Open TetsuFe opened 4 years ago

TetsuFe commented 4 years ago

non-nullableの機能を有効にしようとしたが、dartのバージョンが低いと警告を受けてできなかったため一旦保留。

https://github.com/flutter/flutter/issues/40490

https://github.com/dart-lang/sdk/issues/40135

codecov[bot] commented 4 years ago

Codecov Report

Merging #8 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #8   +/-   ##
=======================================
  Coverage   35.06%   35.06%           
=======================================
  Files           4        4           
  Lines          77       77           
=======================================
  Hits           27       27           
  Misses         50       50           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update eca9dc4...9620493. Read the comment docs.

TetsuFe commented 4 years ago

追加情報

Dartのdevチャンネルで使えるようになったみたい。2020/06/11 https://medium.com/dartlang/announcing-sound-null-safety-defd2216a6f3

ただ、まだFlutterでは最新のmasterチャンネルでも使えないっぽい https://twitter.com/tetsufe_/status/1271028014197862401?s=20