Alexander Zhdanov
                                            Alexander Zhdanov
                                        
                                    I have the same. ```` Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.support.v7.widget.Toolbar.setVisibility(int)' on a null object reference at com.mzelzoghbi.zgallery.activities.BaseActivity.onCreate(BaseActivity.java:41) at android.app.Activity.performCreate(Activity.java:6112) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1112) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2468) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2595) ...
Adding `FlutterInjector.instance().flutterLoader().ensureInitializationComplete(context, arrayOf())` has helped me.
@handstandsam hello! Can you review this PR please?
@handstandsam are there any updates on this PR?
@handstandsam yes, I agree that large changes make some subtle bugs harder to find. So I created PR #57 with the first part of the changes. >I added a bunch...
Arghh, the request for review from `joshafeinberg` was removed when requesting a review from `handstandsam`
Hello! You can find the example of injecting to a map with loading/unloading modules [here](https://qwert2603.medium.com/multibinding-in-koin-almost-like-in-dagger-2-4d377c9606a6).
Hi! Just "a search + replace" is not the best option, because the new version the of external dependency may bring some new transitive dependencies and `dependencyGuard` task will fail,...
@EmmanuelDav Hi! That would be great! Please also check that everything works as expected via tests from PR #63
Hi! At first glance it looks useful to get rid of extra actions the user needs to do to re-baseline dependencies: * update deps and get the build error *...