1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

flutter pub upgrade (#178)

This commit is contained in:
Brett Morgan
2019-12-18 10:54:58 +11:00
committed by GitHub
parent f6c3f889e6
commit d71180683c
24 changed files with 159 additions and 66 deletions

View File

@@ -23,7 +23,7 @@ class DataTransferPageStarter extends StatelessWidget {
@override
Widget build(BuildContext context) {
return ChangeNotifierProvider(
builder: (context) => DataTransferIsolateController(),
create: (context) => DataTransferIsolateController(),
child: DataTransferPage(),
);
}

View File

@@ -22,7 +22,7 @@ class InfiniteProcessPageStarter extends StatelessWidget {
@override
Widget build(context) {
return ChangeNotifierProvider(
builder: (context) => InfiniteProcessIsolateController(),
create: (context) => InfiniteProcessIsolateController(),
child: InfiniteProcessPage(),
);
}

View File

@@ -115,7 +115,7 @@ packages:
name: provider
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.0+1"
version: "3.2.0"
quiver:
dependency: transitive
description: