Rohith Gilla
Rohith Gilla
Hey @olexale if you can guide me I can take this issue 😄
Sure, I will give it a try and ping you if I struck anywhere. I guess I need to make changes in this file https://github.com/olexale/arkit_flutter_plugin/blob/master/lib/arkit_node.dart and use one of the...
@fzyzcjy If the analyzer is giving an issue, in the `analysis_options.yaml` you can include this ``` analyzer: exclude: - "**/*.g.dart" - "**/*.freezed.dart" - "**/*.chopper.dart" - "**/*.mocks.dart" ```
Hello I really want to build this tool, but don't have prior experience on building the `devtools`. If the making it PR to the official `flutter/devtools` is a hassle, we...
@fzyzcjy Thanks will check it out. Found from https://github.com/mobxjs/mobx.dart/issues/215#issuecomment-763568015 and I also remember the `convenient_test_manager` its an amazing package!
Been using MobX + get_it, sweet combo. If it helps, dropping a small snippet below. ```dart GetIt locator = GetIt.instance; void setupLocator() { locator.registerLazySingleton(() => AppStore()); } ``` you can...
Hey, is this still open i a ready to take it up :+1:
Hey itsk dude, I will take up another issue in the future :)
Thanks will check it out :")
I am currently stuck on this too. But using this script to unblock, I am not using this action and added a custom script. ``` - name: Install 1Password Cli...