1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Update samples index dependencies and constraints (#1816)

Updates build dependencies as well as other constraints to more closely
match versions used.

Supersedes https://github.com/flutter/samples/pull/1814
This commit is contained in:
Parker Lougheed
2023-05-12 18:53:12 -05:00
committed by GitHub
parent 3d783afe8f
commit 4d5acf97ca
3 changed files with 14 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
// found in the LICENSE file
/// Defines the data types for this project.
library data;
library;
import 'package:json_annotation/json_annotation.dart';
import 'package:path/path.dart' as path;

View File

@@ -1,6 +1,6 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of data;
part of 'data.dart';
// **************************************************************************
// JsonSerializableGenerator