Migrate from no-implicit-casts to strict-casts (#84)

diff --git a/analysis_options.yaml b/analysis_options.yaml
index 8465834..517b597 100644
--- a/analysis_options.yaml
+++ b/analysis_options.yaml
@@ -1,8 +1,8 @@
 include: package:lints/recommended.yaml
 
 analyzer:
-  strong-mode:
-    implicit-casts: false
+  language:
+    strict-casts: true
   # These are errors when building in Google
   errors:
     unused_import: error