반응형 전체 글273 Visual Studio에서 Github의 Projcet를 복제할 경우 유의사항 프로젝트를 빌드하기 전 필요한 모든 Nuget Package를 다운로드하고 설치하는 과정이 필요함Visual Studio에서 솔루션을 열고, 솔루션 탐색기에서 프로젝트를 선택함프로젝트를 마우스 우측 버튼으로 클릭하고, 솔루션 탐색기에서 Nuget 패키지 복원 을 선택함이를 수행할 경우 프로젝트에 필요한 모든 Nuget 패키지가 다운로드 및 설치됨 2024. 12. 10. Introducing Positron (data science) https://isabel.quarto.pub/end-to-end-data-science-with-the-positron-ide/#/title-slide End-to-end data science with the Positron IDEThe origin story Multi-language IDE for data science Made by Positron is a fork of the open source VSCode, customized for data science similar strategy to other IDEs such as Cursor able to use Open VSX extensions enables multilingual data science perhaps misabel.quar.. 2024. 12. 10. [Flutter] Provider vs Riverpod ProviderProvider는 Flutter에서 가장 널리 사용되는 상태 관리 라이브러리 중 하나로, 전역 상태 관리를 간편하게 처리할 수 있도록 도와줍니다. Provider는 InheritedWidget을 기반으로 하고 있으며, 상태를 앱의 위젯 트리에 효율적으로 전달합니다. 주요 개념:Provider: 데이터를 제공하는 역할을 하며, 데이터를 하위 위젯으로 전달합니다.Consumer: Provider로부터 데이터를 읽고, 그 데이터가 변경될 때 UI를 갱신하는 역할을 합니다.ChangeNotifier: 상태를 관리하는 클래스로, 데이터의 변경을 알리고 UI에 갱신을 요청할 수 있도록 도와줍니다.기본 사용 예시import 'package:flutter/material.dart';import 'pack.. 2024. 12. 10. [Flutter] Voice Chat /w geolocator https://docs.agora.io/en/voice-calling/get-started/get-started-sdk?platform=flutter Voice Calling SDK quickstart | Agora DocsRapidly develop and easily enhance your social, work, education and IoT apps with face-to-face interaction.docs.agora.io pubspec.yamlname: description: A new Flutter project.# The following line prevents the package from being accidentally published to# pub.dev using `f.. 2024. 12. 9. 이전 1 2 3 4 5 6 ··· 69 다음 반응형