본문 바로가기
728x90

개발456

RiverPod Provider 의 후신으로 잘 알려져있는 RiverPod, 간결하게 StateManagement를 잘 할 수 있도록 만들어진 library이다. 생각보다 사용법은 간단한 것 같은데, 여러가지 Provider를 때에 따라 사용해야하는 것 같다. 아직 사용은 안하고 있지만 몇가지 정리해놓고자 한다.(Inflearn의 강의를 참고하고 있다. ) -나중에 정말로 사용하게 되었을 때, 도움이 되지 않을까 생각해본다. Provider -> StateNotifierProvider -> FutureProvider -> FutureBuilder 형태로 만들 때 사용하는 것 같다. StreamProvider -> StreamBuilder 형태로 만들 때 사용하는 것 같다. StateProvider -> ? ChangeN.. 2023. 7. 27.
flutter design tool https://flutterflow.io/?gclid=Cj0KCQjwiIOmBhDjARIsAP6YhSUKE0YOmyS4EJ9kUYIoOFmuOi3eD5xKq8YmCXd6LdoGpXNG7kgSYdwaAr6REALw_wcB FlutterFlow - Build beautiful, modern apps incredibly fast! FlutterFlow lets you build apps incredibly fast in your browser. Build fully functional apps with Firebase integration, API support, animations, and more. Export your code or even easier deploy directly to the app s.. 2023. 7. 27.
CI/CD 에 대한 고민 사실 CI/CD에 대한 고민을 많이 했던 건 아니었다. 최근에 다들 테스트 자동화에 대한 언급이 많아서 한 번 사용해보고 싶은 생각이 들었다. https://youtu.be/pihscP5lWj4?t=840 GithubAction/FastLane으로 사용할 수 있다는 것을 알게 되었고, https://www.youtube.com/watch?v=dRKuDu9c1So 한 번 사용해보고 싶다는 생각이 들었다. 2023. 7. 27.
flutter nesting generated file freezed https://blog.lovizu.com/entry/freezeddart-gdart-파일-하나로-합치기 freezed.dart, g.dart 파일 하나로 합치기 intellij 혹은 android studio 에서 freezed 나 drifit 같은 패키지를 쓰면 같은 이름으로 확장자가 다르게 여러파일이 나온다. 사실 직접 눌러서 볼일이 거이 없기 때문에 합쳐서 깔끔하게 보고 싶을 때 쓰 blog.lovizu.com g file 접기 generated file 접기 .g.dart; .freezed.dart; 를 넣자! 2023. 7. 6.
728x90