Dart 2.10.1 (#609)

* google/dart:2.10.1

* google/dart:2.10.1

* google/dart:2.10.1

* dart_2.10.1

* dart_2.10.1
diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile
index c491b1d..110ce84 100644
--- a/.gitpod.Dockerfile
+++ b/.gitpod.Dockerfile
@@ -6,8 +6,8 @@
 # More information: https://www.gitpod.io/docs/config-docker/
 
 RUN sudo apt-get update && \
-    wget https://storage.googleapis.com/dart-archive/channels/stable/release/2.10.0/linux_packages/dart_2.10.0-1_amd64.deb && \
-    sudo dpkg -i dart_2.10.0-1_amd64.deb && \
+    wget https://storage.googleapis.com/dart-archive/channels/stable/release/2.10.1/linux_packages/dart_2.10.1-1_amd64.deb && \
+    sudo dpkg -i dart_2.10.1-1_amd64.deb && \
     sudo apt-get install -y protobuf-compiler redis && \
     sudo apt-get update && \
     echo "export PATH=\"\$PATH:/usr/lib/dart/bin:\$HOME/.pub-cache/bin\"" >> $HOME/.bashrc && \
diff --git a/.travis.yml b/.travis.yml
index ec61b89..cfcefa1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@
   - gem install coveralls-lcov
 dart:
   # Keep this value aligned with min SDK value in pubspec.yaml and FROM line of Dockerfile
-  - "2.10.0"
+  - "2.10.1"
   # Beta is trailing stable.
   # - beta
 
diff --git a/Dockerfile b/Dockerfile
index b067c4a..5fdde7f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 # Keep aligned with min SDK in pubspec.yaml and Dart test version in .travis.yml
-FROM google/dart:2.10.0
+FROM google/dart:2.10.1
 
 # The specific commit that dart-services should use. This should be kept
 # in sync with the flutter submodule in the dart-services repo.
diff --git a/cloud_run.Dockerfile b/cloud_run.Dockerfile
index c94ed30..9372c39 100644
--- a/cloud_run.Dockerfile
+++ b/cloud_run.Dockerfile
@@ -1,5 +1,5 @@
 # Keep aligned with min SDK in pubspec.yaml and Dart test version in .travis.yml
-FROM google/dart:2.10.0
+FROM google/dart:2.10.1
 
 # The specific commit that dart-services should use. This should be kept
 # in sync with the flutter submodule in the dart-services repo.
diff --git a/pubspec.yaml b/pubspec.yaml
index dd8028b..06a03fa 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -3,7 +3,7 @@
 
 environment:
   # Keep SDK aligned with .travis.yml and FROM line of Dockerfile
-  sdk: ^2.10.0
+  sdk: ^2.10.1
 
 dependencies:
   analyzer: ^0.39.17