mirror of
https://github.com/Iconica-Development/flutter_introduction.git
synced 2025-05-19 12:03:44 +02:00
Compare commits
No commits in common. "master" and "4.0.0" have entirely different histories.
27 changed files with 54 additions and 70 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -31,6 +31,7 @@ build/
|
||||||
|
|
||||||
.metadata
|
.metadata
|
||||||
|
|
||||||
|
|
||||||
pubspec.lock
|
pubspec.lock
|
||||||
|
|
||||||
pubspec_overrides.yaml
|
pubspec_overrides.yaml
|
||||||
|
@ -40,7 +41,3 @@ example/web
|
||||||
example/android
|
example/android
|
||||||
example/linux
|
example/linux
|
||||||
example/macos
|
example/macos
|
||||||
|
|
||||||
# FVM Version Cache
|
|
||||||
.fvm/
|
|
||||||
.fvmrc
|
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
## 5.0.0
|
|
||||||
|
|
||||||
* Changed color of indicators
|
|
||||||
* Changed default button text
|
|
||||||
|
|
||||||
## 4.0.0
|
## 4.0.0
|
||||||
|
|
||||||
* Added Buildcontext to the pages parameter.
|
* Added Buildcontext to the pages parameter.
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
../../CHANGELOG.md
|
|
|
@ -1 +0,0 @@
|
||||||
../../LICENSE
|
|
|
@ -1 +0,0 @@
|
||||||
../../README.md
|
|
|
@ -1,21 +1,25 @@
|
||||||
name: flutter_introduction
|
name: flutter_introduction
|
||||||
description: Combined Package of Flutter Introduction Widget and Flutter Introduction Service
|
description: Combined Package of Flutter Introduction Widget and Flutter Introduction Service
|
||||||
version: 5.0.0
|
version: 4.0.0
|
||||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.0.0 <4.0.0"
|
sdk: ">=2.18.0 <3.0.0"
|
||||||
flutter: ">=1.17.0"
|
flutter: ">=1.17.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_introduction_widget:
|
flutter_introduction_widget:
|
||||||
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
git:
|
||||||
version: "^5.0.0"
|
url: https://github.com/Iconica-Development/flutter_introduction
|
||||||
|
ref: 4.0.0
|
||||||
|
path: packages/flutter_introduction_widget
|
||||||
flutter_introduction_service:
|
flutter_introduction_service:
|
||||||
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
git:
|
||||||
version: "^5.0.0"
|
url: https://github.com/Iconica-Development/flutter_introduction
|
||||||
|
ref: 4.0.0
|
||||||
|
path: packages/flutter_introduction_service
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
../../CHANGELOG.md
|
|
|
@ -1 +0,0 @@
|
||||||
../../LICENSE
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: flutter_introduction_firebase
|
name: flutter_introduction_firebase
|
||||||
description: Flutter Introduction Page that uses firebase for the pages and some settings
|
description: Flutter Introduction Page that uses firebase for the pages and some settings
|
||||||
version: 5.0.0
|
version: 4.0.0
|
||||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.1.5 <4.0.0"
|
sdk: ">=3.1.5 <4.0.0"
|
||||||
|
@ -9,15 +9,19 @@ environment:
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
cloud_firestore: "^4.12.2"
|
cloud_firestore: ^4.12.2
|
||||||
cached_network_image: "^3.3.0"
|
cached_network_image: ^3.3.0
|
||||||
|
|
||||||
flutter_introduction_widget:
|
flutter_introduction_widget:
|
||||||
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
git:
|
||||||
version: "^5.0.0"
|
url: https://github.com/Iconica-Development/flutter_introduction
|
||||||
|
ref: 4.0.0
|
||||||
|
path: packages/flutter_introduction_widget
|
||||||
flutter_introduction_service:
|
flutter_introduction_service:
|
||||||
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
git:
|
||||||
version: "^5.0.0"
|
url: https://github.com/Iconica-Development/flutter_introduction
|
||||||
|
ref: 4.0.0
|
||||||
|
path: packages/flutter_introduction_service
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
../../CHANGELOG.md
|
|
|
@ -1 +0,0 @@
|
||||||
../../LICENSE
|
|
|
@ -1 +0,0 @@
|
||||||
../../README.md
|
|
|
@ -1,18 +1,19 @@
|
||||||
name: flutter_introduction_interface
|
name: flutter_introduction_interface
|
||||||
description: A new Flutter package project.
|
description: A new Flutter package project.
|
||||||
version: 5.0.0
|
version: 4.0.0
|
||||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.0.0 <4.0.0'
|
sdk: '>=2.18.0 <3.0.0'
|
||||||
flutter: ">=1.17.0"
|
flutter: ">=1.17.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_data_interface:
|
flutter_data_interface:
|
||||||
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
git:
|
||||||
version: "^1.0.0"
|
url: https://github.com/Iconica-Development/flutter_data_interface.git
|
||||||
|
ref: 1.0.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
../../CHANGELOG.md
|
|
|
@ -1 +0,0 @@
|
||||||
../../LICENSE
|
|
|
@ -1 +0,0 @@
|
||||||
../../README.md
|
|
|
@ -1,18 +1,20 @@
|
||||||
name: flutter_introduction_service
|
name: flutter_introduction_service
|
||||||
description: A new Flutter package project.
|
description: A new Flutter package project.
|
||||||
version: 5.0.0
|
version: 4.0.0
|
||||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.0.0 <4.0.0'
|
sdk: '>=2.18.0 <3.0.0'
|
||||||
flutter: ">=1.17.0"
|
flutter: ">=1.17.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_introduction_interface:
|
flutter_introduction_interface:
|
||||||
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
git:
|
||||||
version: "^5.0.0"
|
url: https://github.com/Iconica-Development/flutter_introduction
|
||||||
|
ref: 4.0.0
|
||||||
|
path: packages/flutter_introduction_interface
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
../../CHANGELOG.md
|
|
|
@ -1 +0,0 @@
|
||||||
../../LICENSE
|
|
|
@ -1 +0,0 @@
|
||||||
../../README.md
|
|
|
@ -1,19 +1,21 @@
|
||||||
name: flutter_introduction_shared_preferences
|
name: flutter_introduction_shared_preferences
|
||||||
description: A new Flutter package project.
|
description: A new Flutter package project.
|
||||||
version: 5.0.0
|
version: 4.0.0
|
||||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.0.0 <4.0.0'
|
sdk: ">=2.18.0 <3.0.0"
|
||||||
flutter: ">=1.17.0"
|
flutter: ">=1.17.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_introduction_interface:
|
flutter_introduction_interface:
|
||||||
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
git:
|
||||||
version: "^5.0.0"
|
url: https://github.com/Iconica-Development/flutter_introduction
|
||||||
shared_preferences: "^2.2.0"
|
ref: 4.0.0
|
||||||
|
path: packages/flutter_introduction_interface
|
||||||
|
shared_preferences: any
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
../../CHANGELOG.md
|
|
|
@ -1 +0,0 @@
|
||||||
../../LICENSE
|
|
|
@ -264,7 +264,7 @@ class IntroductionTranslations {
|
||||||
this.skipButton = 'Skip',
|
this.skipButton = 'Skip',
|
||||||
this.nextButton = 'Next',
|
this.nextButton = 'Next',
|
||||||
this.previousButton = 'Previous',
|
this.previousButton = 'Previous',
|
||||||
this.finishButton = 'Get started',
|
this.finishButton = 'Get Started',
|
||||||
});
|
});
|
||||||
final String skipButton;
|
final String skipButton;
|
||||||
final String nextButton;
|
final String nextButton;
|
||||||
|
|
|
@ -197,7 +197,7 @@ class DotsIndicator extends AnimatedWidget {
|
||||||
color:
|
color:
|
||||||
(((controller.page ?? controller.initialPage).round()) == index
|
(((controller.page ?? controller.initialPage).round()) == index
|
||||||
? color
|
? color
|
||||||
: color.withAlpha(62)),
|
: color.withAlpha(125)),
|
||||||
type: MaterialType.circle,
|
type: MaterialType.circle,
|
||||||
child: Container(
|
child: Container(
|
||||||
decoration: const BoxDecoration(
|
decoration: const BoxDecoration(
|
||||||
|
|
|
@ -1,12 +1,10 @@
|
||||||
name: flutter_introduction_widget
|
name: flutter_introduction_widget
|
||||||
description: Flutter Introduction Widget for showing a list of introduction pages on a single scrollable page or horizontal pageview
|
description: Flutter Introduction Widget for showing a list of introduction pages on a single scrollable page or horizontal pageview
|
||||||
version: 5.0.0
|
version: 4.0.0
|
||||||
homepage: https://github.com/Iconica-Development/flutter_introduction_widget
|
homepage: https://github.com/Iconica-Development/flutter_introduction_widget
|
||||||
|
|
||||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.0.0 <4.0.0"
|
sdk: ">=2.18.0 <3.0.0"
|
||||||
flutter: ">=1.17.0"
|
flutter: ">=1.17.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
name: flutter_introduction_workspace
|
name: flutter_introduction_workspace
|
||||||
description: The use case level package using both the flutter_introduction_widget and the flutter_introduction_service combined
|
version: 4.0.0
|
||||||
version: 5.0.0
|
|
||||||
|
|
||||||
publish_to: None
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.1.0 <4.0.0'
|
sdk: '>=3.1.0 <4.0.0'
|
||||||
|
|
Loading…
Reference in a new issue