Skip to content

Commit

Permalink
Switch to scrollable_positioned_list package
Browse files Browse the repository at this point in the history
  • Loading branch information
tarobins committed Oct 8, 2020
1 parent e595d3e commit 41ab3fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 27 deletions.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:flutter/material.dart';
import 'package:flutter_widgets/flutter_widgets.dart';
import 'package:scrollable_positioned_list/scrollable_positioned_list.dart';

void main() {
runApp(MyApp());
Expand Down
29 changes: 4 additions & 25 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.15.0-nullsafety.3"
csslib:
dependency: transitive
description:
name: csslib
url: "https://pub.dartlang.org"
source: hosted
version: "0.16.2"
cupertino_icons:
dependency: "direct main"
description:
Expand All @@ -74,20 +67,6 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_widgets:
dependency: "direct main"
description:
name: flutter_widgets
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.12"
html:
dependency: transitive
description:
name: html
url: "https://pub.dartlang.org"
source: hosted
version: "0.14.0+4"
matcher:
dependency: transitive
description:
Expand All @@ -109,13 +88,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0-nullsafety.1"
quiver:
dependency: transitive
scrollable_positioned_list:
dependency: "direct main"
description:
name: quiver
name: scrollable_positioned_list
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.3"
version: "0.1.7"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_widgets: ^0.1.12
scrollable_positioned_list: ^0.1.7


# The following adds the Cupertino Icons font to your application.
Expand Down

0 comments on commit 41ab3fa

Please sign in to comment.