Skip to content

Commit

Permalink
v5.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Jul 8, 2024
1 parent 439adfd commit 77e2884
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion lib/config/design.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import 'package:google_fonts/google_fonts.dart';
/* Design
|--------------------------------------------------------------------------
| Contains App Font + Widgets used in the Nylo.
|
| Learn more: https://nylo.dev/docs/5.20.0/themes-and-styling#design
|-------------------------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion lib/resources/widgets/toast_notification_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class ToastNotification extends StatelessWidget {
_toastMeta.title.tr(),
style: Theme.of(context)
.textTheme
.headlineSmall!
.bodyLarge!
.copyWith(color: context.isDarkMode ? Colors.white.withOpacity(0.8) : "#171717".toHexColor()),
).fontWeightBold(),
Flexible(
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -433,18 +433,18 @@ packages:
dependency: "direct main"
description:
name: nylo_framework
sha256: "7647a5120b711d320f2088d7a5e10cd80325c4d421704f7b8dc1e539ce4d3f67"
sha256: "1c5cfa726dc095ea8e7b2b2ae420d55bef0939443eb3616ef427c83ba59c7a0a"
url: "https://pub.dev"
source: hosted
version: "5.32.1"
version: "5.32.2"
nylo_support:
dependency: transitive
description:
name: nylo_support
sha256: a5f17989b13577f10111dd9ea6d2bacb31bc0c7be4e8786acf93be248e0c01fe
sha256: "3bb78fd7eb42c5ccb7ab8e69f481a77f623aa472708fba4744e473b6c42fac43"
url: "https://pub.dev"
source: hosted
version: "5.79.1"
version: "5.81.0"
package_config:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
google_fonts: ^6.2.1
analyzer: ^6.4.1
intl: ^0.19.0
nylo_framework: ^5.32.1
nylo_framework: ^5.32.2
pretty_dio_logger: ^1.3.1
flutter:
sdk: flutter
Expand Down

0 comments on commit 77e2884

Please sign in to comment.