File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -102,13 +102,6 @@ packages:
102102 url: "https://pub.dartlang.org"
103103 source: hosted
104104 version: "1.6.4"
105- pedantic:
106- dependency: transitive
107- description:
108- name: pedantic
109- url: "https://pub.dartlang.org"
110- source: hosted
111- version: "1.8.0+1"
112105 petitparser:
113106 dependency: transitive
114107 description:
@@ -129,7 +122,7 @@ packages:
129122 path: ".."
130123 relative: true
131124 source: path
132- version: "0.0.1 "
125+ version: "0.0.2 "
133126 sky_engine:
134127 dependency: transitive
135128 description: flutter
@@ -176,7 +169,7 @@ packages:
176169 name: test_api
177170 url: "https://pub.dartlang.org"
178171 source: hosted
179- version: "0.2.11 "
172+ version: "0.2.14 "
180173 typed_data:
181174 dependency: transitive
182175 description:
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ import 'dart:ui';
55import 'package:flutter/foundation.dart' ;
66import 'package:flutter/material.dart' ;
77
8+ export 'utils/bouncing_scroll_behavior.dart' ;
9+
810/// A wrapper that helps child widgets resize/scale
911/// to different screen dimensions.
1012///
You can’t perform that action at this time.
0 commit comments