Compare commits

...

1 commit

26 changed files with 62 additions and 56 deletions

3
.fvmrc Normal file
View file

@ -0,0 +1,3 @@
{
"flutter": "3.22.1"
}

4
.gitignore vendored
View file

@ -31,7 +31,6 @@ build/
.metadata .metadata
pubspec.lock pubspec.lock
pubspec_overrides.yaml pubspec_overrides.yaml
@ -41,3 +40,6 @@ example/web
example/android example/android
example/linux example/linux
example/macos example/macos
# FVM Version Cache
.fvm/

View file

@ -1,3 +1,7 @@
## 2.0.1
* Ready for publishing
## 2.0.0 ## 2.0.0
* Initial release of working flutter_introduction mono project. * Initial release of working flutter_introduction mono project.

View file

@ -0,0 +1 @@
../../CHANGELOG.md

View file

@ -0,0 +1 @@
../../LICENSE

View file

@ -0,0 +1 @@
../../README.md

View file

@ -1,25 +1,20 @@
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: 2.0.0 version: 2.0.1
publish_to: none publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment: environment:
sdk: ">=2.18.0 <3.0.0" sdk: ">=3.0.0 <4.0.0"
flutter: ">=1.17.0"
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
flutter_introduction_widget: flutter_introduction_widget:
git: hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
url: https://github.com/Iconica-Development/flutter_introduction version: ^2.0.1
ref: 2.0.0
path: packages/flutter_introduction_widget
flutter_introduction_service: flutter_introduction_service:
git: hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
url: https://github.com/Iconica-Development/flutter_introduction version: ^2.0.1
ref: 2.0.0
path: packages/flutter_introduction_service
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:

View file

@ -0,0 +1 @@
../../CHANGELOG.md

View file

@ -0,0 +1 @@
../../LICENSE

View file

@ -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: 2.0.0 version: 2.0.1
publish_to: none publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment: environment:
sdk: ">=3.1.5 <4.0.0" sdk: ">=3.1.5 <4.0.0"
@ -9,19 +9,15 @@ environment:
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
cloud_firestore: ^4.12.2 cloud_firestore: ^5.6.6
cached_network_image: ^3.3.0 cached_network_image: ^3.3.0
flutter_introduction_widget: flutter_introduction_widget:
git: hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
url: https://github.com/Iconica-Development/flutter_introduction version: ^2.0.1
ref: 2.0.0
path: packages/flutter_introduction_widget
flutter_introduction_service: flutter_introduction_service:
git: hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
url: https://github.com/Iconica-Development/flutter_introduction version: ^2.0.1
ref: 2.0.0
path: packages/flutter_introduction_service
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:

View file

@ -0,0 +1 @@
../../CHANGELOG.md

View file

@ -0,0 +1 @@
../../LICENSE

View file

@ -0,0 +1 @@
../../README.md

View file

@ -1,19 +1,17 @@
name: flutter_introduction_interface name: flutter_introduction_interface
description: A new Flutter package project. description: A new Flutter package project.
version: 2.0.0 version: 2.0.1
publish_to: none publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment: environment:
sdk: '>=2.18.0 <3.0.0' sdk: '>=3.0.0 <4.0.0'
flutter: ">=1.17.0"
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
flutter_data_interface: flutter_data_interface:
git: hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
url: https://github.com/Iconica-Development/flutter_data_interface.git version: ^1.0.0
ref: 1.0.0
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:

View file

@ -0,0 +1 @@
../../CHANGELOG.md

View file

@ -0,0 +1 @@
../../LICENSE

View file

@ -0,0 +1 @@
../../README.md

View file

@ -1,20 +1,17 @@
name: flutter_introduction_service name: flutter_introduction_service
description: A new Flutter package project. description: A new Flutter package project.
version: 2.0.0 version: 2.0.1
publish_to: none publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment: environment:
sdk: '>=2.18.0 <3.0.0' sdk: '>=3.0.0 <4.0.0'
flutter: ">=1.17.0"
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
flutter_introduction_interface: flutter_introduction_interface:
git: hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
url: https://github.com/Iconica-Development/flutter_introduction version: ^2.0.1
ref: 2.0.0
path: packages/flutter_introduction_interface
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:

View file

@ -0,0 +1 @@
../../CHANGELOG.md

View file

@ -0,0 +1 @@
../../LICENSE

View file

@ -0,0 +1 @@
../../README.md

View file

@ -1,21 +1,18 @@
name: flutter_introduction_shared_preferences name: flutter_introduction_shared_preferences
description: A new Flutter package project. description: A new Flutter package project.
version: 2.0.0 version: 2.0.1
publish_to: none publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment: environment:
sdk: '>=2.18.0 <3.0.0' sdk: '>=3.0.0 <4.0.0'
flutter: ">=1.17.0"
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
flutter_introduction_interface: flutter_introduction_interface:
git: hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
url: https://github.com/Iconica-Development/flutter_introduction version: ^2.0.0
ref: 2.0.0 shared_preferences: ^2.2.3
path: packages/flutter_introduction_interface
shared_preferences: any
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:

View file

@ -0,0 +1 @@
../../CHANGELOG.md

View file

@ -0,0 +1 @@
../../LICENSE

View file

@ -17,10 +17,8 @@ class Background extends StatelessWidget {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
var theme = Theme.of(context); var theme = Theme.of(context);
var background = this.background ?? var background =
BoxDecoration( this.background ?? BoxDecoration(color: theme.colorScheme.surface);
color: theme.colorScheme.background,
);
var size = MediaQuery.of(context).size; var size = MediaQuery.of(context).size;
return Container( return Container(
width: size.width, width: size.width,

View file

@ -1,11 +1,11 @@
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: 2.0.0 version: 2.0.1
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: ">=2.18.0 <3.0.0" sdk: ">=3.0.0 <4.0.0"
flutter: ">=1.17.0"
dependencies: dependencies:
flutter: flutter: