Update Dart (2.18.5)

pull/1877/head
ClasherKasten 2 years ago
parent 5397d4517e
commit d344c117a6
No known key found for this signature in database
GPG Key ID: FAF77373D38D88E4

@ -238,8 +238,8 @@ credits = [
], [
'Dart',
'2012 the Dart project authors',
'CC BY-SA',
'https://creativecommons.org/licenses/by-sa/4.0/'
'BSD 3-Clause "New" or "Revised" License',
'https://raw.githubusercontent.com/dart-lang/sdk/main/LICENSE'
], [
'date-fns',
'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:
```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
```

@ -17,11 +17,11 @@ module Docs
options[:attribution] = <<-HTML
&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
version '2' do
self.release = '2.17.0'
self.release = '2.18.5'
self.base_url = "https://api.dart.dev/stable/#{release}/"
end

Loading…
Cancel
Save