-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PreLoadedPlugin mixin for pre-initialized plugins #19
Merged
Commits on Sep 15, 2024
-
Add PreLoadedPlugin mixin for pre-initialized plugins
Revamped the handling of preloaded plugins by introducing the PreLoadedPlugin mixin. Applied this mixin to DIPlugin, AnalyticsPlugin, and NetworkPlugin to ensure they are initialized before the platform. Removed the static list of preloadedPlugins from VyuhPlatform.
Configuration menu - View commit details
-
Copy full SHA for b2ccc19 - Browse repository at this point
Copy the full SHA b2ccc19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6724b13 - Browse repository at this point
Copy the full SHA 6724b13View commit details -
Refactor VyuhPlatform plugin management
Convert plugin storage mechanism to a cacheable list for better performance. Change abstract class to use getters instead of final fields, and update methods to work with the new plugin handling structure.
Configuration menu - View commit details
-
Copy full SHA for b039eae - Browse repository at this point
Copy the full SHA b039eaeView commit details -
Add logic to clear lookup cache in addAll method
This update modifies the addAll method in default_platform.dart to clear the lookup cache whenever new plugins are added. This ensures that the cache remains consistent with the latest set of plugins.
Configuration menu - View commit details
-
Copy full SHA for 9daf9f0 - Browse repository at this point
Copy the full SHA 9daf9f0View commit details -
Refactor plugin architecture to remove PluginType enumeration
Replaced the PluginType enumeration with a PluginDescriptor class to handle plugin dependency management. Simplified plugin initialization and retrieval logic, and streamlined the code by removing redundant checks for required plugins.
Configuration menu - View commit details
-
Copy full SHA for 82bbdef - Browse repository at this point
Copy the full SHA 82bbdefView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb045bd - Browse repository at this point
Copy the full SHA cb045bdView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 92bec0f - Browse repository at this point
Copy the full SHA 92bec0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b8d6d4 - Browse repository at this point
Copy the full SHA 0b8d6d4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.