From c558c8dbc7f719c264af302b52b1c8721afdab0f Mon Sep 17 00:00:00 2001 From: mike doornenbal Date: Fri, 12 Jul 2024 16:06:01 +0200 Subject: [PATCH] fix: default style and flutter_introduction to new version --- example/pubspec.yaml | 2 +- lib/src/widgets/default_splash_screen.dart | 2 +- pubspec.yaml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 8fd701e..25c6992 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: flutter_introduction_shared_preferences: git: url: https://github.com/Iconica-Development/flutter_introduction - ref: 3.1.0 + ref: 4.0.0 path: packages/flutter_introduction_shared_preferences dev_dependencies: diff --git a/lib/src/widgets/default_splash_screen.dart b/lib/src/widgets/default_splash_screen.dart index 23d795d..6fa02fc 100644 --- a/lib/src/widgets/default_splash_screen.dart +++ b/lib/src/widgets/default_splash_screen.dart @@ -2,5 +2,5 @@ import 'package:flutter/material.dart'; Text defaultSplashScreen(BuildContext context) => Text( 'iconinstagram', - style: Theme.of(context).textTheme.titleLarge, + style: Theme.of(context).textTheme.headlineLarge, ); diff --git a/pubspec.yaml b/pubspec.yaml index d1814a4..5789ca4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_start description: "Flutter_start is a package that allows you to jumpstart your application with a splashScreen, introduction and a home." publish_to: "none" -version: 4.1.0 +version: 4.2.0 environment: sdk: ">=3.2.5 <4.0.0" @@ -16,12 +16,12 @@ dependencies: flutter_introduction: git: url: https://github.com/Iconica-Development/flutter_introduction - ref: 3.1.0 + ref: 4.0.0 path: packages/flutter_introduction flutter_introduction_shared_preferences: git: url: https://github.com/Iconica-Development/flutter_introduction - ref: 3.1.0 + ref: 4.0.0 path: packages/flutter_introduction_shared_preferences dev_dependencies: