Skip to content
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
5 changes: 5 additions & 0 deletions packages/material_ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.0

- README updated for the full release of material_ui.
- Promotes the pre-release to 1.0.0.

## 0.0.3+1

- Replace unresolvable doc imports
Expand Down
2 changes: 1 addition & 1 deletion packages/material_ui/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:

material_ui:
path: ..
cupertino_ui: ^0.0.2
cupertino_ui: ">=0.0.2 <2.0.0"

dev_dependencies:
integration_test:
Expand Down

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions packages/material_ui/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: material_ui
description: The official Flutter Material UI Library, implementing Google's Material Design design system.
version: 0.0.3+1
version: 1.0.0
repository: https://github.com/flutter/packages/tree/main/packages/material_ui
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A%20material%20design%22

Expand All @@ -10,7 +10,7 @@ environment:

dependencies:
collection: ^1.19.1
cupertino_ui: ^0.0.2
cupertino_ui: ">=0.0.2 <2.0.0"
flutter:
sdk: flutter
flutter_localizations:
Expand Down