Skip to content

Commit

Permalink
Chore/decorator cleanup (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias authored Dec 14, 2023
1 parent 3060d2f commit 0766fee
Show file tree
Hide file tree
Showing 127 changed files with 5,019 additions and 6,246 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll": true,
"source.dcm.fixAll": true
"source.organizeImports": "explicit",
"source.fixAll": "explicit",
"source.dcm.fixAll": "explicit"
},
"dart.flutterSdkPath": ".fvm/versions/stable",
"search.exclude": {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Provide simple API to compose design and layout attributes for widgets. That can
```dart
import 'package:mix/mix.dart';
final style = StyleMix(
final style = Style(
height(150),
width(150),
);
Expand Down
Loading

0 comments on commit 0766fee

Please sign in to comment.