Skip to content

Commit

Permalink
chore: remove widgetbook
Browse files Browse the repository at this point in the history
  • Loading branch information
Xazin committed Apr 18, 2023
1 parent e0859b1 commit b40af8d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 85 deletions.
2 changes: 0 additions & 2 deletions lib/presentation/themes/themes.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import 'package:flutter/material.dart';
import 'package:widgetbook_annotation/widgetbook_annotation.dart';

import 'constants.dart';

@WidgetbookTheme(name: 'Light')
ThemeData lightTheme() {
final theme = ThemeData.light();

Expand Down
12 changes: 0 additions & 12 deletions lib/widgetbook/app.dart

This file was deleted.

7 changes: 0 additions & 7 deletions lib/widgetbook/main.dart

This file was deleted.

13 changes: 0 additions & 13 deletions lib/widgetbook/usecases/expandable_text/expandable_text.dart

This file was deleted.

48 changes: 0 additions & 48 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -313,14 +313,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.10.1"
device_frame:
dependency: transitive
description:
name: device_frame
sha256: afe76182aec178d171953d9b4a50a43c57c7cf3c77d8b09a48bf30c8fa04dd9d
url: "https://pub.dev"
source: hosted
version: "1.1.0"
diff_match_patch:
dependency: transitive
description:
Expand Down Expand Up @@ -600,14 +592,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.1.1"
go_router:
dependency: transitive
description:
name: go_router
sha256: "25ae21384b758eb80daff113fe8bfb785c2dd17b69fe4885008fe764b26fd1ca"
url: "https://pub.dev"
source: hosted
version: "3.1.1"
graphs:
dependency: transitive
description:
Expand Down Expand Up @@ -1501,38 +1485,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.2.1"
widgetbook:
dependency: "direct dev"
description:
name: widgetbook
sha256: c42a3d414d19c008d90f0b6df669c18bb151c5f3012ed073498d96cf133e9caf
url: "https://pub.dev"
source: hosted
version: "2.4.1"
widgetbook_annotation:
dependency: "direct main"
description:
name: widgetbook_annotation
sha256: "1f12e090865200191ab6b79b7ed4b108a191bf5de3140f92917c8c75e7e3f916"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
widgetbook_generator:
dependency: "direct dev"
description:
name: widgetbook_generator
sha256: b6d00fef564fa5c0b98e26a72a27d52d03400c36409e56be25c0f09cfee3307b
url: "https://pub.dev"
source: hosted
version: "2.4.1"
widgetbook_models:
dependency: transitive
description:
name: widgetbook_models
sha256: "40899314ab0cce1a52b189ee12b79138ba59f445229f850fb326f579c8f63045"
url: "https://pub.dev"
source: hosted
version: "0.0.7"
win32:
dependency: transitive
description:
Expand Down
3 changes: 0 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ dependencies:
shimmer: ^2.0.0
url_launcher: ^6.1.6
webview_flutter: ^4.0.2
widgetbook_annotation: ^2.1.0

dev_dependencies:
auto_route_generator: ^5.0.2
Expand All @@ -66,8 +65,6 @@ dev_dependencies:
injectable_generator: ^2.1.3
json_serializable: ^6.5.3
lint: ^2.0.1
widgetbook: ^2.4.1
widgetbook_generator: ^2.4.1

flutter_icons:
android: true
Expand Down

0 comments on commit b40af8d

Please sign in to comment.