Add repository and issue tracker links to pubspec files, initialize changelogs, and update README with package details.

This commit is contained in:
Emily Pauli 2025-10-23 18:00:30 +02:00
commit a2b40f8a9c
26 changed files with 75 additions and 19 deletions

View file

@ -1,7 +1,8 @@
name: toolbar_m3e
description: Material 3 Expressive Toolbars for Flutter with token-driven colors, shapes, density, and overflow handling.
version: 0.1.0
publish_to: none
repository: https://github.com/EmilyMoonstone/material_3_expressive/tree/main/packages/toolbar_m3e
issue_tracker: https://github.com/EmilyMonestone/material_3_expressive/issues
environment:
sdk: ">=3.5.0 <4.0.0"
@ -11,7 +12,6 @@ dependencies:
flutter:
sdk: flutter
m3e_design:
path: ../m3e_design
dev_dependencies:
flutter_test: