Skip to content

Commit

Permalink
Absolutely useless (#5474)
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k authored Jul 5, 2024
1 parent 3a4c0c9 commit f24255b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 23 deletions.
5 changes: 1 addition & 4 deletions packages/smooth_app/lib/pages/product/new_product_page.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:assorted_layout_widgets/assorted_layout_widgets.dart';
import 'package:auto_size_text/auto_size_text.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
Expand Down Expand Up @@ -464,9 +463,7 @@ class _ProductPageState extends State<ProductPage>
appLocalizations.user_list_subtitle_product,
style: Theme.of(context).textTheme.displaySmall,
),
WrapSuper(
wrapType: WrapType.fit,
wrapFit: WrapFit.proportional,
Wrap(
spacing: VERY_SMALL_SPACE,
children: children,
),
Expand Down
4 changes: 2 additions & 2 deletions packages/smooth_app/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PODS:
- FlutterMacOS (1.0.0)
- in_app_review (0.2.0):
- FlutterMacOS
- mobile_scanner (3.5.2):
- mobile_scanner (3.5.6):
- FlutterMacOS
- package_info_plus (0.0.1):
- FlutterMacOS
Expand Down Expand Up @@ -113,7 +113,7 @@ SPEC CHECKSUMS:
flutter_secure_storage_macos: 59459653abe1adb92abbc8ea747d79f8d19866c9
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
in_app_review: a850789fad746e89bce03d4aeee8078b45a53fd0
mobile_scanner: 621cf2c34e1c74ae7ce5c6793638ab600723bdea
mobile_scanner: 54ceceae0c8da2457e26a362a6be5c61154b1829
package_info_plus: 02d7a575e80f194102bef286361c6c326e4c29ce
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
ReachabilitySwift: 2128f3a8c9107e1ad33574c6e58e8285d460b149
Expand Down
16 changes: 0 additions & 16 deletions packages/smooth_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.5.0"
assorted_layout_widgets:
dependency: "direct main"
description:
name: assorted_layout_widgets
sha256: "7d7688db393f02b8811f28bacdd9d791cf218f5805dee925f913a1849858e192"
url: "https://pub.dev"
source: hosted
version: "9.0.1"
async:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1040,14 +1032,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.1.1"
matrix4_transform:
dependency: transitive
description:
name: matrix4_transform
sha256: "42c42610deecc382be2653f4a21358537401bd5b027c168a174c7c6a64959908"
url: "https://pub.dev"
source: hosted
version: "3.0.1"
meta:
dependency: transitive
description:
Expand Down
1 change: 0 additions & 1 deletion packages/smooth_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ dependencies:
sqflite_common_ffi: 2.3.3
url_launcher: 6.1.3
visibility_detector: 0.4.0+2
assorted_layout_widgets: 9.0.1
app_settings: 5.1.1
diacritic: 0.1.5
app_store_shared:
Expand Down

0 comments on commit f24255b

Please sign in to comment.