diff --git a/ios/Podfile.lock b/ios/Podfile.lock
index ff1cf63..24c186b 100644
--- a/ios/Podfile.lock
+++ b/ios/Podfile.lock
@@ -1,4 +1,38 @@
PODS:
+ - DKImagePickerController/Core (4.3.4):
+ - DKImagePickerController/ImageDataManager
+ - DKImagePickerController/Resource
+ - DKImagePickerController/ImageDataManager (4.3.4)
+ - DKImagePickerController/PhotoGallery (4.3.4):
+ - DKImagePickerController/Core
+ - DKPhotoGallery
+ - DKImagePickerController/Resource (4.3.4)
+ - DKPhotoGallery (0.0.17):
+ - DKPhotoGallery/Core (= 0.0.17)
+ - DKPhotoGallery/Model (= 0.0.17)
+ - DKPhotoGallery/Preview (= 0.0.17)
+ - DKPhotoGallery/Resource (= 0.0.17)
+ - SDWebImage
+ - SwiftyGif
+ - DKPhotoGallery/Core (0.0.17):
+ - DKPhotoGallery/Model
+ - DKPhotoGallery/Preview
+ - SDWebImage
+ - SwiftyGif
+ - DKPhotoGallery/Model (0.0.17):
+ - SDWebImage
+ - SwiftyGif
+ - DKPhotoGallery/Preview (0.0.17):
+ - DKPhotoGallery/Model
+ - DKPhotoGallery/Resource
+ - SDWebImage
+ - SwiftyGif
+ - DKPhotoGallery/Resource (0.0.17):
+ - SDWebImage
+ - SwiftyGif
+ - file_picker (0.0.1):
+ - DKImagePickerController/PhotoGallery
+ - Flutter
- Flutter (1.0.0)
- flutter_secure_storage (6.0.0):
- Flutter
@@ -9,25 +43,49 @@ PODS:
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS
+ - SDWebImage (5.19.0):
+ - SDWebImage/Core (= 5.19.0)
+ - SDWebImage/Core (5.19.0)
+ - Sentry/HybridSDK (8.21.0):
+ - SentryPrivate (= 8.21.0)
+ - sentry_flutter (0.0.1):
+ - Flutter
+ - FlutterMacOS
+ - Sentry/HybridSDK (= 8.21.0)
+ - SentryPrivate (8.21.0)
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS
+ - SwiftyGif (5.4.4)
- url_launcher_ios (0.0.1):
- Flutter
- webview_flutter_wkwebview (0.0.1):
- Flutter
DEPENDENCIES:
+ - file_picker (from `.symlinks/plugins/file_picker/ios`)
- Flutter (from `Flutter`)
- flutter_secure_storage (from `.symlinks/plugins/flutter_secure_storage/ios`)
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`)
- package_info_plus (from `.symlinks/plugins/package_info_plus/ios`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
+ - sentry_flutter (from `.symlinks/plugins/sentry_flutter/ios`)
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
- webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/ios`)
+SPEC REPOS:
+ trunk:
+ - DKImagePickerController
+ - DKPhotoGallery
+ - SDWebImage
+ - Sentry
+ - SentryPrivate
+ - SwiftyGif
+
EXTERNAL SOURCES:
+ file_picker:
+ :path: ".symlinks/plugins/file_picker/ios"
Flutter:
:path: Flutter
flutter_secure_storage:
@@ -38,6 +96,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/package_info_plus/ios"
path_provider_foundation:
:path: ".symlinks/plugins/path_provider_foundation/darwin"
+ sentry_flutter:
+ :path: ".symlinks/plugins/sentry_flutter/ios"
shared_preferences_foundation:
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
url_launcher_ios:
@@ -46,12 +106,20 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/webview_flutter_wkwebview/ios"
SPEC CHECKSUMS:
+ DKImagePickerController: b512c28220a2b8ac7419f21c491fc8534b7601ac
+ DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179
+ file_picker: 09aa5ec1ab24135ccd7a1621c46c84134bfd6655
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
flutter_secure_storage: 23fc622d89d073675f2eaa109381aefbcf5a49be
image_picker_ios: b545a5f16c0fa88e3ecbbce3ed4de45567a8ec18
package_info_plus: 115f4ad11e0698c8c1c5d8a689390df880f47e85
path_provider_foundation: 3784922295ac71e43754bd15e0653ccfd36a147c
+ SDWebImage: 981fd7e860af070920f249fd092420006014c3eb
+ Sentry: ebc12276bd17613a114ab359074096b6b3725203
+ sentry_flutter: dff1df05dc39c83d04f9330b36360fc374574c5e
+ SentryPrivate: d651efb234cf385ec9a1cdd3eff94b5e78a0e0fe
shared_preferences_foundation: b4c3b4cddf1c21f02770737f147a3f5da9d39695
+ SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f
url_launcher_ios: 6116280ddcfe98ab8820085d8d76ae7449447586
webview_flutter_wkwebview: be0f0d33777f1bfd0c9fdcb594786704dbf65f36
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index 9af9f5d..b7510e7 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -7,7 +7,7 @@
CFBundleDevelopmentRegion
$(DEVELOPMENT_LANGUAGE)
CFBundleDisplayName
- SolarAgent
+ Solian
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIdentifier
@@ -15,7 +15,7 @@
CFBundleInfoDictionaryVersion
6.0
CFBundleName
- SolarAgent
+ Solian
CFBundlePackageType
APPL
CFBundleShortVersionString
diff --git a/lib/screens/about.dart b/lib/screens/about.dart
index 09480d1..5d7dd20 100644
--- a/lib/screens/about.dart
+++ b/lib/screens/about.dart
@@ -16,7 +16,7 @@ class AboutScreen extends StatelessWidget {
mainAxisAlignment: MainAxisAlignment.center,
crossAxisAlignment: CrossAxisAlignment.center,
children: [
- Text('SolarAgent',
+ Text('Solian',
style: Theme.of(context).textTheme.headlineMedium),
Text('Solar Networks Official Mobile Application',
style: Theme.of(context).textTheme.bodyMedium),
diff --git a/lib/screens/publish/comment_editor.dart b/lib/screens/publish/comment_editor.dart
index ec472b6..6f20960 100644
--- a/lib/screens/publish/comment_editor.dart
+++ b/lib/screens/publish/comment_editor.dart
@@ -123,7 +123,7 @@ class _CommentEditorScreenState extends State {
return MaterialBanner(
padding: const EdgeInsets.all(20),
content: const Text(
- 'SolarAgent still in early stage development. Some features isn\'t available. We recommend use our website, also optimized for moblie!',
+ 'Solian still in early stage development. Some features isn\'t available. We recommend use our website, also optimized for moblie!',
),
leading: const Icon(Icons.construction),
backgroundColor: const Color(0xFFE0E0E0),
diff --git a/lib/screens/publish/moment_editor.dart b/lib/screens/publish/moment_editor.dart
index 6d89aba..9058343 100644
--- a/lib/screens/publish/moment_editor.dart
+++ b/lib/screens/publish/moment_editor.dart
@@ -145,7 +145,7 @@ class _MomentEditorScreenState extends State {
return MaterialBanner(
padding: const EdgeInsets.all(20),
content: const Text(
- 'SolarAgent still in early stage development. Some features isn\'t available. We recommend use our website, also optimized for moblie!',
+ 'Solian still in early stage development. Some features isn\'t available. We recommend use our website, also optimized for moblie!',
),
leading: const Icon(Icons.construction),
backgroundColor: const Color(0xFFE0E0E0),