Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.6-dev.2

* Removed dependency on package:intl.

# 0.1.6-dev.1

* Added `ScrollablePositionedList`.
Expand Down
1 change: 0 additions & 1 deletion gallery/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ environment:
dependencies:
flutter_widgets:
path: ../
intl: ^0.16.0
meta: ^1.1.1

dev_dependencies:
Expand Down
11 changes: 5 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: flutter_widgets
version: 0.1.6-dev.1
version: 0.1.6-dev.2
description: >
Flutter widgets that are developed by Google but not by the core
Flutter team.
authors:
- djshuckerow@google.com
- anthony.bullard@gmail.com
- jamesdlin@google.com
- robinsontom@google.com
- Dave Shuckerhow <djshuckerow@google.com>
- Anthony Bullard <anthony.bullard@gmail.com>
- James Lin <jamesdlin@google.com>
- Tom Robinson <robinsontom@google.com>
homepage: https://github.com/google/flutter.widgets

environment:
Expand All @@ -19,7 +19,6 @@ dependencies:
flutter:
sdk: flutter
html: ^0.14.0
intl: ^0.16.0
meta: ^1.1.1
quiver: ^2.0.0+1

Expand Down