Skip to content

Commit

Permalink
Make copying nested styles more concise (forus-labs#386)
Browse files Browse the repository at this point in the history
* Refactor FThemeData

* Add forui_internal_gen

* Refactor styles to use forui_internal_gen

* Update documentation

* Remove redundant transform

* refactor styles

* Commit from GitHub Actions (Forui Presubmit)

* Fix failing build

* Commit from GitHub Actions (Forui Internal Gen Presubmit)

* Update CONTRIBUTING.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Fix failing build

---------

Co-authored-by: Pante <Pante@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
3 people authored and najm101 committed Feb 10, 2025
1 parent b81cb4b commit f7154dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docs_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,10 @@ jobs:
with:
flutter-version: 3.27.x
cache: true

- working-directory: forui
run: |
flutter pub get
dart run build_runner build --delete-conflicting-outputs
- run: flutter pub get
- run: dart run build_runner build --delete-conflicting-outputs
- run: flutter build web
Expand Down
14 changes: 0 additions & 14 deletions forui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@
* **Breaking** Remove `FThemeData.inherit`. Use `FThemeData(...)` instead.


## 0.9.1+1
Fix documentation not publishing.

## 0.9.1

### Changes
* Bump Sugar from 3.1.0 to 4.0.0.

### Fixes
* Fix `FAccordion` disposing passed in controllers.
* Fix `FPicker` incorrectly handling widget updates.
* Fix `FPopover` incorrectly handling widget updates.


## 0.9.0

### Additions
Expand Down
3 changes: 2 additions & 1 deletion forui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ workspace:
- example

dependencies:
analyzer: ^6.11.0
collection: ^1.18.0
flutter:
sdk: flutter
Expand All @@ -29,7 +30,7 @@ dependencies:
meta: ^1.11.0
nitrogen_flutter_svg: ^0.4.0
nitrogen_types: ^0.4.0
sugar: ^4.0.0
sugar: ^3.1.0


dev_dependencies:
Expand Down

0 comments on commit f7154dc

Please sign in to comment.