Merge pull request #1877 from ClasherKasten/minor/dart

Update Dart (2.18.5)
pull/1896/head
Simon Legner 2 years ago committed by GitHub
commit af8d62a6e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -238,8 +238,8 @@ credits = [
], [ ], [
'Dart', 'Dart',
'2012 the Dart project authors', '2012 the Dart project authors',
'CC BY-SA', 'BSD 3-Clause "New" or "Revised" License',
'https://creativecommons.org/licenses/by-sa/4.0/' 'https://raw.githubusercontent.com/dart-lang/sdk/main/LICENSE'
], [ ], [
'date-fns', 'date-fns',
'2021 Sasha Koss and Lesha Koss', '2021 Sasha Koss and Lesha Koss',

@ -23,7 +23,7 @@ and put it in `/path/to/devdocs/docs/`
Or run the following commands in your terminal: Or run the following commands in your terminal:
```sh ```sh
curl https://storage.googleapis.com/dart-archive/channels/stable/release/$RELEASE/api-docs/dartdocs-gen-api-zip > dartApi.zip; \ curl https://storage.googleapis.com/dart-archive/channels/stable/release/$RELEASE/api-docs/dartdocs-gen-api.zip > dartApi.zip; \
unzip dartApi.zip; mv gen-dartdocs docs/dart~$VERSION unzip dartApi.zip; mv gen-dartdocs docs/dart~$VERSION
``` ```

@ -17,11 +17,11 @@ module Docs
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2012 the Dart project authors<br> &copy; 2012 the Dart project authors<br>
Licensed under the Creative Commons Attribution-ShareAlike License v4.0. Licensed under the BSD 3-Clause "New" or "Revised" License.
HTML HTML
version '2' do version '2' do
self.release = '2.17.0' self.release = '2.18.5'
self.base_url = "https://api.dart.dev/stable/#{release}/" self.base_url = "https://api.dart.dev/stable/#{release}/"
end end

Loading…
Cancel
Save