You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Copyright 2013 The Flutter Authors. All rights reserved.
2
+
// Use of this source code is governed by a BSD-style license that can be
3
+
// found in the LICENSE file.
4
+
5
+
// NOTE: This file is just a stub. The actual file is generated at build time
6
+
// with the actual current Git commit SHA. This stub is just here for local
7
+
// development.
8
+
9
+
/// The Git SHA of the Flutter Engine.
10
+
constString flutterWebSdkVersion ='IF YOU SEE THIS, FILE A BUG: https://github.com/flutter/flutter/issues/new?assignees=&labels=&template=2_bug.md&title=';
contents="// Copyright 2013 The Flutter Authors. All rights reserved.$0x0A// Use of this source code is governed by a BSD-style license that can be$0x0A// found in the LICENSE file.$0x0A$0x0A@JS()$0x0Alibrary dart._web_sdk_version;$0x0A$0x0Aimport 'dart:_js_annotations';$0x0A$0x0Aconst String flutterWebSdkVersion = '$engine_version';$0x0A"
0 commit comments