Skip to content

Commit

Permalink
Add license
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Nov 11, 2024
1 parent ed287f2 commit eb6902d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/messages/examples_flutter/my_application/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.6.0-270.0.dev
sdk: ^3.5.0

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.1
publish_to: none

environment:
sdk: ^3.6.0-270.0.dev
sdk: ^3.5.0
flutter: ">=1.17.0"

dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

class MessageFileMetadata {
final String hash;
final String path;
Expand Down

0 comments on commit eb6902d

Please sign in to comment.