Skip to content

Commit 9bf60e5

Browse files
committed
Export Library Files
1 parent 9503873 commit 9bf60e5

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

example/pubspec.lock

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff 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:

lib/responsive_framework.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import 'dart:ui';
55
import 'package:flutter/foundation.dart';
66
import '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
///

0 commit comments

Comments
 (0)