Jaewoo
Jaewoo
``` import 'package:intl/intl.dart'; import 'package:retrofit/retrofit.dart'; import 'package:dio/dio.dart' hide Headers; part 'example_api_service.g.dart'; extension DateTimeExampleExtension on DateTime { toJson() { return DateFormat('yyyy-MM-dd').format(this); } } @RestApi(baseUrl: baseUrl) abstract class ExampleApiService { factory ExampleApiService(Dio...
Hello, I am going to apply smartstruct packages to my company projects. I am using freezed & injectable. I want you to add a new feature for smartstruct with injectable....
``` import 'package:app_factory_core/app_factory_core.dart'; import 'package:app_factory_dev/src/di/configure_dependencies.config.dart'; import 'package:get_it/get_it.dart'; import 'package:injectable/injectable.dart'; final getIt = GetIt.instance; @InjectableInit( asExtension: false, generateForDir: ['lib/src/di'], initializerName: r'$initModuleGetIt', includeMicroPackages: false, externalPackageModulesAfter: [ ExternalModule(AppFactoryCorePackageModule), ], ) Future configureDependencies() async...
``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':flutter_naver_map:compileReleaseKotlin'. > Error while evaluating property 'friendPathsSet$kotlin_gradle_plugin_common' of task ':flutter_naver_map:compileReleaseKotlin'. > Could not resolve all...
``` return InkWell( onTap: () { Clipboard.setData(ClipboardData(text: pinNumber)); toastification.show( title: Text('copied!', style: Inter.title3.style(Colors.black)), autoCloseDuration: const Duration(seconds: 3), closeOnClick: true, icon: Assets.images.icons.beeWithRedHexagon.image(width: 40, height: 40), ); }, child: Padding( padding: const...
playerID, teamPlayerID in PlyaerData are changing every building in IOS. How should I distinguish user in IOS? iOS 18.6.2 games_services: ^4.0.2 flutter 3.35.7 ``` [✓] Flutter (Channel stable, 3.35.7, on...