fix: default style and flutter_introduction to new version

This commit is contained in:
mike doornenbal 2024-07-12 16:06:01 +02:00
parent c51c7de53a
commit c558c8dbc7
3 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ dependencies:
flutter_introduction_shared_preferences: flutter_introduction_shared_preferences:
git: git:
url: https://github.com/Iconica-Development/flutter_introduction url: https://github.com/Iconica-Development/flutter_introduction
ref: 3.1.0 ref: 4.0.0
path: packages/flutter_introduction_shared_preferences path: packages/flutter_introduction_shared_preferences
dev_dependencies: dev_dependencies:

View file

@ -2,5 +2,5 @@ import 'package:flutter/material.dart';
Text defaultSplashScreen(BuildContext context) => Text( Text defaultSplashScreen(BuildContext context) => Text(
'iconinstagram', 'iconinstagram',
style: Theme.of(context).textTheme.titleLarge, style: Theme.of(context).textTheme.headlineLarge,
); );

View file

@ -1,7 +1,7 @@
name: flutter_start name: flutter_start
description: "Flutter_start is a package that allows you to jumpstart your application with a splashScreen, introduction and a home." description: "Flutter_start is a package that allows you to jumpstart your application with a splashScreen, introduction and a home."
publish_to: "none" publish_to: "none"
version: 4.1.0 version: 4.2.0
environment: environment:
sdk: ">=3.2.5 <4.0.0" sdk: ">=3.2.5 <4.0.0"
@ -16,12 +16,12 @@ dependencies:
flutter_introduction: flutter_introduction:
git: git:
url: https://github.com/Iconica-Development/flutter_introduction url: https://github.com/Iconica-Development/flutter_introduction
ref: 3.1.0 ref: 4.0.0
path: packages/flutter_introduction path: packages/flutter_introduction
flutter_introduction_shared_preferences: flutter_introduction_shared_preferences:
git: git:
url: https://github.com/Iconica-Development/flutter_introduction url: https://github.com/Iconica-Development/flutter_introduction
ref: 3.1.0 ref: 4.0.0
path: packages/flutter_introduction_shared_preferences path: packages/flutter_introduction_shared_preferences
dev_dependencies: dev_dependencies: