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:
@@ -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;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of data;
|
||||
part of 'data.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
|
||||
Reference in New Issue
Block a user