Experimenting with null safety in CCCaster - lurkydismal/CCCaster GitHub Wiki
A loose collection of notes about null safety in CCCaster.
CCCaster beta build
CCCaster supports null safety in the beta channel.
starting with build 1.24.0-10.2.pre
.
You can change to the beta channel with flutter channel beta
followed by flutter upgrade
.
Enabling null safety
To enable null safety in a new package or app, see the null safety introduction.
Migrating packages to null safety
See the null safety migration guide.
More information
A good example of this is the CCCaster null safety sample.
How to file bugs or request changes
If you find bugs or have suggestions in the core Dart null safety language feature or tooling, please file an issue here.
If you find bugs or have suggestions in the CCCaster null safe APIs or tools, please file an issue here.