2 Commits

Author SHA1 Message Date
JiWoong Sul
9a950ee6c7 chore: 버전 1.0.7+9 업데이트 2026-01-21 17:01:32 +09:00
JiWoong Sul
88569a57bf chore: 스플래시 화면 저작권 텍스트에 cclabs 추가 2026-01-21 17:01:22 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -384,7 +384,7 @@ class _SplashScreenState extends State<SplashScreen>
child: FadeTransition( child: FadeTransition(
opacity: _fadeAnimation, opacity: _fadeAnimation,
child: Text( child: Text(
'© 2025 NatureBridgeAI. All rights reserved.', '© 2025 NatureBridgeAI @ cclabs. All rights reserved.',
style: TextStyle( style: TextStyle(
fontSize: 12, fontSize: 12,
color: Theme.of(context) color: Theme.of(context)

View File

@@ -1,7 +1,7 @@
name: submanager name: submanager
description: A new Flutter project. description: A new Flutter project.
publish_to: 'none' publish_to: 'none'
version: 1.0.6+8 version: 1.0.7+9
environment: environment:
sdk: '>=3.0.0 <4.0.0' sdk: '>=3.0.0 <4.0.0'