Skip to content

Commit

Permalink
fix(generator): add flutter as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Feb 15, 2024
1 parent 3d5440c commit 452564f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/fluorflow_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: fluorflow_generator
description: >-
Generator (build runner generator) for the fluorflow package. This is
the companion package that helps with generating extension methods for
bottom sheets, routings, dialogs and services.
Generator (build runner generator) for the fluorflow package. This is the
companion package that helps with generating extension methods for bottom
sheets, routings, dialogs and services.
version: 1.0.3
homepage: https://github.com/smartive/fluorflow
repository: https://github.com/smartive/fluorflow.git
Expand All @@ -17,6 +17,8 @@ dependencies:
code_builder: ^4.0.0
dart_style: ^2.0.0
fluorflow: ^1.0.0
flutter:
sdk: flutter
glob: ^2.0.0
path: ^1.0.0
recase: ^4.0.0
Expand Down

0 comments on commit 452564f

Please sign in to comment.