Commit graph

63 commits

Author SHA1 Message Date
Kiril Tijsma
87bf58e6e7
Merge pull request #40 from Iconica-Development/fix/splashscreen-future
fix: always call the splashHandler with the splashScreenFuture and killswitchService when a splashScreenBuilder is provided
2025-04-30 10:01:30 +02:00
Freek van de Ven
ada23abbc5 fix: always call the splashHandler with the splashScreenFuture and killswitchService when a splashScreenBuilder is provided 2025-04-30 09:50:45 +02:00
Jacques
2c61f8d7db fix: Check with the service if the introduction should be shown before actually showing
When removing this, the introduction is briefly shown before calling the onComplete
2025-04-29 15:16:35 +02:00
Freek van de Ven
2a66e11611 chore: add component release workflow 2025-04-22 10:34:27 +02:00
0976083a9f feat(navigator): add navigator widget to allow for app independent navigation 2025-03-17 15:46:44 +01:00
6f24e0521d chore(example): add standard flutter readme 2025-03-17 15:46:44 +01:00
328a75b5a2 chore(example): add web platform to gitignore 2025-03-17 15:46:44 +01:00
Gorter-dev
ed8b5b401a
Merge pull request #37 from Iconica-Development/bugfix/introduction
fix: introduction
2024-07-30 13:19:20 +02:00
mike doornenbal
7635b8a4cc fix: introduction 2024-07-30 13:12:39 +02:00
Gorter-dev
d0b0f88ad3
Merge pull request #35 from Iconica-Development/chore/deploy
chore: ready the package for deployment to the pub server
2024-07-22 15:11:28 +02:00
Bart Ribbers
62161aa60b chore: ready the package for deployment to the pub server 2024-07-22 15:09:14 +02:00
Bart Ribbers
bf018a3ce6 chore: add fvm configuration to gitignore 2024-07-22 15:08:05 +02:00
mike doornenbal
c521be374d
Merge pull request #36 from Iconica-Development/bugfix/default_style
fix: default style and flutter_introduction to new version
2024-07-18 13:15:23 +02:00
mike doornenbal
c558c8dbc7 fix: default style and flutter_introduction to new version 2024-07-12 16:06:01 +02:00
mike doornenbal
c51c7de53a
Merge pull request #34 from Iconica-Development/bugfix/feedback
fix: feedback on userstory
2024-06-06 13:31:23 +02:00
mike doornenbal
84e629d5b2 fix: feedback on userstory 2024-06-05 10:37:20 +02:00
Gorter-dev
e7419bc8c1
Merge pull request #27 from Iconica-Development/feature/default_styling
feat: add default styling
2024-04-19 11:21:47 +02:00
mike doornenbal
90eb8119d8 feat: add default styling 2024-04-19 10:04:03 +02:00
Gorter-dev
fc65e98f96
Merge pull request #26 from Iconica-Development/feature/default_configuration
feat: add default configuration
2024-04-18 09:33:49 +02:00
mike doornenbal
07e1ad0990 feat: add default configuration 2024-04-17 13:49:43 +02:00
mike doornenbal
e357f2fd0f
Merge pull request #25 from Iconica-Development/fix/use-correct-intro-screen-check-boolean
fix: use startWithIntroScreen instead of showIntroduction boolean for…
2024-04-15 10:11:47 +02:00
bd1d6e5bf4 fix: use startWithIntroScreen instead of showIntroduction boolean for checking on which screen to start 2024-04-05 11:44:59 +02:00
FlutterJoey
e012b8d41e
Merge pull request #24 from Iconica-Development/release-3.0.0
release: create 3.0.0 release version with changelog
2024-04-04 16:24:42 +02:00
57bddcf768 release: create 3.0.0 release version with changelog 2024-04-04 16:22:07 +02:00
Gorter-dev
06dc5b8b7a
Merge pull request #23 from Iconica-Development/16-run-the-start-user-story-without-go-router-from-the-start-of-the-app
feat!: add NavigatorStartUserStory widget
2024-04-04 16:11:33 +02:00
2cf2b1c961 feat!: add NavigatorStartUserStory widget
This also changes the startNavigatorUserStory function return type from a widget to Future<void>, as that starts the story. The widget immediately displays the initial screen. This is a breaking change.
2024-04-04 12:51:16 +02:00
Gorter-dev
da2a50c9a7
Merge pull request #21 from Iconica-Development/18-change-the-home-entry-from-a-widget-to-a-callback
feat!: change homeEntry to an onComplete callback
2024-04-04 11:42:39 +02:00
5d66928411 feat!: change homeEntry to an onComplete callback
Breaking: this changes the startNavigatorUserStory interface without any backwards compatibility
2024-04-04 11:41:24 +02:00
Gorter-dev
bf0060273b
Merge pull request #22 from Iconica-Development/17-remove-hard-dependency-on-standard-killswitch-service
feat: add parameter to configuration to supply an implementation of t…
2024-04-04 11:39:46 +02:00
Gorter-dev
40d17eaf31
Merge pull request #20 from Iconica-Development/19-rename-myfunction-in-the-splash-screen-handling-to-an-actual-proper-name
rename myfunction in the splash screen handling to an actual proper name
2024-04-04 11:38:29 +02:00
Gorter-dev
995e6cf986
Merge pull request #15 from Iconica-Development/bugfix/fix_navigator
fix: add return after routing
2024-04-04 11:37:50 +02:00
346f40435f feat: add parameter to configuration to supply an implementation of the killswitch service 2024-04-04 11:33:12 +02:00
218ff31016 fix: call splash handler when no builder is provided
The default splashscreen never proceeded to the next screen unless the splashHandler is being called
2024-04-04 10:05:01 +02:00
6ecc2f0992 fix: add mounted check to navigation after async gap for navigator version 2024-04-04 09:45:15 +02:00
51046aff1f refactor: rename myFunction in splashscreen function to splashHandler 2024-04-04 09:41:36 +02:00
mike doornenbal
b2347c5ccd fix: add return after routing 2024-04-02 11:12:06 +02:00
Freek van de Ven
c9bc617ed0
Merge pull request #14 from Iconica-Development/doc/improve-documentation
doc: improve readme and add CONTRIBUTING.md
2024-03-18 08:29:12 +01:00
Vick Top
aa2595efbf Add BSD-3-Clause license 2024-03-05 15:56:11 +01:00
Freek van de Ven
ff0df4e1b6
Merge pull request #13 from Iconica-Development/feat/can-pop-introduction
feat(introduction): add popscope for introduction screen
2024-02-28 10:57:28 +01:00
Vick Top
d9f1568f70 doc: improve readme and add CONTRIBUTING.md 2024-02-28 10:50:18 +01:00
FahadFahim71
9d4c5c014f feat(introduction): add popscope for introduction screen 2024-02-19 14:36:56 +01:00
Freek van de Ven
d7a13f731e
Merge pull request #12 from Iconica-Development/2.0.4
2.0.4
2024-02-15 15:40:10 +01:00
mike doornenbal
851a98cc1a 2.0.4 2024-02-15 15:38:43 +01:00
Freek van de Ven
e172704ac7
Merge pull request #11 from Iconica-Development/update-component-documentation-workflow-correct
Add component-documentation.yml correct
2024-02-13 16:33:31 +01:00
Freek van de Ven
ffc8e51600
Merge pull request #9 from Iconica-Development/chore/remove-secret
chore: remove old documentation workflow
2024-02-13 16:33:19 +01:00
Freek van de Ven
845fca93b4
Merge pull request #10 from Iconica-Development/feature/add_after_splash_route
feat: added after splash route
2024-02-13 16:32:50 +01:00
Vick Top
c725ab2c68 feat(documentation): Create component-documentation.yml workflow file 2024-02-13 13:33:46 +01:00
mike doornenbal
4f322cb4a3 feat: added after splash route 2024-02-13 11:59:37 +01:00
Vick Top
2f8ee9c241 chore: remove old documentation workflow 2024-02-13 09:36:11 +01:00
Freek van de Ven
cdf53e9afa feat: add documentation workflow 2024-02-11 16:13:21 +01:00