Results 15 issues of dyardy

LateInitializationError: Field '_endpointsData@26447715' has not been initialized have this issue at the moment Syncing files to device Android SDK built for x86... lib/app/ui/dashboard.dart:22:17: Error: Field '_endpointsData' should be initialized because...

I see you did a commit to deal with null safety however I do not see those changes reflected in the repo? I followed through your course today and had...

After running flutter packages `pub run build_runner build ` to generate code for mobx store I receive this error about dynamic type. I can resolve by changing the dynamic in...

I notice in feature/mvi branch (the latest) that languagestore, themestore, userstore is registered in service_locator AS well as new'd up again in MyApp. This seems like duplication i.e. getIt.registerSingleton(LanguageStore(getIt())); getIt.registerSingleton(ThemeStore(getIt()));...

There is no reason to using PostStore with Provider i.e. i do not see any reason for the following within my_app.dart `Provider(create: (_) => _postStore),` PostStore is used within home.dart,...

Warning: The plugin path_provider_android requires Android SDK version 31. Warning: The plugin shared_preferences_android requires Android SDK version 31. One or more plugins require a higher Android SDK version. Fix this...

Updated comment to reflect what getPosts does currently and also put in TODO as to how this can include local first type approach with data to ensure the user has...

### Describe the bug How can I stop the extension from opening new Document tab on startup? This appears to be in development mode only. ### Reproduction Start with vscode...

https://aps.autodesk.com/en/docs/acc/v1/reference/http/document-management-versionsbatch-get-POST/ Is this within this sdk?

Is there an api that can be used to extract a model schema? We can extract json attributes but I am hoping there is API to just extract the schema...