Compare commits
25 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 720dd149a9 | |||
| 44a3fc21fb | |||
| 36751f6ef7 | |||
| 7b33468e3f | |||
| 0f3bf2c2c7 | |||
| 3f157d7ddf | |||
| 2ab96cc3d0 | |||
| 68bf3e9ab3 | |||
| ed892b915b | |||
| 75770c9f16 | |||
| 83ecc0ec8f | |||
| 9154798448 | |||
| 7a9adf8f06 | |||
| c756c4a5be | |||
| 547891437b | |||
| 4437b5368a | |||
| c0c739046a | |||
| b0a91e301e | |||
| b3a9e35f76 | |||
| 0c0234ad3c | |||
| 8e57515eaf | |||
| 64857d8a8b | |||
| bfb238323b | |||
| 3e06c4cd7f | |||
| 6c8ac75b19 |
@ -6,6 +6,7 @@
|
|||||||
<uses-permission android:name="android.permission.WAKE_LOCK"/>
|
<uses-permission android:name="android.permission.WAKE_LOCK"/>
|
||||||
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
|
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
|
||||||
<uses-permission android:name="android.permission.CAMERA"/>
|
<uses-permission android:name="android.permission.CAMERA"/>
|
||||||
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||||
<application
|
<application
|
||||||
android:label="岐阜ナビ"
|
android:label="岐阜ナビ"
|
||||||
android:name="${applicationName}"
|
android:name="${applicationName}"
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.6.10'
|
ext.kotlin_version = '1.7.10'
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:4.1.0'
|
classpath 'com.android.tools.build:gradle:7.3.0'
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -26,6 +26,6 @@ subprojects {
|
|||||||
project.evaluationDependsOn(':app')
|
project.evaluationDependsOn(':app')
|
||||||
}
|
}
|
||||||
|
|
||||||
task clean(type: Delete) {
|
tasks.register("clean", Delete) {
|
||||||
delete rootProject.buildDir
|
delete rootProject.buildDir
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
|
|||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
|
||||||
|
|||||||
121
ios/Podfile.lock
121
ios/Podfile.lock
@ -4,47 +4,11 @@ PODS:
|
|||||||
- connectivity_plus (0.0.1):
|
- connectivity_plus (0.0.1):
|
||||||
- Flutter
|
- Flutter
|
||||||
- ReachabilitySwift
|
- ReachabilitySwift
|
||||||
- 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 (1.0.0)
|
||||||
- flutter_compass (0.0.1):
|
- flutter_compass (0.0.1):
|
||||||
- Flutter
|
- Flutter
|
||||||
- flutter_keyboard_visibility (0.0.1):
|
- flutter_keyboard_visibility (0.0.1):
|
||||||
- Flutter
|
- Flutter
|
||||||
- flutter_local_notifications (0.0.1):
|
|
||||||
- Flutter
|
|
||||||
- FMDB (2.7.5):
|
- FMDB (2.7.5):
|
||||||
- FMDB/standard (= 2.7.5)
|
- FMDB/standard (= 2.7.5)
|
||||||
- FMDB/standard (2.7.5)
|
- FMDB/standard (2.7.5)
|
||||||
@ -52,127 +16,102 @@ PODS:
|
|||||||
- Flutter
|
- Flutter
|
||||||
- google_maps_flutter_ios (0.0.1):
|
- google_maps_flutter_ios (0.0.1):
|
||||||
- Flutter
|
- Flutter
|
||||||
- GoogleMaps
|
- GoogleMaps (< 8.0)
|
||||||
- GoogleMaps (4.1.0):
|
- GoogleMaps (5.2.0):
|
||||||
- GoogleMaps/Maps (= 4.1.0)
|
- GoogleMaps/Maps (= 5.2.0)
|
||||||
- GoogleMaps/Base (4.1.0)
|
- GoogleMaps/Base (5.2.0)
|
||||||
- GoogleMaps/Maps (4.1.0):
|
- GoogleMaps/Maps (5.2.0):
|
||||||
- GoogleMaps/Base
|
- GoogleMaps/Base
|
||||||
- image_picker_ios (0.0.1):
|
- image_picker_ios (0.0.1):
|
||||||
- Flutter
|
- Flutter
|
||||||
- move_to_background (0.0.1):
|
- isar_flutter_libs (1.0.0):
|
||||||
- Flutter
|
- Flutter
|
||||||
- path_provider_ios (0.0.1):
|
- path_provider_foundation (0.0.1):
|
||||||
- Flutter
|
- Flutter
|
||||||
- permission_handler_apple (9.0.4):
|
- FlutterMacOS
|
||||||
|
- permission_handler_apple (9.1.1):
|
||||||
- Flutter
|
- Flutter
|
||||||
- ReachabilitySwift (5.0.0)
|
- ReachabilitySwift (5.0.0)
|
||||||
- SDWebImage (5.15.5):
|
|
||||||
- SDWebImage/Core (= 5.15.5)
|
|
||||||
- SDWebImage/Core (5.15.5)
|
|
||||||
- share_plus (0.0.1):
|
|
||||||
- Flutter
|
|
||||||
- shared_preferences_foundation (0.0.1):
|
- shared_preferences_foundation (0.0.1):
|
||||||
- Flutter
|
- Flutter
|
||||||
- FlutterMacOS
|
- FlutterMacOS
|
||||||
- sqflite (0.0.2):
|
- sqflite (0.0.3):
|
||||||
- Flutter
|
- Flutter
|
||||||
- FMDB (>= 2.7.5)
|
- FMDB (>= 2.7.5)
|
||||||
- SwiftyGif (5.4.4)
|
|
||||||
- url_launcher_ios (0.0.1):
|
- url_launcher_ios (0.0.1):
|
||||||
- Flutter
|
- Flutter
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- camera_avfoundation (from `.symlinks/plugins/camera_avfoundation/ios`)
|
- camera_avfoundation (from `.symlinks/plugins/camera_avfoundation/ios`)
|
||||||
- connectivity_plus (from `.symlinks/plugins/connectivity_plus/ios`)
|
- connectivity_plus (from `.symlinks/plugins/connectivity_plus/ios`)
|
||||||
- file_picker (from `.symlinks/plugins/file_picker/ios`)
|
|
||||||
- Flutter (from `Flutter`)
|
- Flutter (from `Flutter`)
|
||||||
- flutter_compass (from `.symlinks/plugins/flutter_compass/ios`)
|
- flutter_compass (from `.symlinks/plugins/flutter_compass/ios`)
|
||||||
- flutter_keyboard_visibility (from `.symlinks/plugins/flutter_keyboard_visibility/ios`)
|
- flutter_keyboard_visibility (from `.symlinks/plugins/flutter_keyboard_visibility/ios`)
|
||||||
- flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`)
|
|
||||||
- geolocator_apple (from `.symlinks/plugins/geolocator_apple/ios`)
|
- geolocator_apple (from `.symlinks/plugins/geolocator_apple/ios`)
|
||||||
- google_maps_flutter_ios (from `.symlinks/plugins/google_maps_flutter_ios/ios`)
|
- google_maps_flutter_ios (from `.symlinks/plugins/google_maps_flutter_ios/ios`)
|
||||||
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`)
|
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`)
|
||||||
- move_to_background (from `.symlinks/plugins/move_to_background/ios`)
|
- isar_flutter_libs (from `.symlinks/plugins/isar_flutter_libs/ios`)
|
||||||
- path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`)
|
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
|
||||||
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
|
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
|
||||||
- share_plus (from `.symlinks/plugins/share_plus/ios`)
|
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
|
||||||
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/ios`)
|
|
||||||
- sqflite (from `.symlinks/plugins/sqflite/ios`)
|
- sqflite (from `.symlinks/plugins/sqflite/ios`)
|
||||||
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
|
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
|
||||||
|
|
||||||
SPEC REPOS:
|
SPEC REPOS:
|
||||||
trunk:
|
trunk:
|
||||||
- DKImagePickerController
|
|
||||||
- DKPhotoGallery
|
|
||||||
- FMDB
|
- FMDB
|
||||||
- GoogleMaps
|
- GoogleMaps
|
||||||
- ReachabilitySwift
|
- ReachabilitySwift
|
||||||
- SDWebImage
|
|
||||||
- SwiftyGif
|
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
camera_avfoundation:
|
camera_avfoundation:
|
||||||
:path: ".symlinks/plugins/camera_avfoundation/ios"
|
:path: ".symlinks/plugins/camera_avfoundation/ios"
|
||||||
connectivity_plus:
|
connectivity_plus:
|
||||||
:path: ".symlinks/plugins/connectivity_plus/ios"
|
:path: ".symlinks/plugins/connectivity_plus/ios"
|
||||||
file_picker:
|
|
||||||
:path: ".symlinks/plugins/file_picker/ios"
|
|
||||||
Flutter:
|
Flutter:
|
||||||
:path: Flutter
|
:path: Flutter
|
||||||
flutter_compass:
|
flutter_compass:
|
||||||
:path: ".symlinks/plugins/flutter_compass/ios"
|
:path: ".symlinks/plugins/flutter_compass/ios"
|
||||||
flutter_keyboard_visibility:
|
flutter_keyboard_visibility:
|
||||||
:path: ".symlinks/plugins/flutter_keyboard_visibility/ios"
|
:path: ".symlinks/plugins/flutter_keyboard_visibility/ios"
|
||||||
flutter_local_notifications:
|
|
||||||
:path: ".symlinks/plugins/flutter_local_notifications/ios"
|
|
||||||
geolocator_apple:
|
geolocator_apple:
|
||||||
:path: ".symlinks/plugins/geolocator_apple/ios"
|
:path: ".symlinks/plugins/geolocator_apple/ios"
|
||||||
google_maps_flutter_ios:
|
google_maps_flutter_ios:
|
||||||
:path: ".symlinks/plugins/google_maps_flutter_ios/ios"
|
:path: ".symlinks/plugins/google_maps_flutter_ios/ios"
|
||||||
image_picker_ios:
|
image_picker_ios:
|
||||||
:path: ".symlinks/plugins/image_picker_ios/ios"
|
:path: ".symlinks/plugins/image_picker_ios/ios"
|
||||||
move_to_background:
|
isar_flutter_libs:
|
||||||
:path: ".symlinks/plugins/move_to_background/ios"
|
:path: ".symlinks/plugins/isar_flutter_libs/ios"
|
||||||
path_provider_ios:
|
path_provider_foundation:
|
||||||
:path: ".symlinks/plugins/path_provider_ios/ios"
|
:path: ".symlinks/plugins/path_provider_foundation/darwin"
|
||||||
permission_handler_apple:
|
permission_handler_apple:
|
||||||
:path: ".symlinks/plugins/permission_handler_apple/ios"
|
:path: ".symlinks/plugins/permission_handler_apple/ios"
|
||||||
share_plus:
|
|
||||||
:path: ".symlinks/plugins/share_plus/ios"
|
|
||||||
shared_preferences_foundation:
|
shared_preferences_foundation:
|
||||||
:path: ".symlinks/plugins/shared_preferences_foundation/ios"
|
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
|
||||||
sqflite:
|
sqflite:
|
||||||
:path: ".symlinks/plugins/sqflite/ios"
|
:path: ".symlinks/plugins/sqflite/ios"
|
||||||
url_launcher_ios:
|
url_launcher_ios:
|
||||||
:path: ".symlinks/plugins/url_launcher_ios/ios"
|
:path: ".symlinks/plugins/url_launcher_ios/ios"
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
camera_avfoundation: 07c77549ea54ad95d8581be86617c094a46280d9
|
camera_avfoundation: 3125e8cd1a4387f6f31c6c63abb8a55892a9eeeb
|
||||||
connectivity_plus: 413a8857dd5d9f1c399a39130850d02fe0feaf7e
|
connectivity_plus: 07c49e96d7fc92bc9920617b83238c4d178b446a
|
||||||
DKImagePickerController: b512c28220a2b8ac7419f21c491fc8534b7601ac
|
|
||||||
DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179
|
|
||||||
file_picker: ce3938a0df3cc1ef404671531facef740d03f920
|
|
||||||
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
|
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
|
||||||
flutter_compass: cbbd285cea1584c7ac9c4e0c3e1f17cbea55e855
|
flutter_compass: cbbd285cea1584c7ac9c4e0c3e1f17cbea55e855
|
||||||
flutter_keyboard_visibility: 0339d06371254c3eb25eeb90ba8d17dca8f9c069
|
flutter_keyboard_visibility: 0339d06371254c3eb25eeb90ba8d17dca8f9c069
|
||||||
flutter_local_notifications: 0c0b1ae97e741e1521e4c1629a459d04b9aec743
|
|
||||||
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
|
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
|
||||||
geolocator_apple: cc556e6844d508c95df1e87e3ea6fa4e58c50401
|
geolocator_apple: cc556e6844d508c95df1e87e3ea6fa4e58c50401
|
||||||
google_maps_flutter_ios: 66201f392bf62d500f07670a30488a247b9bb5b9
|
google_maps_flutter_ios: abdac20d6ce8931f6ebc5f46616df241bfaa2cfd
|
||||||
GoogleMaps: 008e2c80e38605b56b560e8deb73d4194ff30bef
|
GoogleMaps: 025272d5876d3b32604e5c080dc25eaf68764693
|
||||||
image_picker_ios: b786a5dcf033a8336a657191401bfdf12017dabb
|
image_picker_ios: 4a8aadfbb6dc30ad5141a2ce3832af9214a705b5
|
||||||
move_to_background: 39a5b79b26d577b0372cbe8a8c55e7aa9fcd3a2d
|
isar_flutter_libs: b69f437aeab9c521821c3f376198c4371fa21073
|
||||||
path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02
|
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
|
||||||
permission_handler_apple: 44366e37eaf29454a1e7b1b7d736c2cceaeb17ce
|
permission_handler_apple: e76247795d700c14ea09e3a2d8855d41ee80a2e6
|
||||||
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
|
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
|
||||||
SDWebImage: fd7e1a22f00303e058058278639bf6196ee431fe
|
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126
|
||||||
share_plus: 056a1e8ac890df3e33cb503afffaf1e9b4fbae68
|
sqflite: 31f7eba61e3074736dff8807a9b41581e4f7f15a
|
||||||
shared_preferences_foundation: 986fc17f3d3251412d18b0265f9c64113a8c2472
|
url_launcher_ios: 08a3dfac5fb39e8759aeb0abbd5d9480f30fc8b4
|
||||||
sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904
|
|
||||||
SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f
|
|
||||||
url_launcher_ios: 839c58cdb4279282219f5e248c3321761ff3c4de
|
|
||||||
|
|
||||||
PODFILE CHECKSUM: a1c2f8dde3796ecc1697a15e7c75eb5205d8a740
|
PODFILE CHECKSUM: a1c2f8dde3796ecc1697a15e7c75eb5205d8a740
|
||||||
|
|
||||||
COCOAPODS: 1.12.0
|
COCOAPODS: 1.12.1
|
||||||
|
|||||||
@ -156,7 +156,7 @@
|
|||||||
97C146E61CF9000F007C117D /* Project object */ = {
|
97C146E61CF9000F007C117D /* Project object */ = {
|
||||||
isa = PBXProject;
|
isa = PBXProject;
|
||||||
attributes = {
|
attributes = {
|
||||||
LastUpgradeCheck = 1300;
|
LastUpgradeCheck = 1430;
|
||||||
ORGANIZATIONNAME = "";
|
ORGANIZATIONNAME = "";
|
||||||
TargetAttributes = {
|
TargetAttributes = {
|
||||||
97C146ED1CF9000F007C117D = {
|
97C146ED1CF9000F007C117D = {
|
||||||
@ -379,6 +379,7 @@
|
|||||||
DEVELOPMENT_TEAM = D5SL68ATB9;
|
DEVELOPMENT_TEAM = D5SL68ATB9;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
@ -508,6 +509,7 @@
|
|||||||
DEVELOPMENT_TEAM = D5SL68ATB9;
|
DEVELOPMENT_TEAM = D5SL68ATB9;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
@ -531,6 +533,7 @@
|
|||||||
DEVELOPMENT_TEAM = D5SL68ATB9;
|
DEVELOPMENT_TEAM = D5SL68ATB9;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<Scheme
|
<Scheme
|
||||||
LastUpgradeVersion = "1300"
|
LastUpgradeVersion = "1430"
|
||||||
version = "1.3">
|
version = "1.3">
|
||||||
<BuildAction
|
<BuildAction
|
||||||
parallelizeBuildables = "YES"
|
parallelizeBuildables = "YES"
|
||||||
|
|||||||
@ -38,6 +38,8 @@
|
|||||||
<string>プロフィールに動画を投稿してください。</string>
|
<string>プロフィールに動画を投稿してください。</string>
|
||||||
<key>NSPhotoLibraryUsageDescription</key>
|
<key>NSPhotoLibraryUsageDescription</key>
|
||||||
<string>写真ライブラリへのアクセス警告</string>
|
<string>写真ライブラリへのアクセス警告</string>
|
||||||
|
<key>NSPhotoLibraryUsageDescription</key>
|
||||||
|
<string>Need to save image in phone Album</string>
|
||||||
<key>UILaunchStoryboardName</key>
|
<key>UILaunchStoryboardName</key>
|
||||||
<string>LaunchScreen</string>
|
<string>LaunchScreen</string>
|
||||||
<key>UIMainStoryboardFile</key>
|
<key>UIMainStoryboardFile</key>
|
||||||
|
|||||||
@ -1,12 +0,0 @@
|
|||||||
import 'package:get/get.dart';
|
|
||||||
import 'package:rogapp/common/state/game/game_controller.dart';
|
|
||||||
import 'package:rogapp/screens/auth/controller/auth_controller.dart';
|
|
||||||
|
|
||||||
class GameBinding extends Bindings{
|
|
||||||
@override
|
|
||||||
void dependencies() {
|
|
||||||
Get.lazyPut<AuthController>(() => AuthController());
|
|
||||||
Get.put<GameController>(GameController());
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,25 +0,0 @@
|
|||||||
import 'package:get/get.dart';
|
|
||||||
import 'package:rogapp/model/user.dart';
|
|
||||||
import 'package:rogapp/routes/app_pages.dart';
|
|
||||||
import 'package:rogapp/screens/auth/controller/auth_controller.dart';
|
|
||||||
|
|
||||||
class GameController extends GetxController{
|
|
||||||
|
|
||||||
AuthController authController = Get.find<AuthController>();
|
|
||||||
|
|
||||||
@override
|
|
||||||
void onInit() {
|
|
||||||
ever(authController.authList, changeInAuth);
|
|
||||||
super.onInit();
|
|
||||||
}
|
|
||||||
|
|
||||||
void changeInAuth(List<AuthResponse> change){
|
|
||||||
if(change.isNotEmpty){
|
|
||||||
Get.toNamed(AppPages.S_HOME);
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
Get.toNamed(AppPages.S_LOGIN);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,16 +0,0 @@
|
|||||||
import 'package:flutter/material.dart';
|
|
||||||
import 'package:rogapp/theme/theme.dart';
|
|
||||||
|
|
||||||
class UIs{
|
|
||||||
static AppBar appBar(){
|
|
||||||
return AppBar(
|
|
||||||
title: const Icon(
|
|
||||||
Icons.access_alarm,
|
|
||||||
size:30,
|
|
||||||
color: Pallete.WHITE_COLOR,
|
|
||||||
),
|
|
||||||
automaticallyImplyLeading:false,
|
|
||||||
centerTitle: true,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,24 +1,17 @@
|
|||||||
import 'dart:io';
|
|
||||||
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter/services.dart';
|
|
||||||
import 'package:flutter_map_tile_caching/flutter_map_tile_caching.dart';
|
import 'package:flutter_map_tile_caching/flutter_map_tile_caching.dart';
|
||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
import 'package:google_fonts/google_fonts.dart';
|
import 'package:rogapp/pages/destination/destination_controller.dart';
|
||||||
import 'package:permission_handler/permission_handler.dart';
|
|
||||||
import 'package:rogapp/common/state/game/game_binding.dart';
|
|
||||||
import 'package:rogapp/pages/index/index_binding.dart';
|
import 'package:rogapp/pages/index/index_binding.dart';
|
||||||
|
import 'package:rogapp/pages/index/index_controller.dart';
|
||||||
import 'package:rogapp/routes/app_pages.dart';
|
import 'package:rogapp/routes/app_pages.dart';
|
||||||
import 'package:rogapp/theme/theme.dart';
|
|
||||||
import 'package:rogapp/utils/string_values.dart';
|
import 'package:rogapp/utils/string_values.dart';
|
||||||
import 'package:shared_preferences/shared_preferences.dart';
|
// import 'package:is_lock_screen/is_lock_screen.dart';
|
||||||
import 'package:path/path.dart' as p;
|
|
||||||
|
|
||||||
void main() async {
|
void main() async {
|
||||||
|
|
||||||
WidgetsFlutterBinding.ensureInitialized();
|
WidgetsFlutterBinding.ensureInitialized();
|
||||||
|
|
||||||
FlutterMapTileCaching.initialise(await RootDirectory.normalCache);
|
await FlutterMapTileCaching.initialise();
|
||||||
final StoreDirectory instanceA = FMTC.instance('OpenStreetMap (A)');
|
final StoreDirectory instanceA = FMTC.instance('OpenStreetMap (A)');
|
||||||
await instanceA.manage.createAsync();
|
await instanceA.manage.createAsync();
|
||||||
await instanceA.metadata.addAsync(
|
await instanceA.metadata.addAsync(
|
||||||
@ -34,12 +27,57 @@ void main() async {
|
|||||||
value: 'cacheFirst',
|
value: 'cacheFirst',
|
||||||
);
|
);
|
||||||
|
|
||||||
runApp(MyApp());
|
runApp(const MyApp());
|
||||||
}
|
}
|
||||||
|
|
||||||
class MyApp extends StatelessWidget {
|
class MyApp extends StatefulWidget {
|
||||||
const MyApp({Key? key}) : super(key: key);
|
const MyApp({Key? key}) : super(key: key);
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<MyApp> createState() => _MyAppState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _MyAppState extends State<MyApp> with WidgetsBindingObserver {
|
||||||
// This widget is the root of your application.
|
// This widget is the root of your application.
|
||||||
|
|
||||||
|
@override
|
||||||
|
void initState() {
|
||||||
|
super.initState();
|
||||||
|
WidgetsBinding.instance.addObserver(this);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
WidgetsBinding.instance.removeObserver(this);
|
||||||
|
super.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
void didChangeAppLifecycleState(AppLifecycleState state) {
|
||||||
|
switch (state) {
|
||||||
|
case AppLifecycleState.resumed:
|
||||||
|
print("RESUMED");
|
||||||
|
DestinationController destinationController = Get.find<DestinationController>();
|
||||||
|
if(destinationController.positionStream == null){
|
||||||
|
destinationController.startGPSTimer();
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case AppLifecycleState.inactive:
|
||||||
|
print("INACTIVE");
|
||||||
|
break;
|
||||||
|
case AppLifecycleState.paused:
|
||||||
|
print("PAUSED");
|
||||||
|
break;
|
||||||
|
case AppLifecycleState.detached:
|
||||||
|
print("DETACHED");
|
||||||
|
break;
|
||||||
|
case AppLifecycleState.hidden:
|
||||||
|
print("DETACHED");
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return GetMaterialApp(
|
return GetMaterialApp(
|
||||||
@ -48,14 +86,18 @@ class MyApp extends StatelessWidget {
|
|||||||
//locale: const Locale('en', 'US'),
|
//locale: const Locale('en', 'US'),
|
||||||
fallbackLocale: const Locale('en', 'US'),
|
fallbackLocale: const Locale('en', 'US'),
|
||||||
title: 'ROGAINING',
|
title: 'ROGAINING',
|
||||||
theme: AppTheme.theme,
|
theme: ThemeData(
|
||||||
|
colorScheme:
|
||||||
|
ColorScheme.fromSeed(seedColor: Color.fromARGB(255, 36, 135, 221)),
|
||||||
|
useMaterial3: true,
|
||||||
|
),
|
||||||
debugShowCheckedModeBanner: false,
|
debugShowCheckedModeBanner: false,
|
||||||
defaultTransition: Transition.cupertino,
|
defaultTransition: Transition.cupertino,
|
||||||
opaqueRoute: Get.isOpaqueRouteDefault,
|
opaqueRoute: Get.isOpaqueRouteDefault,
|
||||||
popGesture: Get.isPopGestureEnable,
|
popGesture: Get.isPopGestureEnable,
|
||||||
transitionDuration: const Duration(milliseconds: 230),
|
transitionDuration: const Duration(milliseconds: 230),
|
||||||
initialBinding: GameBinding(),
|
initialBinding: IndexBinding(), //HomeBinding(),
|
||||||
initialRoute: AppPages.S_LOGIN,
|
initialRoute: AppPages.PERMISSION,
|
||||||
getPages: AppPages.routes,
|
getPages: AppPages.routes,
|
||||||
enableLog: true,
|
enableLog: true,
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,591 +0,0 @@
|
|||||||
// ignore_for_file: public_member_api_docs, sort_constructors_first
|
|
||||||
import 'dart:convert';
|
|
||||||
|
|
||||||
import 'package:flutter/foundation.dart';
|
|
||||||
import 'package:unicode/unicode.dart';
|
|
||||||
|
|
||||||
class LocationResponse {
|
|
||||||
List<Feature>? features;
|
|
||||||
String? type;
|
|
||||||
|
|
||||||
LocationResponse({
|
|
||||||
this.features,
|
|
||||||
this.type,
|
|
||||||
});
|
|
||||||
|
|
||||||
LocationResponse copyWith({
|
|
||||||
List<Feature>? features,
|
|
||||||
String? type,
|
|
||||||
}) {
|
|
||||||
return LocationResponse(
|
|
||||||
features: features ?? this.features,
|
|
||||||
type: type ?? this.type,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
Map<String, dynamic> toMap() {
|
|
||||||
return {
|
|
||||||
'features': features?.map((x) => x.toMap()).toList(),
|
|
||||||
'type': type,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
factory LocationResponse.fromMap(Map<String, dynamic> map) {
|
|
||||||
return LocationResponse(
|
|
||||||
features: List<Feature>.from(map['features']?.map((x) => Feature.fromMap(x)) ?? const []),
|
|
||||||
type: map['type'],
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
String toJson() => json.encode(toMap());
|
|
||||||
|
|
||||||
factory LocationResponse.fromJson(String source) =>
|
|
||||||
LocationResponse.fromMap(json.decode(source));
|
|
||||||
|
|
||||||
@override
|
|
||||||
String toString() => 'LocationResponse(features: $features, type: $type)';
|
|
||||||
|
|
||||||
@override
|
|
||||||
bool operator ==(Object other) {
|
|
||||||
if (identical(this, other)) return true;
|
|
||||||
|
|
||||||
return other is LocationResponse &&
|
|
||||||
listEquals(other.features, features) &&
|
|
||||||
other.type == type;
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
|
||||||
int get hashCode => features.hashCode ^ type.hashCode;
|
|
||||||
}
|
|
||||||
|
|
||||||
class Feature {
|
|
||||||
Geometry? geometry;
|
|
||||||
int? id;
|
|
||||||
Properties? properties;
|
|
||||||
String? type;
|
|
||||||
int? location_id;
|
|
||||||
double? latitude;
|
|
||||||
double? longitude;
|
|
||||||
|
|
||||||
Feature({
|
|
||||||
this.geometry,
|
|
||||||
this.id,
|
|
||||||
this.properties,
|
|
||||||
this.type,
|
|
||||||
this.location_id,
|
|
||||||
this.latitude,
|
|
||||||
this.longitude
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
Map<String, dynamic> toMap() {
|
|
||||||
return <String, dynamic>{
|
|
||||||
'id': id,
|
|
||||||
'geometry': geometry?.toJson(),
|
|
||||||
'properties': properties?.toJson(),
|
|
||||||
'type': type,
|
|
||||||
// Use the first coordinate as latitude and longitude.
|
|
||||||
// You may need to adjust this based on your actual data structure.
|
|
||||||
'location_id': properties?.location_id,
|
|
||||||
'latitude': geometry?.coordinates?.first?.last,
|
|
||||||
'longitude': geometry?.coordinates?.first?.first,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
// factory Feature.fromMap(Map<String, dynamic> map) {
|
|
||||||
// return Feature(
|
|
||||||
// geometry: Geometry.fromMap(map['geometry']),
|
|
||||||
// id: map['id'],
|
|
||||||
// properties: Properties.fromMap(map['properties']),
|
|
||||||
// type: map['type'],
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
|
|
||||||
factory Feature.fromMap(Map<String, dynamic> map) {
|
|
||||||
Geometry? geometry = map['geometry'] != null
|
|
||||||
? Geometry.fromMap(map['geometry'])
|
|
||||||
: null;
|
|
||||||
double? latitude = geometry?.coordinates?.isNotEmpty ?? false ? geometry!.coordinates![0][0] : null;
|
|
||||||
double? longitude = geometry?.coordinates?.isNotEmpty ?? false ? geometry!.coordinates![0][1] : null;
|
|
||||||
|
|
||||||
return Feature(
|
|
||||||
id: map['id'] as int?,
|
|
||||||
geometry: Geometry.fromMap(map['geometry']),
|
|
||||||
properties: Properties.fromMap(map['properties']),
|
|
||||||
type: map['type'],
|
|
||||||
location_id: Properties.fromMap(map['properties']).location_id,
|
|
||||||
latitude: latitude,
|
|
||||||
longitude: longitude,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
String toJson() => json.encode(toMap());
|
|
||||||
|
|
||||||
factory Feature.fromJson(String source) =>
|
|
||||||
Feature.fromMap(json.decode(source));
|
|
||||||
|
|
||||||
@override
|
|
||||||
String toString() {
|
|
||||||
return 'Feature(geometry: $geometry, id: $id, properties: $properties, type: $type)';
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
|
||||||
bool operator ==(Object other) {
|
|
||||||
if (identical(this, other)) return true;
|
|
||||||
|
|
||||||
return other is Feature &&
|
|
||||||
other.geometry == geometry &&
|
|
||||||
other.id == id &&
|
|
||||||
other.properties == properties &&
|
|
||||||
other.type == type;
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
|
||||||
int get hashCode {
|
|
||||||
return geometry.hashCode ^ id.hashCode ^ properties.hashCode ^ type.hashCode;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class Geometry {
|
|
||||||
List<List<double>>? coordinates;
|
|
||||||
String? type;
|
|
||||||
|
|
||||||
Geometry({
|
|
||||||
this.coordinates,
|
|
||||||
this.type,
|
|
||||||
});
|
|
||||||
|
|
||||||
Geometry copyWith({
|
|
||||||
List<List<double>>? coordinates,
|
|
||||||
String? type,
|
|
||||||
}) {
|
|
||||||
return Geometry(
|
|
||||||
coordinates: coordinates ?? this.coordinates,
|
|
||||||
type: type ?? this.type,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
Map<String, dynamic> toMap() {
|
|
||||||
return {
|
|
||||||
'coordinates': coordinates,
|
|
||||||
'type': type,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
factory Geometry.fromMap(Map<String, dynamic> map) {
|
|
||||||
return Geometry(
|
|
||||||
coordinates: map['coordinates'] != null
|
|
||||||
? List<List<double>>.from(
|
|
||||||
map['coordinates'].map((x) => List<double>.from(x.map((x) => x.toDouble()))))
|
|
||||||
: null,
|
|
||||||
type: map['type'],
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
String toJson() => json.encode(toMap());
|
|
||||||
|
|
||||||
factory Geometry.fromJson(String source) =>
|
|
||||||
Geometry.fromMap(json.decode(source) as Map<String, dynamic>);
|
|
||||||
|
|
||||||
@override
|
|
||||||
String toString() => 'Geometry(coordinates: $coordinates, type: $type)';
|
|
||||||
|
|
||||||
@override
|
|
||||||
bool operator ==(covariant Geometry other) {
|
|
||||||
if (identical(this, other)) return true;
|
|
||||||
|
|
||||||
return listEquals(other.coordinates, coordinates) && other.type == type;
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
|
||||||
int get hashCode => coordinates.hashCode ^ type.hashCode;
|
|
||||||
}
|
|
||||||
|
|
||||||
class Properties {
|
|
||||||
final int location_id;
|
|
||||||
final String? sub_loc_id;
|
|
||||||
final double? cp;
|
|
||||||
final String? location_name;
|
|
||||||
final String? category;
|
|
||||||
final String? subcategory;
|
|
||||||
final String? zip;
|
|
||||||
final String? address;
|
|
||||||
final String? prefecture;
|
|
||||||
final String? area;
|
|
||||||
final String? city;
|
|
||||||
final double? latitude;
|
|
||||||
final double? longitude;
|
|
||||||
final String? photos;
|
|
||||||
final String? videos;
|
|
||||||
final String? webcontents;
|
|
||||||
final String? status;
|
|
||||||
final String? portal;
|
|
||||||
final String? group;
|
|
||||||
final String? phone;
|
|
||||||
final String? fax;
|
|
||||||
final String? email;
|
|
||||||
final String? facility;
|
|
||||||
final String? remark;
|
|
||||||
final String? tags;
|
|
||||||
final dynamic? event_name;
|
|
||||||
final bool? event_active;
|
|
||||||
final bool? hidden_location;
|
|
||||||
final bool? auto_checkin;
|
|
||||||
final double? checkin_radius;
|
|
||||||
final double? checkin_point;
|
|
||||||
final double? buy_point;
|
|
||||||
final String? evaluation_value;
|
|
||||||
final bool? shop_closed;
|
|
||||||
final bool? shop_shutdown;
|
|
||||||
final String? opening_hours_mon;
|
|
||||||
final String? opening_hours_tue;
|
|
||||||
final String? opening_hours_wed;
|
|
||||||
final String? opening_hours_thu;
|
|
||||||
final String? opening_hours_fri;
|
|
||||||
final String? opening_hours_sat;
|
|
||||||
final String? opening_hours_sun;
|
|
||||||
final String? parammeters;
|
|
||||||
Properties({
|
|
||||||
required this.location_id,
|
|
||||||
this.sub_loc_id,
|
|
||||||
this.cp,
|
|
||||||
this.location_name,
|
|
||||||
this.category,
|
|
||||||
this.subcategory,
|
|
||||||
this.zip,
|
|
||||||
this.address,
|
|
||||||
this.prefecture,
|
|
||||||
this.area,
|
|
||||||
this.city,
|
|
||||||
this.latitude,
|
|
||||||
this.longitude,
|
|
||||||
this.photos,
|
|
||||||
this.videos,
|
|
||||||
this.webcontents,
|
|
||||||
this.status,
|
|
||||||
this.portal,
|
|
||||||
this.group,
|
|
||||||
this.phone,
|
|
||||||
this.fax,
|
|
||||||
this.email,
|
|
||||||
this.facility,
|
|
||||||
this.remark,
|
|
||||||
this.tags,
|
|
||||||
this.event_name,
|
|
||||||
this.event_active,
|
|
||||||
this.hidden_location,
|
|
||||||
this.auto_checkin,
|
|
||||||
this.checkin_radius,
|
|
||||||
this.checkin_point,
|
|
||||||
this.buy_point,
|
|
||||||
this.evaluation_value,
|
|
||||||
this.shop_closed,
|
|
||||||
this.shop_shutdown,
|
|
||||||
this.opening_hours_mon,
|
|
||||||
this.opening_hours_tue,
|
|
||||||
this.opening_hours_wed,
|
|
||||||
this.opening_hours_thu,
|
|
||||||
this.opening_hours_fri,
|
|
||||||
this.opening_hours_sat,
|
|
||||||
this.opening_hours_sun,
|
|
||||||
this.parammeters,
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
String toJson() => json.encode(toMap());
|
|
||||||
|
|
||||||
Properties copyWith({
|
|
||||||
int? location_id,
|
|
||||||
String? sub_loc_id,
|
|
||||||
double? cp,
|
|
||||||
String? location_name,
|
|
||||||
String? category,
|
|
||||||
String? subcategory,
|
|
||||||
String? zip,
|
|
||||||
String? address,
|
|
||||||
String? prefecture,
|
|
||||||
String? area,
|
|
||||||
String? city,
|
|
||||||
double? latitude,
|
|
||||||
double? longitude,
|
|
||||||
String? photos,
|
|
||||||
String? videos,
|
|
||||||
String? webcontents,
|
|
||||||
String? status,
|
|
||||||
String? portal,
|
|
||||||
String? group,
|
|
||||||
String? phone,
|
|
||||||
String? fax,
|
|
||||||
String? email,
|
|
||||||
String? facility,
|
|
||||||
String? remark,
|
|
||||||
String? tags,
|
|
||||||
dynamic? event_name,
|
|
||||||
bool? event_active,
|
|
||||||
bool? hidden_location,
|
|
||||||
bool? auto_checkin,
|
|
||||||
double? checkin_radius,
|
|
||||||
double? checkin_point,
|
|
||||||
double? buy_point,
|
|
||||||
String? evaluation_value,
|
|
||||||
bool? shop_closed,
|
|
||||||
bool? shop_shutdown,
|
|
||||||
String? opening_hours_mon,
|
|
||||||
String? opening_hours_tue,
|
|
||||||
String? opening_hours_wed,
|
|
||||||
String? opening_hours_thu,
|
|
||||||
String? opening_hours_fri,
|
|
||||||
String? opening_hours_sat,
|
|
||||||
String? opening_hours_sun,
|
|
||||||
String? parammeters,
|
|
||||||
}) {
|
|
||||||
return Properties(
|
|
||||||
location_id: location_id ?? this.location_id,
|
|
||||||
sub_loc_id: sub_loc_id ?? this.sub_loc_id,
|
|
||||||
cp: cp ?? this.cp,
|
|
||||||
location_name: location_name ?? this.location_name,
|
|
||||||
category: category ?? this.category,
|
|
||||||
subcategory: subcategory ?? this.subcategory,
|
|
||||||
zip: zip ?? this.zip,
|
|
||||||
address: address ?? this.address,
|
|
||||||
prefecture: prefecture ?? this.prefecture,
|
|
||||||
area: area ?? this.area,
|
|
||||||
city: city ?? this.city,
|
|
||||||
latitude: latitude ?? this.latitude,
|
|
||||||
longitude: longitude ?? this.longitude,
|
|
||||||
photos: photos ?? this.photos,
|
|
||||||
videos: videos ?? this.videos,
|
|
||||||
webcontents: webcontents ?? this.webcontents,
|
|
||||||
status: status ?? this.status,
|
|
||||||
portal: portal ?? this.portal,
|
|
||||||
group: group ?? this.group,
|
|
||||||
phone: phone ?? this.phone,
|
|
||||||
fax: fax ?? this.fax,
|
|
||||||
email: email ?? this.email,
|
|
||||||
facility: facility ?? this.facility,
|
|
||||||
remark: remark ?? this.remark,
|
|
||||||
tags: tags ?? this.tags,
|
|
||||||
event_name: event_name ?? this.event_name,
|
|
||||||
event_active: event_active ?? this.event_active,
|
|
||||||
hidden_location: hidden_location ?? this.hidden_location,
|
|
||||||
auto_checkin: auto_checkin ?? this.auto_checkin,
|
|
||||||
checkin_radius: checkin_radius ?? this.checkin_radius,
|
|
||||||
checkin_point: checkin_point ?? this.checkin_point,
|
|
||||||
buy_point: buy_point ?? this.buy_point,
|
|
||||||
evaluation_value: evaluation_value ?? this.evaluation_value,
|
|
||||||
shop_closed: shop_closed ?? this.shop_closed,
|
|
||||||
shop_shutdown: shop_shutdown ?? this.shop_shutdown,
|
|
||||||
opening_hours_mon: opening_hours_mon ?? this.opening_hours_mon,
|
|
||||||
opening_hours_tue: opening_hours_tue ?? this.opening_hours_tue,
|
|
||||||
opening_hours_wed: opening_hours_wed ?? this.opening_hours_wed,
|
|
||||||
opening_hours_thu: opening_hours_thu ?? this.opening_hours_thu,
|
|
||||||
opening_hours_fri: opening_hours_fri ?? this.opening_hours_fri,
|
|
||||||
opening_hours_sat: opening_hours_sat ?? this.opening_hours_sat,
|
|
||||||
opening_hours_sun: opening_hours_sun ?? this.opening_hours_sun,
|
|
||||||
parammeters: parammeters ?? this.parammeters,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
Map<String, dynamic> toMap() {
|
|
||||||
return <String, dynamic>{
|
|
||||||
'location_id': location_id,
|
|
||||||
'sub_loc_id': sub_loc_id,
|
|
||||||
'cp': cp,
|
|
||||||
'location_name': location_name,
|
|
||||||
'category': category,
|
|
||||||
'subcategory': subcategory,
|
|
||||||
'zip': zip,
|
|
||||||
'address': address,
|
|
||||||
'prefecture': prefecture,
|
|
||||||
'area': area,
|
|
||||||
'city': city,
|
|
||||||
'latitude': latitude,
|
|
||||||
'longitude': longitude,
|
|
||||||
'photos': photos,
|
|
||||||
'videos': videos,
|
|
||||||
'webcontents': webcontents,
|
|
||||||
'status': status,
|
|
||||||
'portal': portal,
|
|
||||||
'group': group,
|
|
||||||
'phone': phone,
|
|
||||||
'fax': fax,
|
|
||||||
'email': email,
|
|
||||||
'facility': facility,
|
|
||||||
'remark': remark,
|
|
||||||
'tags': tags,
|
|
||||||
'event_name': event_name,
|
|
||||||
'event_active': event_active,
|
|
||||||
'hidden_location': hidden_location,
|
|
||||||
'auto_checkin': auto_checkin,
|
|
||||||
'checkin_radius': checkin_radius,
|
|
||||||
'checkin_point': checkin_point,
|
|
||||||
'buy_point': buy_point,
|
|
||||||
'evaluation_value': evaluation_value,
|
|
||||||
'shop_closed': shop_closed,
|
|
||||||
'shop_shutdown': shop_shutdown,
|
|
||||||
'opening_hours_mon': opening_hours_mon,
|
|
||||||
'opening_hours_tue': opening_hours_tue,
|
|
||||||
'opening_hours_wed': opening_hours_wed,
|
|
||||||
'opening_hours_thu': opening_hours_thu,
|
|
||||||
'opening_hours_fri': opening_hours_fri,
|
|
||||||
'opening_hours_sat': opening_hours_sat,
|
|
||||||
'opening_hours_sun': opening_hours_sun,
|
|
||||||
'parammeters': parammeters,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
factory Properties.fromMap(Map<String, dynamic> map) {
|
|
||||||
return Properties(
|
|
||||||
location_id: map['location_id'] as int,
|
|
||||||
sub_loc_id: map['sub_loc_id'] != null ? map['sub_loc_id'] as String : null,
|
|
||||||
cp: map['cp'] != null ? map['cp'] as double : null,
|
|
||||||
location_name: map['location_name'] != null ? map['location_name'] as String : null,
|
|
||||||
category: map['category'] != null ? map['category'] as String : null,
|
|
||||||
subcategory: map['subcategory'] != null ? map['subcategory'] as String : null,
|
|
||||||
zip: map['zip'] != null ? map['zip'] as String : null,
|
|
||||||
address: map['address'] != null ? map['address'] as String : null,
|
|
||||||
prefecture: map['prefecture'] != null ? map['prefecture'] as String : null,
|
|
||||||
area: map['area'] != null ? map['area'] as String : null,
|
|
||||||
city: map['city'] != null ? map['city'] as String : null,
|
|
||||||
latitude: map['latitude'] != null ? map['latitude'] as double : null,
|
|
||||||
longitude: map['longitude'] != null ? map['longitude'] as double : null,
|
|
||||||
photos: map['photos'] != null ? map['photos'] as String : null,
|
|
||||||
videos: map['videos'] != null ? map['videos'] as String : null,
|
|
||||||
webcontents: map['webcontents'] != null ? map['webcontents'] as String : null,
|
|
||||||
status: map['status'] != null ? map['status'] as String : null,
|
|
||||||
portal: map['portal'] != null ? map['portal'] as String : null,
|
|
||||||
group: map['group'] != null ? map['group'] as String : null,
|
|
||||||
phone: map['phone'] != null ? map['phone'] as String : null,
|
|
||||||
fax: map['fax'] != null ? map['fax'] as String : null,
|
|
||||||
email: map['email'] != null ? map['email'] as String : null,
|
|
||||||
facility: map['facility'] != null ? map['facility'] as String : null,
|
|
||||||
remark: map['remark'] != null ? map['remark'] as String : null,
|
|
||||||
tags: map['tags'] != null ? map['tags'] as String : null,
|
|
||||||
event_name: map['event_name'] != null ? map['event_name'] as dynamic : null,
|
|
||||||
event_active: map['event_active'] != null ? map['event_active'] as bool : null,
|
|
||||||
hidden_location: map['hidden_location'] != null ? map['hidden_location'] as bool : null,
|
|
||||||
auto_checkin: map['auto_checkin'] != null ? map['auto_checkin'] as bool : null,
|
|
||||||
checkin_radius: map['checkin_radius'] != null ? map['checkin_radius'] as double : null,
|
|
||||||
checkin_point: map['checkin_point'] != null ? map['checkin_point'] as double : null,
|
|
||||||
buy_point: map['buy_point'] != null ? map['buy_point'] as double : null,
|
|
||||||
evaluation_value: map['evaluation_value'] != null ? map['evaluation_value'] as String : null,
|
|
||||||
shop_closed: map['shop_closed'] != null ? map['shop_closed'] as bool : null,
|
|
||||||
shop_shutdown: map['shop_shutdown'] != null ? map['shop_shutdown'] as bool : null,
|
|
||||||
opening_hours_mon: map['opening_hours_mon'] != null ? map['opening_hours_mon'] as String : null,
|
|
||||||
opening_hours_tue: map['opening_hours_tue'] != null ? map['opening_hours_tue'] as String : null,
|
|
||||||
opening_hours_wed: map['opening_hours_wed'] != null ? map['opening_hours_wed'] as String : null,
|
|
||||||
opening_hours_thu: map['opening_hours_thu'] != null ? map['opening_hours_thu'] as String : null,
|
|
||||||
opening_hours_fri: map['opening_hours_fri'] != null ? map['opening_hours_fri'] as String : null,
|
|
||||||
opening_hours_sat: map['opening_hours_sat'] != null ? map['opening_hours_sat'] as String : null,
|
|
||||||
opening_hours_sun: map['opening_hours_sun'] != null ? map['opening_hours_sun'] as String : null,
|
|
||||||
parammeters: map['parammeters'] != null ? map['parammeters'] as String : null,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
factory Properties.fromJson(String source) => Properties.fromMap(json.decode(source) as Map<String, dynamic>);
|
|
||||||
|
|
||||||
@override
|
|
||||||
String toString() {
|
|
||||||
return 'Properties(location_id: $location_id, sub_loc_id: $sub_loc_id, cp: $cp, location_name: $location_name, category: $category, subcategory: $subcategory, zip: $zip, address: $address, prefecture: $prefecture, area: $area, city: $city, latitude: $latitude, longitude: $longitude, photos: $photos, videos: $videos, webcontents: $webcontents, status: $status, portal: $portal, group: $group, phone: $phone, fax: $fax, email: $email, facility: $facility, remark: $remark, tags: $tags, event_name: $event_name, event_active: $event_active, hidden_location: $hidden_location, auto_checkin: $auto_checkin, checkin_radius: $checkin_radius, checkin_point: $checkin_point, buy_point: $buy_point, evaluation_value: $evaluation_value, shop_closed: $shop_closed, shop_shutdown: $shop_shutdown, opening_hours_mon: $opening_hours_mon, opening_hours_tue: $opening_hours_tue, opening_hours_wed: $opening_hours_wed, opening_hours_thu: $opening_hours_thu, opening_hours_fri: $opening_hours_fri, opening_hours_sat: $opening_hours_sat, opening_hours_sun: $opening_hours_sun, parammeters: $parammeters)';
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
|
||||||
bool operator ==(covariant Properties other) {
|
|
||||||
if (identical(this, other)) return true;
|
|
||||||
|
|
||||||
return
|
|
||||||
other.location_id == location_id &&
|
|
||||||
other.sub_loc_id == sub_loc_id &&
|
|
||||||
other.cp == cp &&
|
|
||||||
other.location_name == location_name &&
|
|
||||||
other.category == category &&
|
|
||||||
other.subcategory == subcategory &&
|
|
||||||
other.zip == zip &&
|
|
||||||
other.address == address &&
|
|
||||||
other.prefecture == prefecture &&
|
|
||||||
other.area == area &&
|
|
||||||
other.city == city &&
|
|
||||||
other.latitude == latitude &&
|
|
||||||
other.longitude == longitude &&
|
|
||||||
other.photos == photos &&
|
|
||||||
other.videos == videos &&
|
|
||||||
other.webcontents == webcontents &&
|
|
||||||
other.status == status &&
|
|
||||||
other.portal == portal &&
|
|
||||||
other.group == group &&
|
|
||||||
other.phone == phone &&
|
|
||||||
other.fax == fax &&
|
|
||||||
other.email == email &&
|
|
||||||
other.facility == facility &&
|
|
||||||
other.remark == remark &&
|
|
||||||
other.tags == tags &&
|
|
||||||
other.event_name == event_name &&
|
|
||||||
other.event_active == event_active &&
|
|
||||||
other.hidden_location == hidden_location &&
|
|
||||||
other.auto_checkin == auto_checkin &&
|
|
||||||
other.checkin_radius == checkin_radius &&
|
|
||||||
other.checkin_point == checkin_point &&
|
|
||||||
other.buy_point == buy_point &&
|
|
||||||
other.evaluation_value == evaluation_value &&
|
|
||||||
other.shop_closed == shop_closed &&
|
|
||||||
other.shop_shutdown == shop_shutdown &&
|
|
||||||
other.opening_hours_mon == opening_hours_mon &&
|
|
||||||
other.opening_hours_tue == opening_hours_tue &&
|
|
||||||
other.opening_hours_wed == opening_hours_wed &&
|
|
||||||
other.opening_hours_thu == opening_hours_thu &&
|
|
||||||
other.opening_hours_fri == opening_hours_fri &&
|
|
||||||
other.opening_hours_sat == opening_hours_sat &&
|
|
||||||
other.opening_hours_sun == opening_hours_sun &&
|
|
||||||
other.parammeters == parammeters;
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
|
||||||
int get hashCode {
|
|
||||||
return location_id.hashCode ^
|
|
||||||
sub_loc_id.hashCode ^
|
|
||||||
cp.hashCode ^
|
|
||||||
location_name.hashCode ^
|
|
||||||
category.hashCode ^
|
|
||||||
subcategory.hashCode ^
|
|
||||||
zip.hashCode ^
|
|
||||||
address.hashCode ^
|
|
||||||
prefecture.hashCode ^
|
|
||||||
area.hashCode ^
|
|
||||||
city.hashCode ^
|
|
||||||
latitude.hashCode ^
|
|
||||||
longitude.hashCode ^
|
|
||||||
photos.hashCode ^
|
|
||||||
videos.hashCode ^
|
|
||||||
webcontents.hashCode ^
|
|
||||||
status.hashCode ^
|
|
||||||
portal.hashCode ^
|
|
||||||
group.hashCode ^
|
|
||||||
phone.hashCode ^
|
|
||||||
fax.hashCode ^
|
|
||||||
email.hashCode ^
|
|
||||||
facility.hashCode ^
|
|
||||||
remark.hashCode ^
|
|
||||||
tags.hashCode ^
|
|
||||||
event_name.hashCode ^
|
|
||||||
event_active.hashCode ^
|
|
||||||
hidden_location.hashCode ^
|
|
||||||
auto_checkin.hashCode ^
|
|
||||||
checkin_radius.hashCode ^
|
|
||||||
checkin_point.hashCode ^
|
|
||||||
buy_point.hashCode ^
|
|
||||||
evaluation_value.hashCode ^
|
|
||||||
shop_closed.hashCode ^
|
|
||||||
shop_shutdown.hashCode ^
|
|
||||||
opening_hours_mon.hashCode ^
|
|
||||||
opening_hours_tue.hashCode ^
|
|
||||||
opening_hours_wed.hashCode ^
|
|
||||||
opening_hours_thu.hashCode ^
|
|
||||||
opening_hours_fri.hashCode ^
|
|
||||||
opening_hours_sat.hashCode ^
|
|
||||||
opening_hours_sun.hashCode ^
|
|
||||||
parammeters.hashCode;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@ -1,45 +0,0 @@
|
|||||||
class AuthResponse {
|
|
||||||
final User user;
|
|
||||||
final String token;
|
|
||||||
|
|
||||||
AuthResponse({required this.user, required this.token});
|
|
||||||
|
|
||||||
factory AuthResponse.fromJson(Map<String, dynamic> json) {
|
|
||||||
return AuthResponse(
|
|
||||||
user: User.fromJson(json['user']),
|
|
||||||
token: json['token'],
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class User {
|
|
||||||
final int id;
|
|
||||||
final String email;
|
|
||||||
final bool isRogaining;
|
|
||||||
final String group;
|
|
||||||
final String zekkenNumber;
|
|
||||||
final String eventCode;
|
|
||||||
final String teamName;
|
|
||||||
|
|
||||||
User({
|
|
||||||
required this.id,
|
|
||||||
required this.email,
|
|
||||||
required this.isRogaining,
|
|
||||||
required this.group,
|
|
||||||
required this.zekkenNumber,
|
|
||||||
required this.eventCode,
|
|
||||||
required this.teamName,
|
|
||||||
});
|
|
||||||
|
|
||||||
factory User.fromJson(Map<String, dynamic> json) {
|
|
||||||
return User(
|
|
||||||
id: json['id'],
|
|
||||||
email: json['email'],
|
|
||||||
isRogaining: json['is_rogaining'],
|
|
||||||
group: json['group'],
|
|
||||||
zekkenNumber: json['zekken_number'],
|
|
||||||
eventCode: json['event_code'],
|
|
||||||
teamName: json['team_name'],
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -4,17 +4,18 @@ import 'package:flutter/material.dart';
|
|||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
import 'package:intl/intl.dart';
|
import 'package:intl/intl.dart';
|
||||||
import 'package:rogapp/model/destination.dart';
|
import 'package:rogapp/model/destination.dart';
|
||||||
import 'package:rogapp/model/location_response.dart';
|
|
||||||
import 'package:rogapp/pages/destination/destination_controller.dart';
|
import 'package:rogapp/pages/destination/destination_controller.dart';
|
||||||
import 'package:rogapp/pages/index/index_controller.dart';
|
import 'package:rogapp/pages/index/index_controller.dart';
|
||||||
import 'package:rogapp/services/external_service.dart';
|
import 'package:rogapp/services/external_service.dart';
|
||||||
|
|
||||||
class CameraPage extends StatelessWidget {
|
class CameraPage extends StatelessWidget {
|
||||||
Feature? destination;
|
Destination? destination;
|
||||||
CameraPage({Key? key, this.destination}) : super(key: key);
|
CameraPage({Key? key, this.destination}) : super(key: key);
|
||||||
DestinationController destinationController = Get.find<DestinationController>();
|
DestinationController destinationController = Get.find<DestinationController>();
|
||||||
IndexController indexController = Get.find<IndexController>();
|
IndexController indexController = Get.find<IndexController>();
|
||||||
|
|
||||||
|
var settingGoal = false.obs;
|
||||||
|
|
||||||
Timer? timer;
|
Timer? timer;
|
||||||
|
|
||||||
ImageProvider getFinishImage(){
|
ImageProvider getFinishImage(){
|
||||||
@ -22,7 +23,7 @@ class CameraPage extends StatelessWidget {
|
|||||||
return FileImage(destinationController.photos[0]);
|
return FileImage(destinationController.photos[0]);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
return AssetImage('assets/images/empty_image.png');
|
return const AssetImage('assets/images/empty_image.png');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -33,18 +34,23 @@ class CameraPage extends StatelessWidget {
|
|||||||
children: [
|
children: [
|
||||||
ElevatedButton(
|
ElevatedButton(
|
||||||
onPressed: (){
|
onPressed: (){
|
||||||
|
if(settingGoal.value ==false){
|
||||||
destinationController.openCamera(context);
|
destinationController.openCamera(context);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
child: Text("take_photo of the clock".tr)
|
child: Text("take_photo of the clock".tr)
|
||||||
),
|
),
|
||||||
Obx(() =>
|
Obx(() =>
|
||||||
destinationController.photos.isNotEmpty ?
|
destinationController.photos.isNotEmpty ?
|
||||||
|
settingGoal.value == false ?
|
||||||
ElevatedButton(
|
ElevatedButton(
|
||||||
style: ElevatedButton.styleFrom(
|
style: ElevatedButton.styleFrom(
|
||||||
primary: Colors.red
|
backgroundColor: Colors.red
|
||||||
),
|
),
|
||||||
onPressed: (){
|
onPressed: () async {
|
||||||
int user_id = indexController.currentUser[0]["user"]["id"];
|
settingGoal.value = true;
|
||||||
|
try{
|
||||||
|
int userId = indexController.currentUser[0]["user"]["id"];
|
||||||
//print("--- Pressed -----");
|
//print("--- Pressed -----");
|
||||||
String _team = indexController.currentUser[0]["user"]['team_name'];
|
String _team = indexController.currentUser[0]["user"]['team_name'];
|
||||||
//print("--- _team : ${_team}-----");
|
//print("--- _team : ${_team}-----");
|
||||||
@ -55,7 +61,7 @@ class CameraPage extends StatelessWidget {
|
|||||||
DateTime now = DateTime.now();
|
DateTime now = DateTime.now();
|
||||||
String formattedDate = DateFormat('yyyy-MM-dd HH:mm:ss').format(now);
|
String formattedDate = DateFormat('yyyy-MM-dd HH:mm:ss').format(now);
|
||||||
|
|
||||||
ExternalService().makeGoal(user_id, _token, _team, destinationController.photos[0].path, formattedDate, _event_code).then((value){
|
await ExternalService().makeGoal(userId, _token, _team, destinationController.photos[0].path, formattedDate, _event_code).then((value){
|
||||||
print("---called ext api ${value['status']} ------");
|
print("---called ext api ${value['status']} ------");
|
||||||
if(value['status'] == 'OK'){
|
if(value['status'] == 'OK'){
|
||||||
Get.back();
|
Get.back();
|
||||||
@ -68,9 +74,23 @@ class CameraPage extends StatelessWidget {
|
|||||||
Get.snackbar("目標が追加されていません", "please_try_again");
|
Get.snackbar("目標が追加されていません", "please_try_again");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
on Exception catch(_){
|
||||||
|
settingGoal.value = false;
|
||||||
|
}
|
||||||
|
finally{
|
||||||
|
settingGoal.value = false;
|
||||||
|
}
|
||||||
},
|
},
|
||||||
child:Text("finish_goal".tr)
|
child:Text("finish_goal".tr)
|
||||||
):
|
)
|
||||||
|
:
|
||||||
|
Container(
|
||||||
|
child: const Center(
|
||||||
|
child: CircularProgressIndicator(),
|
||||||
|
),
|
||||||
|
)
|
||||||
|
:
|
||||||
Container()
|
Container()
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
@ -85,14 +105,14 @@ class CameraPage extends StatelessWidget {
|
|||||||
onPressed: (){
|
onPressed: (){
|
||||||
destinationController.openCamera(context);
|
destinationController.openCamera(context);
|
||||||
},
|
},
|
||||||
child: destinationController.photos.length > 0 ? Text("再撮影") : Text("撮影")
|
child: destinationController.photos.isNotEmpty ? const Text("再撮影") : const Text("撮影")
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
Obx(() =>
|
Obx(() =>
|
||||||
destinationController.photos.isNotEmpty ?
|
destinationController.photos.isNotEmpty ?
|
||||||
ElevatedButton(
|
ElevatedButton(
|
||||||
style: ElevatedButton.styleFrom(
|
style: ElevatedButton.styleFrom(
|
||||||
primary: Colors.red
|
backgroundColor: Colors.red
|
||||||
),
|
),
|
||||||
onPressed: (){
|
onPressed: (){
|
||||||
print("##### current destination ${indexController.currentDestinationFeature[0].sub_loc_id} #######");
|
print("##### current destination ${indexController.currentDestinationFeature[0].sub_loc_id} #######");
|
||||||
@ -116,7 +136,7 @@ class CameraPage extends StatelessWidget {
|
|||||||
// }
|
// }
|
||||||
// });
|
// });
|
||||||
},
|
},
|
||||||
child: Text("チェックイン")
|
child: const Text("チェックイン")
|
||||||
):
|
):
|
||||||
Container()
|
Container()
|
||||||
)
|
)
|
||||||
@ -136,7 +156,7 @@ class CameraPage extends StatelessWidget {
|
|||||||
appBar:
|
appBar:
|
||||||
destinationController.is_in_rog.value && destinationController.rogaining_counted.value == true ?
|
destinationController.is_in_rog.value && destinationController.rogaining_counted.value == true ?
|
||||||
AppBar(
|
AppBar(
|
||||||
title: destination!.properties!.cp == -1 ?
|
title: destination!.cp == -1 ?
|
||||||
Text("finishing_rogaining".tr)
|
Text("finishing_rogaining".tr)
|
||||||
:
|
:
|
||||||
Text("cp_pls_take_photo".tr)
|
Text("cp_pls_take_photo".tr)
|
||||||
@ -146,7 +166,7 @@ class CameraPage extends StatelessWidget {
|
|||||||
onPressed: (){
|
onPressed: (){
|
||||||
Navigator.of(context).pop();
|
Navigator.of(context).pop();
|
||||||
destinationController.skip_10s = true;
|
destinationController.skip_10s = true;
|
||||||
timer = Timer.periodic(Duration(seconds: 10), (Timer t){
|
timer = Timer.periodic(const Duration(seconds: 10), (Timer t){
|
||||||
destinationController.skip_10s = false;
|
destinationController.skip_10s = false;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
@ -155,13 +175,13 @@ class CameraPage extends StatelessWidget {
|
|||||||
)
|
)
|
||||||
:
|
:
|
||||||
AppBar(
|
AppBar(
|
||||||
title: Text("チェックポイント"),
|
title: const Text("チェックポイント"),
|
||||||
),
|
),
|
||||||
body: Column(
|
body: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
||||||
children: [
|
children: [
|
||||||
Padding(
|
Padding(
|
||||||
padding: EdgeInsets.all(8.0),
|
padding: const EdgeInsets.all(8.0),
|
||||||
child: Center(
|
child: Center(
|
||||||
child: Obx(() =>
|
child: Obx(() =>
|
||||||
Container(
|
Container(
|
||||||
@ -206,14 +226,14 @@ class StartRogaining extends StatelessWidget {
|
|||||||
child: Column(
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
Text("You have not started rogaining yet.".tr, style: TextStyle(fontSize: 24)),
|
Text("You have not started rogaining yet.".tr, style: const TextStyle(fontSize: 24)),
|
||||||
SizedBox(height: 40.0,),
|
const SizedBox(height: 40.0,),
|
||||||
ElevatedButton(
|
ElevatedButton(
|
||||||
onPressed: (){
|
onPressed: (){
|
||||||
Get.back();
|
Get.back();
|
||||||
destinationController.skip_gps = false;
|
destinationController.skip_gps = false;
|
||||||
},
|
},
|
||||||
child: Text("Back"),
|
child: const Text("Back"),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
@ -239,14 +259,14 @@ class NotAtGoal extends StatelessWidget {
|
|||||||
child: Column(
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
Text("You have not reached the goal yet.".tr, style: TextStyle(fontSize: 24)),
|
Text("You have not reached the goal yet.".tr, style: const TextStyle(fontSize: 24)),
|
||||||
SizedBox(height: 40.0,),
|
const SizedBox(height: 40.0,),
|
||||||
ElevatedButton(
|
ElevatedButton(
|
||||||
onPressed: (){
|
onPressed: (){
|
||||||
Get.back();
|
Get.back();
|
||||||
destinationController.skip_gps = false;
|
destinationController.skip_gps = false;
|
||||||
},
|
},
|
||||||
child: Text("Back"),
|
child: const Text("Back"),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
import 'package:rogapp/pages/index/index_controller.dart';
|
import 'package:rogapp/pages/index/index_controller.dart';
|
||||||
import 'package:rogapp/routes/app_pages.dart';
|
|
||||||
|
|
||||||
class ChangePasswordPage extends StatelessWidget {
|
class ChangePasswordPage extends StatelessWidget {
|
||||||
ChangePasswordPage({Key? key}) : super(key: key);
|
ChangePasswordPage({Key? key}) : super(key: key);
|
||||||
@ -23,10 +22,10 @@ class ChangePasswordPage extends StatelessWidget {
|
|||||||
leading:
|
leading:
|
||||||
IconButton( onPressed: (){
|
IconButton( onPressed: (){
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
},icon:Icon(Icons.arrow_back_ios,size: 20,color: Colors.black,)),
|
},icon:const Icon(Icons.arrow_back_ios,size: 20,color: Colors.black,)),
|
||||||
),
|
),
|
||||||
body:
|
body:
|
||||||
Container(
|
SizedBox(
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
@ -37,13 +36,13 @@ class ChangePasswordPage extends StatelessWidget {
|
|||||||
Column(
|
Column(
|
||||||
children: [
|
children: [
|
||||||
Container(
|
Container(
|
||||||
child: Text("change_password".tr, style: TextStyle(fontSize: 24.0),),
|
child: Text("change_password".tr, style: const TextStyle(fontSize: 24.0),),
|
||||||
),
|
),
|
||||||
SizedBox(height: 30,),
|
const SizedBox(height: 30,),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
Padding(
|
Padding(
|
||||||
padding: EdgeInsets.symmetric(
|
padding: const EdgeInsets.symmetric(
|
||||||
horizontal: 40
|
horizontal: 40
|
||||||
),
|
),
|
||||||
child: Column(
|
child: Column(
|
||||||
@ -54,9 +53,9 @@ class ChangePasswordPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Padding(
|
Padding(
|
||||||
padding: EdgeInsets.symmetric(horizontal: 40),
|
padding: const EdgeInsets.symmetric(horizontal: 40),
|
||||||
child: Container(
|
child: Container(
|
||||||
padding: EdgeInsets.only(top: 3,left: 3),
|
padding: const EdgeInsets.only(top: 3,left: 3),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
borderRadius: BorderRadius.circular(40),
|
borderRadius: BorderRadius.circular(40),
|
||||||
),
|
),
|
||||||
@ -71,7 +70,7 @@ class ChangePasswordPage extends StatelessWidget {
|
|||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(40)
|
borderRadius: BorderRadius.circular(40)
|
||||||
),
|
),
|
||||||
child: CircularProgressIndicator(),
|
child: const CircularProgressIndicator(),
|
||||||
) :
|
) :
|
||||||
Column(
|
Column(
|
||||||
children: [
|
children: [
|
||||||
@ -83,9 +82,9 @@ class ChangePasswordPage extends StatelessWidget {
|
|||||||
Get.snackbar(
|
Get.snackbar(
|
||||||
"no_values".tr,
|
"no_values".tr,
|
||||||
"values_required".tr,
|
"values_required".tr,
|
||||||
icon: Icon(Icons.assistant_photo_outlined, size: 40.0, color: Colors.blue),
|
icon: const Icon(Icons.assistant_photo_outlined, size: 40.0, color: Colors.blue),
|
||||||
snackPosition: SnackPosition.TOP,
|
snackPosition: SnackPosition.TOP,
|
||||||
duration: Duration(milliseconds: 800),
|
duration: const Duration(milliseconds: 800),
|
||||||
backgroundColor: Colors.yellow,
|
backgroundColor: Colors.yellow,
|
||||||
//icon:Image(image:AssetImage("assets/images/dora.png"))
|
//icon:Image(image:AssetImage("assets/images/dora.png"))
|
||||||
);
|
);
|
||||||
@ -99,12 +98,12 @@ class ChangePasswordPage extends StatelessWidget {
|
|||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(40)
|
borderRadius: BorderRadius.circular(40)
|
||||||
),
|
),
|
||||||
child: Text("ログイン",style: TextStyle(
|
child: const Text("ログイン",style: TextStyle(
|
||||||
fontWeight: FontWeight.w600,fontSize: 16,color: Colors.white70
|
fontWeight: FontWeight.w600,fontSize: 16,color: Colors.white70
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: 10.0,),
|
const SizedBox(height: 10.0,),
|
||||||
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@ -112,8 +111,8 @@ class ChangePasswordPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
SizedBox(height: 20,),
|
const SizedBox(height: 20,),
|
||||||
Row(
|
const Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
|
|
||||||
@ -132,17 +131,17 @@ class ChangePasswordPage extends StatelessWidget {
|
|||||||
return Column(
|
return Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
Text(label,style:TextStyle(
|
Text(label,style:const TextStyle(
|
||||||
fontSize: 15,
|
fontSize: 15,
|
||||||
fontWeight: FontWeight.w400,
|
fontWeight: FontWeight.w400,
|
||||||
color: Colors.black87
|
color: Colors.black87
|
||||||
),),
|
),),
|
||||||
SizedBox(height: 5,),
|
const SizedBox(height: 5,),
|
||||||
TextField(
|
TextField(
|
||||||
controller: controller,
|
controller: controller,
|
||||||
obscureText: obsureText,
|
obscureText: obsureText,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
contentPadding: EdgeInsets.symmetric(vertical: 0,horizontal: 10),
|
contentPadding: const EdgeInsets.symmetric(vertical: 0,horizontal: 10),
|
||||||
enabledBorder: OutlineInputBorder(
|
enabledBorder: OutlineInputBorder(
|
||||||
borderSide: BorderSide(
|
borderSide: BorderSide(
|
||||||
color: (Colors.grey[400])!,
|
color: (Colors.grey[400])!,
|
||||||
@ -154,7 +153,7 @@ class ChangePasswordPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: 30.0,)
|
const SizedBox(height: 30.0,)
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
import 'package:rogapp/pages/destination/destination_controller.dart';
|
import 'package:rogapp/pages/destination/destination_controller.dart';
|
||||||
import 'package:rogapp/pages/index/index_controller.dart';
|
|
||||||
|
|
||||||
class DestinationBinding extends Bindings {
|
class DestinationBinding extends Bindings {
|
||||||
@override
|
@override
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
import 'dart:convert';
|
|
||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
|
|
||||||
import 'package:camera_camera/camera_camera.dart';
|
import 'package:camera_camera/camera_camera.dart';
|
||||||
@ -12,29 +9,24 @@ import 'package:geolocator/geolocator.dart';
|
|||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
import 'package:intl/intl.dart';
|
import 'package:intl/intl.dart';
|
||||||
import 'package:latlong2/latlong.dart';
|
import 'package:latlong2/latlong.dart';
|
||||||
import 'package:rogapp/model/Rogaining.dart';
|
|
||||||
import 'package:rogapp/model/destination.dart';
|
import 'package:rogapp/model/destination.dart';
|
||||||
import 'package:rogapp/pages/camera/camera_page.dart';
|
import 'package:rogapp/pages/camera/camera_page.dart';
|
||||||
import 'package:rogapp/pages/index/index_controller.dart';
|
import 'package:rogapp/pages/index/index_controller.dart';
|
||||||
import 'package:rogapp/routes/app_pages.dart';
|
import 'package:rogapp/routes/app_pages.dart';
|
||||||
import 'package:rogapp/services/action_service.dart';
|
|
||||||
import 'package:rogapp/services/destination_service.dart';
|
import 'package:rogapp/services/destination_service.dart';
|
||||||
import 'package:rogapp/services/external_service.dart';
|
import 'package:rogapp/services/external_service.dart';
|
||||||
import 'package:rogapp/services/location_line_service.dart';
|
|
||||||
import 'package:rogapp/services/location_service.dart';
|
import 'package:rogapp/services/location_service.dart';
|
||||||
import 'package:rogapp/services/maxtrix_service.dart';
|
import 'package:rogapp/services/maxtrix_service.dart';
|
||||||
import 'package:rogapp/services/perfecture_service.dart';
|
import 'package:rogapp/services/perfecture_service.dart';
|
||||||
import 'package:rogapp/services/reacking_service.dart';
|
|
||||||
import 'package:rogapp/utils/database_helper.dart';
|
import 'package:rogapp/utils/database_helper.dart';
|
||||||
import 'package:rogapp/widgets/bottom_sheet_new.dart';
|
import 'package:rogapp/widgets/bottom_sheet_new.dart';
|
||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
|
|
||||||
import 'package:rogapp/widgets/bottom_sheet_widget.dart';
|
|
||||||
import 'package:sqflite/sqlite_api.dart';
|
|
||||||
import 'package:modal_bottom_sheet/modal_bottom_sheet.dart';
|
import 'package:modal_bottom_sheet/modal_bottom_sheet.dart';
|
||||||
|
import 'package:shared_preferences/shared_preferences.dart';
|
||||||
|
import 'package:gallery_saver/gallery_saver.dart';
|
||||||
|
|
||||||
class DestinationController extends GetxController {
|
class DestinationController extends GetxController {
|
||||||
|
|
||||||
late LocationSettings locationSettings;
|
late LocationSettings locationSettings;
|
||||||
|
|
||||||
var destinationCount = 0.obs;
|
var destinationCount = 0.obs;
|
||||||
@ -51,7 +43,7 @@ class DestinationController extends GetxController {
|
|||||||
var is_at_start = false.obs;
|
var is_at_start = false.obs;
|
||||||
var is_at_goal = false.obs;
|
var is_at_goal = false.obs;
|
||||||
var is_photo_shoot = false.obs;
|
var is_photo_shoot = false.obs;
|
||||||
DateTime last_goal_at = DateTime.now().subtract(Duration(days:1));
|
DateTime last_goal_at = DateTime.now().subtract(const Duration(days: 1));
|
||||||
//List<Rogaining> rogainings = <Rogaining>[].obs;
|
//List<Rogaining> rogainings = <Rogaining>[].obs;
|
||||||
|
|
||||||
bool checking_in = false;
|
bool checking_in = false;
|
||||||
@ -61,11 +53,14 @@ class DestinationController extends GetxController {
|
|||||||
List<String> gps = <String>["-- stating --"].obs;
|
List<String> gps = <String>["-- stating --"].obs;
|
||||||
List<String> locationPermission = <String>[" -- starting -- "].obs;
|
List<String> locationPermission = <String>[" -- starting -- "].obs;
|
||||||
|
|
||||||
|
StreamSubscription<Position>? positionStream;
|
||||||
|
|
||||||
|
Timer? _GPStimer;
|
||||||
|
|
||||||
var travelMode = 0.obs;
|
var travelMode = 0.obs;
|
||||||
|
|
||||||
bool skip_gps = false;
|
bool skip_gps = false;
|
||||||
|
|
||||||
|
|
||||||
Map<String, dynamic> matrix = {};
|
Map<String, dynamic> matrix = {};
|
||||||
|
|
||||||
final photos = <File>[].obs;
|
final photos = <File>[].obs;
|
||||||
@ -83,7 +78,8 @@ class DestinationController extends GetxController {
|
|||||||
|
|
||||||
Destination festuretoDestination(GeoJsonFeature fs) {
|
Destination festuretoDestination(GeoJsonFeature fs) {
|
||||||
GeoJsonMultiPoint mp = fs.geometry as GeoJsonMultiPoint;
|
GeoJsonMultiPoint mp = fs.geometry as GeoJsonMultiPoint;
|
||||||
LatLng pt = LatLng(mp.geoSerie!.geoPoints[0].latitude, mp.geoSerie!.geoPoints[0].longitude);
|
LatLng pt = LatLng(mp.geoSerie!.geoPoints[0].latitude,
|
||||||
|
mp.geoSerie!.geoPoints[0].longitude);
|
||||||
|
|
||||||
//print("----- ${indexController.currentFeature[0].properties} -----");
|
//print("----- ${indexController.currentFeature[0].properties} -----");
|
||||||
|
|
||||||
@ -108,15 +104,14 @@ class DestinationController extends GetxController {
|
|||||||
buy_point: fs.properties!["buy_point"],
|
buy_point: fs.properties!["buy_point"],
|
||||||
selected: false,
|
selected: false,
|
||||||
checkedin: false,
|
checkedin: false,
|
||||||
hidden_location: fs.properties!["hidden_location"] == true ?1 : 0
|
hidden_location: fs.properties!["hidden_location"] == true ? 1 : 0);
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void startTimerLocation(GeoJsonFeature fs, double distance) {
|
void startTimerLocation(GeoJsonFeature fs, double distance) {
|
||||||
print("---- in startTimer ----");
|
print("---- in startTimer ----");
|
||||||
//skip_gps = true;
|
//skip_gps = true;
|
||||||
double checkin_radious = fs.properties!['checkin_radius'] ?? double.infinity;
|
double checkinRadious = fs.properties!['checkin_radius'] ?? double.infinity;
|
||||||
if(checkin_radious >= distance){
|
if (checkinRadious >= distance) {
|
||||||
indexController.currentFeature.clear();
|
indexController.currentFeature.clear();
|
||||||
Destination d = festuretoDestination(fs);
|
Destination d = festuretoDestination(fs);
|
||||||
for (Destination de in destinations) {
|
for (Destination de in destinations) {
|
||||||
@ -135,30 +130,34 @@ class DestinationController extends GetxController {
|
|||||||
print("=== passed dest is ${d.location_id} ${d.checkedin} ====");
|
print("=== passed dest is ${d.location_id} ${d.checkedin} ====");
|
||||||
skip_gps = true;
|
skip_gps = true;
|
||||||
print("---- in startTimer ----");
|
print("---- in startTimer ----");
|
||||||
double checkin_radious = d.checkin_radious ?? double.infinity;
|
double checkinRadious = d.checkin_radious ?? double.infinity;
|
||||||
bool auto_checkin = d.auto_checkin == 0 ? false : true;
|
bool autoCheckin = d.auto_checkin == 0 ? false : true;
|
||||||
bool location_already_checked_in = d.checkedin ?? false;
|
bool locationAlreadyCheckedIn = d.checkedin ?? false;
|
||||||
bool isUser_logged_in = indexController.currentUser.length > 0 ? true : false;
|
bool isuserLoggedIn = indexController.currentUser.isNotEmpty ? true : false;
|
||||||
//make current destination
|
//make current destination
|
||||||
print("---- checkin_radious ${checkin_radious} ----");
|
print("---- checkin_radious $checkinRadious ----");
|
||||||
print("---- distance ${distance} ----");
|
print("---- distance $distance ----");
|
||||||
if(checkin_radious >= distance){
|
if (checkinRadious >= distance) {
|
||||||
//currentSelectedDestinations.add(d);
|
//currentSelectedDestinations.add(d);
|
||||||
indexController.currentDestinationFeature.clear();
|
indexController.currentDestinationFeature.clear();
|
||||||
indexController.currentDestinationFeature.add(d);
|
indexController.currentDestinationFeature.add(d);
|
||||||
|
|
||||||
print("---- checked in as ${indexController.currentDestinationFeature[0].checkedin.toString()} ----");
|
print(
|
||||||
}
|
"---- checked in as ${indexController.currentDestinationFeature[0].checkedin.toString()} ----");
|
||||||
else {
|
} else {
|
||||||
skip_gps = false;
|
skip_gps = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_photo_shoot.value == true) {
|
if (is_photo_shoot.value == true) {
|
||||||
photos.clear();
|
photos.clear();
|
||||||
showModalBottomSheet(context: Get.context!, isScrollControlled: true,
|
showModalBottomSheet(
|
||||||
builder:((context) => CameraPage())
|
constraints: BoxConstraints.loose(Size(
|
||||||
).whenComplete((){
|
Get.width,
|
||||||
|
Get.height * 0.75)),
|
||||||
|
context: Get.context!,
|
||||||
|
isScrollControlled: true,
|
||||||
|
builder: ((context) => CameraPage())).whenComplete(() {
|
||||||
skip_gps = false;
|
skip_gps = false;
|
||||||
chekcs = 0;
|
chekcs = 0;
|
||||||
is_in_checkin.value = false;
|
is_in_checkin.value = false;
|
||||||
@ -177,23 +176,29 @@ class DestinationController extends GetxController {
|
|||||||
chekcs = 1;
|
chekcs = 1;
|
||||||
is_in_checkin.value = true;
|
is_in_checkin.value = true;
|
||||||
is_at_start.value = true;
|
is_at_start.value = true;
|
||||||
showModalBottomSheet(context: Get.context!, isScrollControlled: true,
|
showModalBottomSheet(
|
||||||
builder:((context) => BottomSheetNew())
|
constraints: BoxConstraints.loose(Size(
|
||||||
).whenComplete((){
|
Get.width,
|
||||||
|
Get.height * 0.75)),
|
||||||
|
context: Get.context!,
|
||||||
|
isScrollControlled: true,
|
||||||
|
builder: ((context) => BottomSheetNew())).whenComplete(() {
|
||||||
skip_gps = false;
|
skip_gps = false;
|
||||||
chekcs = 0;
|
chekcs = 0;
|
||||||
is_at_start.value = false;
|
is_at_start.value = false;
|
||||||
is_in_checkin.value = false;
|
is_in_checkin.value = false;
|
||||||
});
|
});
|
||||||
}
|
} else if (is_in_rog.value == true && indexController.rog_mode == 1) {
|
||||||
else if(is_in_rog.value == true && indexController.rog_mode == 1)
|
|
||||||
{
|
|
||||||
print("----- in location popup checkin cp - ${d.cp}----");
|
print("----- in location popup checkin cp - ${d.cp}----");
|
||||||
chekcs = 2;
|
chekcs = 2;
|
||||||
is_in_checkin.value = true;
|
is_in_checkin.value = true;
|
||||||
showModalBottomSheet(context: Get.context!, isScrollControlled: true,
|
showModalBottomSheet(
|
||||||
builder:((context) => BottomSheetNew())
|
constraints: BoxConstraints.loose(Size(
|
||||||
).whenComplete((){
|
Get.width,
|
||||||
|
Get.height * 0.75)),
|
||||||
|
context: Get.context!,
|
||||||
|
isScrollControlled: true,
|
||||||
|
builder: ((context) => BottomSheetNew())).whenComplete(() {
|
||||||
skip_gps = false;
|
skip_gps = false;
|
||||||
chekcs = 0;
|
chekcs = 0;
|
||||||
is_in_checkin.value = false;
|
is_in_checkin.value = false;
|
||||||
@ -202,43 +207,52 @@ class DestinationController extends GetxController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
print("---- location checkin radious ${d.checkin_radious} ----");
|
print("---- location checkin radious ${d.checkin_radious} ----");
|
||||||
print("---- already checked in ${location_already_checked_in} ----");
|
print("---- already checked in $locationAlreadyCheckedIn ----");
|
||||||
if(checkin_radious >= distance && location_already_checked_in == false && is_in_rog.value == true){
|
if (checkinRadious >= distance &&
|
||||||
if(auto_checkin){
|
locationAlreadyCheckedIn == false &&
|
||||||
|
is_in_rog.value == true) {
|
||||||
|
if (autoCheckin) {
|
||||||
if (!checking_in) {
|
if (!checking_in) {
|
||||||
print("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ make checkin ${d.sub_loc_id}@@@@@@@@@@@");
|
print(
|
||||||
|
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ make checkin ${d.sub_loc_id}@@@@@@@@@@@");
|
||||||
makeCheckin(d, true, "");
|
makeCheckin(d, true, "");
|
||||||
if (d.cp != -1) {
|
if (d.cp != -1) {
|
||||||
rogaining_counted.value = true;
|
rogaining_counted.value = true;
|
||||||
}
|
}
|
||||||
skip_gps = false;
|
skip_gps = false;
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
else{
|
|
||||||
print("--- hidden loc ${d.hidden_location} ----");
|
print("--- hidden loc ${d.hidden_location} ----");
|
||||||
// ask for checkin
|
// ask for checkin
|
||||||
if(d.hidden_location != null && d.hidden_location == 0 && is_in_rog.value == true && d.cp != -1){
|
if (d.hidden_location != null &&
|
||||||
|
d.hidden_location == 0 &&
|
||||||
|
is_in_rog.value == true &&
|
||||||
|
d.cp != -1) {
|
||||||
chekcs = 3;
|
chekcs = 3;
|
||||||
is_in_checkin.value = true;
|
is_in_checkin.value = true;
|
||||||
photos.clear();
|
photos.clear();
|
||||||
// showModalBottomSheet(context: Get.context!, isScrollControlled: true,
|
showModalBottomSheet(
|
||||||
// builder:((context) => CameraPage(destination: d,))
|
constraints: BoxConstraints.loose(Size(
|
||||||
// ).whenComplete((){
|
Get.width,
|
||||||
// skip_gps = false;
|
Get.height * 0.75)),
|
||||||
// rogaining_counted.value =true;
|
context: Get.context!,
|
||||||
// chekcs = 0;
|
isScrollControlled: true,
|
||||||
// is_in_checkin.value = false;
|
builder: ((context) => CameraPage(
|
||||||
// });
|
destination: d,
|
||||||
}
|
))).whenComplete(() {
|
||||||
else if(is_in_rog.value == true && d.cp != -1){
|
skip_gps = false;
|
||||||
|
rogaining_counted.value = true;
|
||||||
|
chekcs = 0;
|
||||||
|
is_in_checkin.value = false;
|
||||||
|
});
|
||||||
|
} else if (is_in_rog.value == true && d.cp != -1) {
|
||||||
chekcs = 4;
|
chekcs = 4;
|
||||||
is_in_checkin.value = true;
|
is_in_checkin.value = true;
|
||||||
showMaterialModalBottomSheet(
|
showMaterialModalBottomSheet(
|
||||||
expand: true,
|
expand: true,
|
||||||
context: Get.context!,
|
context: Get.context!,
|
||||||
backgroundColor: Colors.transparent,
|
backgroundColor: Colors.transparent,
|
||||||
builder: (context) => BottomSheetNew()
|
builder: (context) => BottomSheetNew()).whenComplete(() {
|
||||||
).whenComplete(() {
|
|
||||||
skip_gps = false;
|
skip_gps = false;
|
||||||
chekcs = 0;
|
chekcs = 0;
|
||||||
is_in_checkin.value = false;
|
is_in_checkin.value = false;
|
||||||
@ -251,15 +265,18 @@ class DestinationController extends GetxController {
|
|||||||
// is_in_checkin.value = false;
|
// is_in_checkin.value = false;
|
||||||
// });
|
// });
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
print("---- cp --- ${d.cp} -----");
|
print("---- cp --- ${d.cp} -----");
|
||||||
print("--- at goal ${is_at_goal} ---");
|
print("--- at goal $is_at_goal ---");
|
||||||
print("--- rog counted ${rogaining_counted} ---");
|
print("--- rog counted $rogaining_counted ---");
|
||||||
print("--- loc already checked in ${location_already_checked_in} ---");
|
print("--- loc already checked in $locationAlreadyCheckedIn ---");
|
||||||
print("==== date diff is ${DateTime.now().difference(last_goal_at).inHours} ====");
|
print(
|
||||||
if(isUser_logged_in && d.cp == -1 && location_already_checked_in && skip_10s == false){
|
"==== date diff is ${DateTime.now().difference(last_goal_at).inHours} ====");
|
||||||
|
if (isuserLoggedIn &&
|
||||||
|
d.cp == -1 &&
|
||||||
|
locationAlreadyCheckedIn &&
|
||||||
|
skip_10s == false) {
|
||||||
//check for rogaining
|
//check for rogaining
|
||||||
if (is_at_goal.value == false && rogaining_counted.value) {
|
if (is_at_goal.value == false && rogaining_counted.value) {
|
||||||
//goal
|
//goal
|
||||||
@ -267,22 +284,33 @@ class DestinationController extends GetxController {
|
|||||||
chekcs = 5;
|
chekcs = 5;
|
||||||
is_at_goal.value = true;
|
is_at_goal.value = true;
|
||||||
photos.clear();
|
photos.clear();
|
||||||
// showModalBottomSheet(context: Get.context!, isScrollControlled: true,
|
showModalBottomSheet(
|
||||||
// builder:((context) => CameraPage(destination: d,))
|
constraints: BoxConstraints.loose(Size(
|
||||||
// ).whenComplete((){
|
Get.width,
|
||||||
// skip_gps = false;
|
Get.height * 0.75)),
|
||||||
// chekcs = 0;
|
context: Get.context!,
|
||||||
// is_at_goal.value = false;
|
isScrollControlled: true,
|
||||||
// });
|
builder: ((context) => CameraPage(
|
||||||
}
|
destination: d,
|
||||||
else if(is_in_rog.value == false && indexController.rog_mode == 1 && DateTime.now().difference(last_goal_at).inHours >= 24){
|
))).whenComplete(() {
|
||||||
|
skip_gps = false;
|
||||||
|
chekcs = 0;
|
||||||
|
is_at_goal.value = false;
|
||||||
|
});
|
||||||
|
} else if (is_in_rog.value == false &&
|
||||||
|
indexController.rog_mode == 1 &&
|
||||||
|
DateTime.now().difference(last_goal_at).inHours >= 24) {
|
||||||
//start
|
//start
|
||||||
print("---- in start -----");
|
print("---- in start -----");
|
||||||
chekcs = 6;
|
chekcs = 6;
|
||||||
is_at_start.value = true;
|
is_at_start.value = true;
|
||||||
showModalBottomSheet(context: Get.context!, isScrollControlled: true,
|
showModalBottomSheet(
|
||||||
builder:((context) => BottomSheetNew())
|
constraints: BoxConstraints.loose(Size(
|
||||||
).whenComplete((){
|
Get.width,
|
||||||
|
Get.height * 0.75)),
|
||||||
|
context: Get.context!,
|
||||||
|
isScrollControlled: true,
|
||||||
|
builder: ((context) => BottomSheetNew())).whenComplete(() {
|
||||||
print("----- finished start -------");
|
print("----- finished start -------");
|
||||||
skip_gps = false;
|
skip_gps = false;
|
||||||
chekcs = 0;
|
chekcs = 0;
|
||||||
@ -290,7 +318,7 @@ class DestinationController extends GetxController {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
print("==== _chekcs ${chekcs} ====");
|
print("==== _chekcs $chekcs ====");
|
||||||
if (chekcs == 0) {
|
if (chekcs == 0) {
|
||||||
skip_gps = false;
|
skip_gps = false;
|
||||||
}
|
}
|
||||||
@ -306,8 +334,6 @@ class DestinationController extends GetxController {
|
|||||||
is_gps_selected.value = true;
|
is_gps_selected.value = true;
|
||||||
skip_gps = false;
|
skip_gps = false;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
_start = 0;
|
_start = 0;
|
||||||
chekcs = 0;
|
chekcs = 0;
|
||||||
rogaining_counted.value = false;
|
rogaining_counted.value = false;
|
||||||
@ -316,13 +342,13 @@ class DestinationController extends GetxController {
|
|||||||
int? _latgoal = await db.latestGoal();
|
int? _latgoal = await db.latestGoal();
|
||||||
if (_latgoal != null) {
|
if (_latgoal != null) {
|
||||||
last_goal_at = DateTime.fromMicrosecondsSinceEpoch(_latgoal);
|
last_goal_at = DateTime.fromMicrosecondsSinceEpoch(_latgoal);
|
||||||
print("===== last goal : ${last_goal_at} =====");
|
print("===== last goal : $last_goal_at =====");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
db.deleteAllDestinations().then((value) {
|
db.deleteAllDestinations().then((value) {
|
||||||
PopulateDestinations();
|
PopulateDestinations();
|
||||||
initGPS();
|
startGPSTimer();
|
||||||
|
//initGPS();
|
||||||
});
|
});
|
||||||
|
|
||||||
// currentSelectedDestinations.forEach((element) {
|
// currentSelectedDestinations.forEach((element) {
|
||||||
@ -339,45 +365,86 @@ class DestinationController extends GetxController {
|
|||||||
onFile: (file) {
|
onFile: (file) {
|
||||||
photos.add(file);
|
photos.add(file);
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
print("----image file is : ${file}----");
|
print("----image file is : $file----");
|
||||||
//setState(() {});
|
//setState(() {});
|
||||||
},
|
},
|
||||||
)));
|
)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void getRoutePoints() {
|
void getRoutePoints() {
|
||||||
indexController.routePoints = [];
|
indexController.routePoints = [];
|
||||||
indexController.routePointLenght.value = 0;
|
indexController.routePointLenght.value = 0;
|
||||||
DestinationService.getDestinationLine(destinations, matrix)?.then((value) {
|
DestinationService.getDestinationLine(destinations, matrix)?.then((value) {
|
||||||
indexController.routePoints = value;
|
indexController.routePoints = value;
|
||||||
indexController.routePointLenght.value = indexController.routePoints.length;
|
indexController.routePointLenght.value =
|
||||||
|
indexController.routePoints.length;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<Destination?> getDestinationForLatLong(double lat, double long) async {
|
Future<Destination?> getDestinationForLatLong(double lat, double long) async {
|
||||||
|
|
||||||
for (final d in destinations) {
|
for (final d in destinations) {
|
||||||
if (lat == d.lat && long == d.lon) {
|
if (lat == d.lat && long == d.lon) {
|
||||||
return d;
|
return d;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
void CallforCheckin(Destination d) {
|
||||||
|
bool autoCheckin = d.auto_checkin == 0 ? false : true;
|
||||||
|
if (autoCheckin) {
|
||||||
|
if (!checking_in) {
|
||||||
|
print(
|
||||||
|
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ make checkin ${d.sub_loc_id}@@@@@@@@@@@");
|
||||||
|
makeCheckin(d, true, "");
|
||||||
|
if (d.cp != -1) {
|
||||||
|
rogaining_counted.value = true;
|
||||||
|
}
|
||||||
|
skip_gps = false;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
print("--- hidden loc ${d.hidden_location} ----");
|
||||||
|
// ask for checkin
|
||||||
|
if (d.hidden_location != null &&
|
||||||
|
d.hidden_location == 0 &&
|
||||||
|
is_in_rog.value == true &&
|
||||||
|
d.cp != -1) {
|
||||||
|
chekcs = 3;
|
||||||
|
is_in_checkin.value = true;
|
||||||
|
photos.clear();
|
||||||
|
showModalBottomSheet(
|
||||||
|
constraints: BoxConstraints.loose(Size(
|
||||||
|
Get.width,
|
||||||
|
Get.height * 0.75)),
|
||||||
|
context: Get.context!,
|
||||||
|
isScrollControlled: true,
|
||||||
|
builder: ((context) => CameraPage(
|
||||||
|
destination: d,
|
||||||
|
))).whenComplete(() {
|
||||||
|
skip_gps = false;
|
||||||
|
rogaining_counted.value = true;
|
||||||
|
chekcs = 0;
|
||||||
|
is_in_checkin.value = false;
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
Get.snackbar("始まっていない", "ロゲイニングを始める必要があります");
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void checkForCheckin(double la, double ln) {
|
void checkForCheckin(double la, double ln) {
|
||||||
|
print("--- skip_gps ---- $skip_gps----");
|
||||||
print("--- skip_gps ---- ${skip_gps}----");
|
|
||||||
|
|
||||||
for (final d in destinations) {
|
for (final d in destinations) {
|
||||||
|
|
||||||
print("--- check checkin for--loc_id- ${d.sub_loc_id}----");
|
print("--- check checkin for--loc_id- ${d.sub_loc_id}----");
|
||||||
|
|
||||||
double lat = d.lat!;
|
double lat = d.lat!;
|
||||||
double lon = d.lon!;
|
double lon = d.lon!;
|
||||||
LatLng p = LatLng(lat, lon);
|
LatLng p = LatLng(lat, lon);
|
||||||
getDestinationForLatLong(lat, lon).then((value) {
|
getDestinationForLatLong(lat, lon).then((value) {
|
||||||
var distance = Distance();
|
var distance = const Distance();
|
||||||
double dist = distance.as(LengthUnit.Meter, LatLng(lat, lon), LatLng(la, ln));
|
double dist =
|
||||||
|
distance.as(LengthUnit.Meter, LatLng(lat, lon), LatLng(la, ln));
|
||||||
//double checkin_radious = value!.checkin_radious ?? double.infinity;
|
//double checkin_radious = value!.checkin_radious ?? double.infinity;
|
||||||
//bool auto_checkin = value.auto_checkin == 0 ? false : true;
|
//bool auto_checkin = value.auto_checkin == 0 ? false : true;
|
||||||
//bool location_already_checked_id = d.checkedin ?? false;
|
//bool location_already_checked_id = d.checkedin ?? false;
|
||||||
@ -392,36 +459,35 @@ class DestinationController extends GetxController {
|
|||||||
print("---- time with ${d.location_id} ----");
|
print("---- time with ${d.location_id} ----");
|
||||||
startTimer(d, dist);
|
startTimer(d, dist);
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (indexController.locations.isEmpty) return;
|
if (indexController.locations.isEmpty) return;
|
||||||
|
|
||||||
//check for location in bounds
|
//check for location in bounds
|
||||||
for (GeoJsonFeature fs in indexController.locations[0].collection) {
|
for (GeoJsonFeature fs in indexController.locations[0].collection) {
|
||||||
|
|
||||||
GeoJsonMultiPoint mp = fs.geometry as GeoJsonMultiPoint;
|
GeoJsonMultiPoint mp = fs.geometry as GeoJsonMultiPoint;
|
||||||
LatLng pt = LatLng(mp.geoSerie!.geoPoints[0].latitude, mp.geoSerie!.geoPoints[0].longitude);
|
LatLng pt = LatLng(mp.geoSerie!.geoPoints[0].latitude,
|
||||||
|
mp.geoSerie!.geoPoints[0].longitude);
|
||||||
|
|
||||||
double lat_fs = pt.latitude;
|
double latFs = pt.latitude;
|
||||||
double lon_fs = pt.longitude;
|
double lonFs = pt.longitude;
|
||||||
LatLng p_fs = LatLng(lat_fs, lon_fs);
|
LatLng pFs = LatLng(latFs, lonFs);
|
||||||
var distance_fs = Distance();
|
var distanceFs = const Distance();
|
||||||
double dist_fs = distance_fs.as(LengthUnit.Meter, LatLng(lat_fs, lon_fs), LatLng(la, ln));
|
double distFs =
|
||||||
|
distanceFs.as(LengthUnit.Meter, LatLng(latFs, lonFs), LatLng(la, ln));
|
||||||
|
|
||||||
if(dist_fs <= 250 && skip_gps == false){
|
if (distFs <= 250 && skip_gps == false) {
|
||||||
//near a location
|
//near a location
|
||||||
print("---- before call startTimerLocation ----");
|
print("---- before call startTimerLocation ----");
|
||||||
startTimerLocation(fs, dist_fs);
|
startTimerLocation(fs, distFs);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void addToRogaining(double lat, double lon, int destination_id) async {
|
void addToRogaining(double lat, double lon, int destinationId) async {
|
||||||
DatabaseHelper db = DatabaseHelper.instance;
|
DatabaseHelper db = DatabaseHelper.instance;
|
||||||
List<Destination> d = await db.getDestinationById(destination_id);
|
List<Destination> d = await db.getDestinationById(destinationId);
|
||||||
if (d.isEmpty) {
|
if (d.isEmpty) {
|
||||||
Destination df = festuretoDestination(indexController.currentFeature[0]);
|
Destination df = festuretoDestination(indexController.currentFeature[0]);
|
||||||
print("--- made checkin ${df.location_id} ----");
|
print("--- made checkin ${df.location_id} ----");
|
||||||
@ -430,23 +496,28 @@ class DestinationController extends GetxController {
|
|||||||
is_in_rog.value = true;
|
is_in_rog.value = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void makeCheckin(Destination destination, bool action, String imageurl) async {
|
void makeCheckin(
|
||||||
print("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ressssss ${destination.sub_loc_id}@@@@@@@@@@@");
|
Destination destination, bool action, String imageurl) async {
|
||||||
|
print(
|
||||||
|
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ressssss ${destination.sub_loc_id}@@@@@@@@@@@");
|
||||||
DatabaseHelper db = DatabaseHelper.instance;
|
DatabaseHelper db = DatabaseHelper.instance;
|
||||||
List<Destination> ddd = await db.getDestinationByLatLon(destination.lat!, destination.lon!);
|
List<Destination> ddd =
|
||||||
|
await db.getDestinationByLatLon(destination.lat!, destination.lon!);
|
||||||
|
|
||||||
if (ddd.isEmpty) {
|
if (ddd.isEmpty) {
|
||||||
destination.checkedin = true;
|
destination.checkedin = true;
|
||||||
await db.insertDestination(destination);
|
await db.insertDestination(destination);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
await GallerySaver.saveImage(imageurl);
|
||||||
|
|
||||||
PopulateDestinations();
|
PopulateDestinations();
|
||||||
|
|
||||||
/// post to NATNAT
|
/// post to NATNAT
|
||||||
if(indexController.currentUser.length > 0){
|
if (indexController.currentUser.isNotEmpty) {
|
||||||
double cp_num = destination.cp!;
|
double cpNum = destination.cp!;
|
||||||
|
|
||||||
int user_id = indexController.currentUser[0]["user"]["id"];
|
int userId = indexController.currentUser[0]["user"]["id"];
|
||||||
//print("--- Pressed -----");
|
//print("--- Pressed -----");
|
||||||
String _team = indexController.currentUser[0]["user"]['team_name'];
|
String _team = indexController.currentUser[0]["user"]['team_name'];
|
||||||
//print("--- _team : ${_team}-----");
|
//print("--- _team : ${_team}-----");
|
||||||
@ -457,12 +528,14 @@ class DestinationController extends GetxController {
|
|||||||
DateTime now = DateTime.now();
|
DateTime now = DateTime.now();
|
||||||
String formattedDate = DateFormat('yyyy-MM-dd HH:mm:ss').format(now);
|
String formattedDate = DateFormat('yyyy-MM-dd HH:mm:ss').format(now);
|
||||||
|
|
||||||
print("------ checkin event ${_event_code} ------");
|
print("------ checkin event $_event_code ------");
|
||||||
ExternalService().makeCheckpoint(user_id, _token, formattedDate, _team,cp_num.round(), _event_code, imageurl).then((value){
|
ExternalService()
|
||||||
print("------Ext service check point ${value} ------");
|
.makeCheckpoint(userId, _token, formattedDate, _team, cpNum.round(),
|
||||||
|
_event_code, imageurl)
|
||||||
|
.then((value) {
|
||||||
|
print("------Ext service check point $value ------");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void initGPS() {
|
void initGPS() {
|
||||||
@ -473,10 +546,10 @@ class DestinationController extends GetxController {
|
|||||||
|
|
||||||
if (defaultTargetPlatform == TargetPlatform.android) {
|
if (defaultTargetPlatform == TargetPlatform.android) {
|
||||||
locationSettings = AndroidSettings(
|
locationSettings = AndroidSettings(
|
||||||
accuracy: LocationAccuracy.bestForNavigation,
|
accuracy: LocationAccuracy.high,
|
||||||
distanceFilter: 0,
|
distanceFilter: 1,
|
||||||
forceLocationManager: true,
|
forceLocationManager: true,
|
||||||
intervalDuration: const Duration(seconds: 1),
|
intervalDuration: const Duration(seconds: 3),
|
||||||
//(Optional) Set foreground notification config to keep the app alive
|
//(Optional) Set foreground notification config to keep the app alive
|
||||||
//when going to the background
|
//when going to the background
|
||||||
foregroundNotificationConfig: const ForegroundNotificationConfig(
|
foregroundNotificationConfig: const ForegroundNotificationConfig(
|
||||||
@ -484,47 +557,49 @@ class DestinationController extends GetxController {
|
|||||||
"Example app will continue to receive your location even when you aren't using it",
|
"Example app will continue to receive your location even when you aren't using it",
|
||||||
notificationTitle: "Running in Background",
|
notificationTitle: "Running in Background",
|
||||||
enableWakeLock: true,
|
enableWakeLock: true,
|
||||||
)
|
));
|
||||||
);
|
} else if (defaultTargetPlatform == TargetPlatform.iOS ||
|
||||||
} else if (defaultTargetPlatform == TargetPlatform.iOS || defaultTargetPlatform == TargetPlatform.macOS) {
|
defaultTargetPlatform == TargetPlatform.macOS) {
|
||||||
locationSettings = AppleSettings(
|
locationSettings = AppleSettings(
|
||||||
accuracy: LocationAccuracy.bestForNavigation,
|
accuracy: LocationAccuracy.high,
|
||||||
activityType: ActivityType.fitness,
|
activityType: ActivityType.fitness,
|
||||||
distanceFilter: 0,
|
distanceFilter: 0,
|
||||||
pauseLocationUpdatesAutomatically: false,
|
pauseLocationUpdatesAutomatically: false,
|
||||||
// Only set to true if our app will be started up in the background.
|
// Only set to true if our app will be started up in the background.
|
||||||
showBackgroundLocationIndicator: true
|
showBackgroundLocationIndicator: true);
|
||||||
);
|
|
||||||
} else {
|
} else {
|
||||||
locationSettings = LocationSettings(
|
locationSettings = const LocationSettings(
|
||||||
accuracy: LocationAccuracy.high,
|
accuracy: LocationAccuracy.high,
|
||||||
distanceFilter: 0,
|
distanceFilter: 0,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
positionStream = Geolocator.getPositionStream(locationSettings: locationSettings)
|
||||||
StreamSubscription<Position> positionStream = Geolocator.getPositionStream(locationSettings: locationSettings).listen(
|
.listen((Position? position) {
|
||||||
|
|
||||||
(Position? position) {
|
|
||||||
current_lat = position != null ? position.latitude : 0;
|
current_lat = position != null ? position.latitude : 0;
|
||||||
current_lon = position != null ? position.longitude : 0;
|
current_lon = position != null ? position.longitude : 0;
|
||||||
|
|
||||||
print("==== gps skip is : ${skip_gps.toString()}, selected is ${is_gps_selected} , ${current_lat}");
|
indexController.current_lat = position != null ? position.latitude : 0;
|
||||||
|
current_lon = position != null ? position.longitude : 0;
|
||||||
|
|
||||||
|
print(
|
||||||
|
"==== gps skip is : ${skip_gps.toString()}, selected is $is_gps_selected , $current_lat");
|
||||||
|
|
||||||
if (is_gps_selected.value) {
|
if (is_gps_selected.value) {
|
||||||
double czoom = indexController.rogMapController!.zoom;
|
double czoom = indexController.rogMapController.zoom;
|
||||||
indexController.rogMapController!.move(LatLng(position!.latitude, position!.longitude), czoom);
|
indexController.rogMapController
|
||||||
|
.move(LatLng(position!.latitude, position.longitude), czoom);
|
||||||
//String user_id = indexController.currentUser[0]["user"]["id"].toString();
|
//String user_id = indexController.currentUser[0]["user"]["id"].toString();
|
||||||
//TrackingService.addTrack(user_id, position!.latitude, position.longitude).then((val){
|
//TrackingService.addTrack(user_id, position!.latitude, position.longitude).then((val){
|
||||||
//print("---- postion is ${position.latitude}, ${position.longitude}");
|
//print("---- postion is ${position.latitude}, ${position.longitude}");
|
||||||
gps.clear();
|
//gps.clear();
|
||||||
gps.add("-- lat : ${position.latitude}, lon : ${position.longitude} --");
|
//gps.add(
|
||||||
checkForCheckin(position!.latitude, position.longitude);
|
// "-- lat : ${position.latitude}, lon : ${position.longitude} --");
|
||||||
|
checkForCheckin(position.latitude, position.longitude);
|
||||||
print("--- call check checkin");
|
print("--- call check checkin");
|
||||||
print("---- skip gps is ${skip_gps.toString()} ----");
|
print("---- skip gps is ${skip_gps.toString()} ----");
|
||||||
//});
|
//});
|
||||||
|
|
||||||
}
|
}
|
||||||
//print(position == null ? 'Unknown' : 'current position is ${position.latitude.toString()}, ${position.longitude.toString()}');
|
//print(position == null ? 'Unknown' : 'current position is ${position.latitude.toString()}, ${position.longitude.toString()}');
|
||||||
});
|
});
|
||||||
@ -537,27 +612,90 @@ class DestinationController extends GetxController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void startGPSTimer() {
|
||||||
|
// If a timer is already running, we first cancel it
|
||||||
|
_GPStimer?.cancel();
|
||||||
|
|
||||||
|
// Start a new timer that fires every 3 seconds
|
||||||
|
_timer = Timer.periodic(Duration(seconds: 3), (timer) async {
|
||||||
|
Position position = await Geolocator.getCurrentPosition(desiredAccuracy: LocationAccuracy.high);
|
||||||
|
|
||||||
|
if (is_gps_selected.value) {
|
||||||
|
double czoom = indexController.rogMapController.zoom;
|
||||||
|
indexController.rogMapController
|
||||||
|
.move(LatLng(position.latitude, position.longitude), czoom);
|
||||||
|
checkForCheckin(position.latitude, position.longitude);
|
||||||
|
print("--- call check checkin");
|
||||||
|
print("---- skip gps is ${skip_gps.toString()} ----");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
void stopGPSTimer() {
|
||||||
|
_GPStimer?.cancel();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void onInit() async {
|
void onClose() {
|
||||||
|
positionStream?.cancel();
|
||||||
initGPS();
|
_GPStimer?.cancel();
|
||||||
|
super.onClose();
|
||||||
super.onInit();
|
super.onClose();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void onReady() {
|
void onInit() async {
|
||||||
|
//initGPS();
|
||||||
|
startGPSTimer();
|
||||||
|
super.onInit();
|
||||||
|
}
|
||||||
|
|
||||||
|
readUserToken() async{
|
||||||
|
final SharedPreferences prefs = await SharedPreferences.getInstance();
|
||||||
|
indexController.userToken = prefs.getString("user_token");
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void onReady() async {
|
||||||
|
await readUserToken();
|
||||||
|
final token = indexController.userToken;
|
||||||
|
if(token != null && token.isNotEmpty){
|
||||||
|
await indexController.loadUserDetailsForToken(token);
|
||||||
|
fixMapBound(token);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
Get.toNamed(AppPages.LOGIN)!.then((value) {
|
Get.toNamed(AppPages.LOGIN)!.then((value) {
|
||||||
if(indexController.currentUser.length > 0) {
|
if (indexController.currentUser.isNotEmpty) {
|
||||||
String _token = indexController.currentUser[0]["token"];
|
final tk = indexController.currentUser[0]["token"];
|
||||||
indexController.switchPage(AppPages.INITIAL);
|
fixMapBound(tk);
|
||||||
LocationService.getLocationsExt(_token).then((value) {
|
} else {
|
||||||
|
Get.toNamed(AppPages.TRAVEL);
|
||||||
|
PerfectureService.getSubExt("9").then((value) {
|
||||||
if (value != null) {
|
if (value != null) {
|
||||||
print("--- loc ext is - ${value} ----");
|
LatLngBounds bnds = LatLngBounds(
|
||||||
LatLngBounds bnds = LatLngBounds(LatLng(value[1], value[0]), LatLng(value[3], value[2]));
|
LatLng(value[1], value[0]), LatLng(value[3], value[2]));
|
||||||
print("--- bnds is - ${bnds} ----");
|
indexController.mapController
|
||||||
indexController.mapController!.fitBounds(
|
.fitBounds(bnds); //.centerZoomFitBounds(bnds);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
super.onReady();
|
||||||
|
}
|
||||||
|
|
||||||
|
void fixMapBound(String token) {
|
||||||
|
//String _token = indexController.currentUser[0]["token"];
|
||||||
|
indexController.switchPage(AppPages.INITIAL);
|
||||||
|
LocationService.getLocationsExt(token).then((value) {
|
||||||
|
if (value != null) {
|
||||||
|
print("--- loc ext is - $value ----");
|
||||||
|
LatLngBounds bnds = LatLngBounds(
|
||||||
|
LatLng(value[1], value[0]), LatLng(value[3], value[2]));
|
||||||
|
print("--- bnds is - $bnds ----");
|
||||||
|
indexController.mapController.fitBounds(
|
||||||
bnds,
|
bnds,
|
||||||
);
|
);
|
||||||
indexController.currentBound.clear();
|
indexController.currentBound.clear();
|
||||||
@ -566,21 +704,9 @@ class DestinationController extends GetxController {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
Get.toNamed(AppPages.TRAVEL);
|
|
||||||
PerfectureService.getSubExt("9").then((value){
|
|
||||||
if(value != null){
|
|
||||||
LatLngBounds bnds = LatLngBounds(LatLng(value[1], value[0]), LatLng(value[3], value[2]));
|
|
||||||
indexController.mapController!.fitBounds(bnds); //.centerZoomFitBounds(bnds);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
});
|
|
||||||
super.onReady();
|
|
||||||
}
|
|
||||||
|
|
||||||
void connectionChanged(String val) {
|
void connectionChanged(String val) {
|
||||||
print('----- %%%%%%%%%%%%%%%%%%%%% ----- ${val}');
|
print('----- %%%%%%%%%%%%%%%%%%%%% ----- $val');
|
||||||
Map<String, dynamic> _res = {};
|
Map<String, dynamic> _res = {};
|
||||||
if (val == "wifi" || val == "mobile") {
|
if (val == "wifi" || val == "mobile") {
|
||||||
String _token = indexController.currentUser[0]["token"];
|
String _token = indexController.currentUser[0]["token"];
|
||||||
@ -589,20 +715,30 @@ class DestinationController extends GetxController {
|
|||||||
value.forEach((e) async {
|
value.forEach((e) async {
|
||||||
if (e.rog_action_type == 0) {
|
if (e.rog_action_type == 0) {
|
||||||
_res = await ExternalService().StartRogaining();
|
_res = await ExternalService().StartRogaining();
|
||||||
}
|
} else if (e.rog_action_type == 1) {
|
||||||
else if(e.rog_action_type == 1){
|
var datetime = DateTime.fromMicrosecondsSinceEpoch(e.checkintime!);
|
||||||
var datetime = new DateTime.fromMicrosecondsSinceEpoch(e.checkintime!);
|
_res = await ExternalService().makeCheckpoint(
|
||||||
_res = await ExternalService().makeCheckpoint(e.user_id!, _token, getFormatedTime(datetime), e.team_name!, e.cp_number!, e.event_code!, e.image!);
|
e.user_id!,
|
||||||
}
|
_token,
|
||||||
else if(e.rog_action_type == 2){
|
getFormatedTime(datetime),
|
||||||
var datetime = new DateTime.fromMicrosecondsSinceEpoch(e.checkintime!);
|
e.team_name!,
|
||||||
_res = await ExternalService().makeGoal(e.user_id!, _token, e.team_name!, e.image!, getFormatedTime(datetime), e.event_code!);
|
e.cp_number!,
|
||||||
|
e.event_code!,
|
||||||
|
e.image!);
|
||||||
|
} else if (e.rog_action_type == 2) {
|
||||||
|
var datetime = DateTime.fromMicrosecondsSinceEpoch(e.checkintime!);
|
||||||
|
_res = await ExternalService().makeGoal(
|
||||||
|
e.user_id!,
|
||||||
|
_token,
|
||||||
|
e.team_name!,
|
||||||
|
e.image!,
|
||||||
|
getFormatedTime(datetime),
|
||||||
|
e.event_code!);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_res.isNotEmpty) {
|
if (_res.isNotEmpty) {
|
||||||
db.deleteRogaining(e.id!);
|
db.deleteRogaining(e.id!);
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@ -619,8 +755,8 @@ class DestinationController extends GetxController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Destination? destinationById(int id) {
|
Destination? destinationById(int id) {
|
||||||
Destination? d = null;
|
Destination? d;
|
||||||
print("--- target des - ${id} ----");
|
print("--- target des - $id ----");
|
||||||
for (Destination ss in destinations) {
|
for (Destination ss in destinations) {
|
||||||
print("--- des - ${ss.location_id} ----");
|
print("--- des - ${ss.location_id} ----");
|
||||||
if (ss.location_id == id) {
|
if (ss.location_id == id) {
|
||||||
@ -656,27 +792,26 @@ class DestinationController extends GetxController {
|
|||||||
// ---------- database ------------------///
|
// ---------- database ------------------///
|
||||||
|
|
||||||
void addDestinations(Destination dest) {
|
void addDestinations(Destination dest) {
|
||||||
|
print(
|
||||||
print('------ destination controller in add destination ${dest.checkin_radious} ---- :::::');
|
'------ destination controller in add destination ${dest.checkin_radious} ---- :::::');
|
||||||
|
|
||||||
DatabaseHelper db = DatabaseHelper.instance;
|
DatabaseHelper db = DatabaseHelper.instance;
|
||||||
db.getDestinationByLatLon(dest.lat!, dest.lon!).then((value) {
|
db.getDestinationByLatLon(dest.lat!, dest.lon!).then((value) {
|
||||||
if (value.isNotEmpty) {
|
if (value.isNotEmpty) {
|
||||||
db.deleteDestination(value[0].location_id!).then((value) {
|
db.deleteDestination(value[0].location_id!).then((value) {
|
||||||
db.insertDestination(dest).then((value) {
|
db.insertDestination(dest).then((value) {
|
||||||
print("----- destination controller deleted and inserted destination id $value ---- :::::");
|
print(
|
||||||
|
"----- destination controller deleted and inserted destination id $value ---- :::::");
|
||||||
PopulateDestinations();
|
PopulateDestinations();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
db.insertDestination(dest).then((value) {
|
db.insertDestination(dest).then((value) {
|
||||||
print("----- destination controller added as new ${value}--- :::::");
|
print("----- destination controller added as new $value--- :::::");
|
||||||
PopulateDestinations();
|
PopulateDestinations();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void toggleSelection(Destination dest) async {
|
void toggleSelection(Destination dest) async {
|
||||||
@ -703,7 +838,7 @@ class DestinationController extends GetxController {
|
|||||||
context: context,
|
context: context,
|
||||||
barrierDismissible: false,
|
barrierDismissible: false,
|
||||||
builder: (BuildContext context) {
|
builder: (BuildContext context) {
|
||||||
return Center(
|
return const Center(
|
||||||
child: CircularProgressIndicator(),
|
child: CircularProgressIndicator(),
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
@ -712,7 +847,7 @@ class DestinationController extends GetxController {
|
|||||||
void destinationMatrixFromCurrentPoint(List<Destination> points) {
|
void destinationMatrixFromCurrentPoint(List<Destination> points) {
|
||||||
buildShowDialog(Get.context!);
|
buildShowDialog(Get.context!);
|
||||||
MatrixService.getDestinations(points).then((mat) {
|
MatrixService.getDestinations(points).then((mat) {
|
||||||
print(" matrix is ------- ${mat}");
|
print(" matrix is ------- $mat");
|
||||||
matrix = mat;
|
matrix = mat;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
@ -720,56 +855,55 @@ class DestinationController extends GetxController {
|
|||||||
indexController.routePointLenght.value = 0;
|
indexController.routePointLenght.value = 0;
|
||||||
DestinationService.getDestinationLine(points, matrix)?.then((value) {
|
DestinationService.getDestinationLine(points, matrix)?.then((value) {
|
||||||
indexController.routePoints = value;
|
indexController.routePoints = value;
|
||||||
indexController.routePointLenght.value = indexController.routePoints.length;
|
indexController.routePointLenght.value =
|
||||||
Get.toNamed(AppPages.TRAVEL);
|
indexController.routePoints.length;
|
||||||
|
//Get.toNamed(AppPages.TRAVEL);
|
||||||
});
|
});
|
||||||
destinationCount.value = destinations.length;
|
destinationCount.value = destinations.length;
|
||||||
}
|
} catch (_) {
|
||||||
catch(_){
|
|
||||||
skip_gps = false;
|
skip_gps = false;
|
||||||
return;
|
return;
|
||||||
}
|
} finally {
|
||||||
finally{
|
|
||||||
Get.back();
|
Get.back();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
void PopulateDestinations() {
|
void PopulateDestinations() {
|
||||||
print("--------- destination controller populsting destinations ----------- ::::::");
|
print(
|
||||||
|
"--------- destination controller populsting destinations ----------- ::::::");
|
||||||
|
|
||||||
DatabaseHelper db = DatabaseHelper.instance;
|
DatabaseHelper db = DatabaseHelper.instance;
|
||||||
destinations.clear();
|
destinations.clear();
|
||||||
db.getDestinations().then((value) {
|
db.getDestinations().then((value) {
|
||||||
destinationCount.value = 0;
|
destinationCount.value = 0;
|
||||||
for (Destination d in value) {
|
for (Destination d in value) {
|
||||||
print("------ destination controller populating destination-------- ${d.checkedin}-------- :::::");
|
print(
|
||||||
|
"------ destination controller populating destination-------- ${d.checkedin}-------- :::::");
|
||||||
print("-----populated----- ${d.toMap()}");
|
print("-----populated----- ${d.toMap()}");
|
||||||
destinations.add(d);
|
destinations.add(d);
|
||||||
}
|
}
|
||||||
// destinationCount.value = 0;
|
// destinationCount.value = 0;
|
||||||
print("------ destination controller destinationcount-------- ${destinationCount}-------- :::::");
|
print(
|
||||||
|
"------ destination controller destinationcount-------- $destinationCount-------- :::::");
|
||||||
|
|
||||||
|
// MatrixService.getDestinations(value).then((mat){
|
||||||
|
// print(" matrix is ------- ${mat}");
|
||||||
|
// matrix = mat;
|
||||||
|
|
||||||
MatrixService.getDestinations(value).then((mat){
|
// try{
|
||||||
print(" matrix is ------- ${mat}");
|
// getRoutePoints();
|
||||||
matrix = mat;
|
// destinationCount.value = destinations.length;
|
||||||
|
// }
|
||||||
try{
|
// catch(_){
|
||||||
getRoutePoints();
|
// skip_gps = false;
|
||||||
destinationCount.value = destinations.length;
|
// return;
|
||||||
}
|
// }
|
||||||
catch(_){
|
|
||||||
skip_gps = false;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
// });
|
||||||
});
|
});
|
||||||
});
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void makeOrder(Destination d, int dir) {
|
void makeOrder(Destination d, int dir) {
|
||||||
DatabaseHelper db = DatabaseHelper.instance;
|
DatabaseHelper db = DatabaseHelper.instance;
|
||||||
db.updateOrder(d, dir).then((value) {
|
db.updateOrder(d, dir).then((value) {
|
||||||
@ -777,52 +911,42 @@ class DestinationController extends GetxController {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void makeNext(Destination pt) {
|
void makeNext(Destination pt) {
|
||||||
|
|
||||||
for (int i = 0; i <= destinations.length - 1; i++) {
|
for (int i = 0; i <= destinations.length - 1; i++) {
|
||||||
Destination p = destinations[i];
|
Destination p = destinations[i];
|
||||||
|
|
||||||
if (p.lat == pt.lat && p.lon == pt.lon) {
|
if (p.lat == pt.lat && p.lon == pt.lon) {
|
||||||
|
|
||||||
if (indexController.currentDestinationFeature.isNotEmpty) {
|
if (indexController.currentDestinationFeature.isNotEmpty) {
|
||||||
indexController.currentDestinationFeature.clear();
|
indexController.currentDestinationFeature.clear();
|
||||||
}
|
}
|
||||||
if (i >= destinations.length - 1) {
|
if (i >= destinations.length - 1) {
|
||||||
indexController.currentDestinationFeature.add(destinations[0]);
|
indexController.currentDestinationFeature.add(destinations[0]);
|
||||||
//getAction();
|
//getAction();
|
||||||
}
|
} else {
|
||||||
else{
|
|
||||||
indexController.currentDestinationFeature.add(destinations[i + 1]);
|
indexController.currentDestinationFeature.add(destinations[i + 1]);
|
||||||
//getAction();
|
//getAction();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void makePrevious(Destination pt) {
|
void makePrevious(Destination pt) {
|
||||||
|
|
||||||
for (int i = 0; i <= destinations.length - 1; i++) {
|
for (int i = 0; i <= destinations.length - 1; i++) {
|
||||||
Destination p = destinations[i];
|
Destination p = destinations[i];
|
||||||
|
|
||||||
if (p.lat == pt.lat && p.lon == pt.lon) {
|
if (p.lat == pt.lat && p.lon == pt.lon) {
|
||||||
|
|
||||||
if (indexController.currentDestinationFeature.isNotEmpty) {
|
if (indexController.currentDestinationFeature.isNotEmpty) {
|
||||||
indexController.currentDestinationFeature.clear();
|
indexController.currentDestinationFeature.clear();
|
||||||
}
|
}
|
||||||
if (i <= 0) {
|
if (i <= 0) {
|
||||||
indexController.currentDestinationFeature.add(destinations[destinations.length -1]);
|
indexController.currentDestinationFeature
|
||||||
|
.add(destinations[destinations.length - 1]);
|
||||||
//getAction();
|
//getAction();
|
||||||
}
|
} else {
|
||||||
else{
|
|
||||||
indexController.currentDestinationFeature.add(destinations[i - 1]);
|
indexController.currentDestinationFeature.add(destinations[i - 1]);
|
||||||
//getAction();
|
//getAction();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -1,20 +1,14 @@
|
|||||||
import 'dart:developer';
|
|
||||||
import 'dart:io';
|
|
||||||
|
|
||||||
import 'package:camera_camera/camera_camera.dart';
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:geolocator/geolocator.dart';
|
import 'package:geolocator/geolocator.dart';
|
||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
import 'package:latlong2/latlong.dart';
|
import 'package:latlong2/latlong.dart';
|
||||||
import 'package:rogapp/pages/camera/camera_page.dart';
|
|
||||||
import 'package:rogapp/pages/destination/destination_controller.dart';
|
import 'package:rogapp/pages/destination/destination_controller.dart';
|
||||||
import 'package:rogapp/pages/destination_map/destination_map_page.dart';
|
import 'package:rogapp/pages/destination_map/destination_map_page.dart';
|
||||||
import 'package:rogapp/pages/drawer/drawer_page.dart';
|
import 'package:rogapp/pages/drawer/drawer_page.dart';
|
||||||
import 'package:rogapp/pages/index/index_controller.dart';
|
import 'package:rogapp/pages/index/index_controller.dart';
|
||||||
import 'package:rogapp/routes/app_pages.dart';
|
import 'package:rogapp/routes/app_pages.dart';
|
||||||
import 'package:rogapp/services/external_service.dart';
|
|
||||||
import 'package:rogapp/widgets/destination_widget.dart';
|
import 'package:rogapp/widgets/destination_widget.dart';
|
||||||
import 'package:timeline_tile/timeline_tile.dart';
|
|
||||||
|
|
||||||
class DestnationPage extends StatelessWidget {
|
class DestnationPage extends StatelessWidget {
|
||||||
DestnationPage({Key? key}) : super(key: key);
|
DestnationPage({Key? key}) : super(key: key);
|
||||||
@ -32,13 +26,13 @@ class DestnationPage extends StatelessWidget {
|
|||||||
permission = await Geolocator.requestPermission();
|
permission = await Geolocator.requestPermission();
|
||||||
}
|
}
|
||||||
Position position = await Geolocator.getCurrentPosition(
|
Position position = await Geolocator.getCurrentPosition(
|
||||||
desiredAccuracy: LocationAccuracy.high);
|
desiredAccuracy: LocationAccuracy.high, forceAndroidLocationManager: true);
|
||||||
indexController.rogMapController?.move(LatLng(position.latitude, position.longitude), 14);
|
indexController.rogMapController.move(LatLng(position.latitude, position.longitude), 14);
|
||||||
}
|
}
|
||||||
|
|
||||||
Image getImage(int index){
|
Image getImage(int index){
|
||||||
if(destinationController.destinations[index].photos == null || destinationController.destinations[index].photos == ""){
|
if(destinationController.destinations[index].photos == null || destinationController.destinations[index].photos == ""){
|
||||||
return Image(image: AssetImage('assets/images/empty_image.png'));
|
return const Image(image: AssetImage('assets/images/empty_image.png'));
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
return Image(image: NetworkImage(destinationController.destinations[index].photos!));
|
return Image(image: NetworkImage(destinationController.destinations[index].photos!));
|
||||||
@ -48,21 +42,18 @@ class DestnationPage extends StatelessWidget {
|
|||||||
Widget getRoutingImage(int route){
|
Widget getRoutingImage(int route){
|
||||||
switch (route) {
|
switch (route) {
|
||||||
case 0:
|
case 0:
|
||||||
return Image(image: AssetImage('assets/images/p4_9_man.png'), width: 35.0,);
|
return const Image(image: AssetImage('assets/images/p4_9_man.png'), width: 35.0,);
|
||||||
case 1:
|
case 1:
|
||||||
return Image(image: AssetImage('assets/images/p4_8_car.png'), width: 35.0,);
|
return const Image(image: AssetImage('assets/images/p4_8_car.png'), width: 35.0,);
|
||||||
case 2:
|
case 2:
|
||||||
return Image(image: AssetImage('assets/images/p4_10_train.png'), width: 35.0,);
|
return const Image(image: AssetImage('assets/images/p4_10_train.png'), width: 35.0,);
|
||||||
default:
|
default:
|
||||||
return Image(image: AssetImage('assets/images/p4_9_man.png'), width: 35.0,);
|
return const Image(image: AssetImage('assets/images/p4_9_man.png'), width: 35.0,);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
final ColorScheme colorScheme = Theme.of(context).colorScheme;
|
|
||||||
final Color oddItemColor = colorScheme.primary.withOpacity(0.05);
|
|
||||||
final Color evenItemColor = colorScheme.primary.withOpacity(0.15);
|
|
||||||
return WillPopScope(
|
return WillPopScope(
|
||||||
onWillPop: () async {
|
onWillPop: () async {
|
||||||
indexController.switchPage(AppPages.INITIAL);
|
indexController.switchPage(AppPages.INITIAL);
|
||||||
@ -85,12 +76,12 @@ class DestnationPage extends StatelessWidget {
|
|||||||
children: [
|
children: [
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.only(top:30.0, bottom: 30),
|
padding: const EdgeInsets.only(top:30.0, bottom: 30),
|
||||||
child: Center(child: Text("select_travel_mode".tr, style: TextStyle(fontSize: 22.0, color:Colors.red, fontWeight:FontWeight.bold),),),
|
child: Center(child: Text("select_travel_mode".tr, style: const TextStyle(fontSize: 22.0, color:Colors.red, fontWeight:FontWeight.bold),),),
|
||||||
),
|
),
|
||||||
ListTile(
|
ListTile(
|
||||||
selected: destinationController.travelMode == 0 ? true : false,
|
selected: destinationController.travelMode == 0 ? true : false,
|
||||||
selectedTileColor: Colors.amber.shade200,
|
selectedTileColor: Colors.amber.shade200,
|
||||||
leading: Image(image: AssetImage('assets/images/p4_9_man.png'),),
|
leading: const Image(image: AssetImage('assets/images/p4_9_man.png'),),
|
||||||
title: Text("walking".tr),
|
title: Text("walking".tr),
|
||||||
onTap:(){
|
onTap:(){
|
||||||
destinationController.travelMode.value = 0;
|
destinationController.travelMode.value = 0;
|
||||||
@ -101,7 +92,7 @@ class DestnationPage extends StatelessWidget {
|
|||||||
ListTile(
|
ListTile(
|
||||||
selected: destinationController.travelMode == 1 ? true : false,
|
selected: destinationController.travelMode == 1 ? true : false,
|
||||||
selectedTileColor: Colors.amber.shade200,
|
selectedTileColor: Colors.amber.shade200,
|
||||||
leading: Image(image: AssetImage('assets/images/p4_8_car.png'),),
|
leading: const Image(image: AssetImage('assets/images/p4_8_car.png'),),
|
||||||
title: Text("driving".tr),
|
title: Text("driving".tr),
|
||||||
onTap:(){
|
onTap:(){
|
||||||
destinationController.travelMode.value = 1;
|
destinationController.travelMode.value = 1;
|
||||||
@ -149,9 +140,9 @@ class DestnationPage extends StatelessWidget {
|
|||||||
tooltip: 'Increment',
|
tooltip: 'Increment',
|
||||||
child: Obx(() =>
|
child: Obx(() =>
|
||||||
indexController.desination_mode == 1 ?
|
indexController.desination_mode == 1 ?
|
||||||
Image(image: AssetImage('assets/images/list2.png'))
|
const Image(image: AssetImage('assets/images/list2.png'))
|
||||||
:
|
:
|
||||||
Image(image: AssetImage('assets/images/map.png'))
|
const Image(image: AssetImage('assets/images/map.png'))
|
||||||
),
|
),
|
||||||
elevation: 4.0,
|
elevation: 4.0,
|
||||||
),
|
),
|
||||||
@ -170,12 +161,12 @@ class DestnationPage extends StatelessWidget {
|
|||||||
destinationController.is_at_goal == true ?
|
destinationController.is_at_goal == true ?
|
||||||
IconButton(
|
IconButton(
|
||||||
onPressed:(){Get.toNamed(AppPages.CAMERA_PAGE);},
|
onPressed:(){Get.toNamed(AppPages.CAMERA_PAGE);},
|
||||||
icon: Icon(Icons.assistant_photo),
|
icon: const Icon(Icons.assistant_photo),
|
||||||
)
|
)
|
||||||
:
|
:
|
||||||
IconButton(
|
IconButton(
|
||||||
onPressed:(){Get.toNamed(AppPages.CAMERA_PAGE);},
|
onPressed:(){Get.toNamed(AppPages.CAMERA_PAGE);},
|
||||||
icon: Icon(Icons.accessibility),
|
icon: const Icon(Icons.accessibility),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
// Obx(() =>
|
// Obx(() =>
|
||||||
@ -185,7 +176,7 @@ class DestnationPage extends StatelessWidget {
|
|||||||
ToggleButtons(
|
ToggleButtons(
|
||||||
disabledColor: Colors.grey.shade200,
|
disabledColor: Colors.grey.shade200,
|
||||||
selectedColor: Colors.red,
|
selectedColor: Colors.red,
|
||||||
children: <Widget>[
|
children: const <Widget>[
|
||||||
Icon(Icons.explore, size: 35.0,
|
Icon(Icons.explore, size: 35.0,
|
||||||
)],
|
)],
|
||||||
onPressed: (int index) {
|
onPressed: (int index) {
|
||||||
|
|||||||
@ -1,33 +1,26 @@
|
|||||||
|
|
||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter_map/plugin_api.dart';
|
import 'package:flutter_map/plugin_api.dart';
|
||||||
import 'package:flutter_map_location_marker/flutter_map_location_marker.dart';
|
import 'package:flutter_map_location_marker/flutter_map_location_marker.dart';
|
||||||
import 'package:flutter_map_marker_popup/flutter_map_marker_popup.dart';
|
import 'package:flutter_map_marker_popup/flutter_map_marker_popup.dart';
|
||||||
import 'package:flutter_map_tile_caching/flutter_map_tile_caching.dart';
|
|
||||||
import 'package:flutter_polyline_points/flutter_polyline_points.dart';
|
import 'package:flutter_polyline_points/flutter_polyline_points.dart';
|
||||||
import 'package:geojson/geojson.dart';
|
|
||||||
import 'package:geolocator/geolocator.dart';
|
|
||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
import 'package:latlong2/latlong.dart';
|
import 'package:latlong2/latlong.dart';
|
||||||
import 'package:rogapp/model/destination.dart';
|
import 'package:rogapp/model/destination.dart';
|
||||||
import 'package:rogapp/pages/destination/destination_controller.dart';
|
import 'package:rogapp/pages/destination/destination_controller.dart';
|
||||||
import 'package:rogapp/pages/index/index_controller.dart';
|
import 'package:rogapp/pages/index/index_controller.dart';
|
||||||
import 'package:rogapp/services/destination_service.dart';
|
|
||||||
import 'package:rogapp/utils/text_util.dart';
|
import 'package:rogapp/utils/text_util.dart';
|
||||||
import 'package:rogapp/widgets/base_layer_widget.dart';
|
import 'package:rogapp/widgets/base_layer_widget.dart';
|
||||||
import 'package:rogapp/widgets/bottom_sheet_new.dart';
|
import 'package:rogapp/widgets/bottom_sheet_new.dart';
|
||||||
import 'package:rogapp/widgets/bottom_sheet_widget.dart';
|
|
||||||
import 'package:rogapp/widgets/bread_crum_widget.dart';
|
|
||||||
|
|
||||||
|
|
||||||
class DestinationMapPage extends StatelessWidget {
|
class DestinationMapPage extends StatelessWidget {
|
||||||
DestinationMapPage({Key? key}) : super(key: key);
|
DestinationMapPage({Key? key}) : super(key: key);
|
||||||
|
|
||||||
final IndexController indexController = Get.find<IndexController>();
|
final IndexController indexController = Get.find<IndexController>();
|
||||||
|
|
||||||
final DestinationController destinationController = Get.find<DestinationController>();
|
final DestinationController destinationController =
|
||||||
|
Get.find<DestinationController>();
|
||||||
StreamSubscription? subscription;
|
StreamSubscription? subscription;
|
||||||
final PopupController _popupLayerController = PopupController();
|
final PopupController _popupLayerController = PopupController();
|
||||||
|
|
||||||
@ -46,29 +39,29 @@ class DestinationMapPage extends StatelessWidget {
|
|||||||
int index = -1;
|
int index = -1;
|
||||||
for (int i = 0; i < destinationController.destinations.length; i++) {
|
for (int i = 0; i < destinationController.destinations.length; i++) {
|
||||||
Destination d = destinationController.destinations[i];
|
Destination d = destinationController.destinations[i];
|
||||||
print("^^^^ ${d} ^^^^");
|
print("^^^^ $d ^^^^");
|
||||||
Marker m = Marker(
|
Marker m = Marker(
|
||||||
point: LatLng(d.lat!, d.lon!),
|
point: LatLng(d.lat!, d.lon!),
|
||||||
anchorPos: AnchorPos.align(AnchorAlign.center),
|
anchorPos: AnchorPos.align(AnchorAlign.center),
|
||||||
builder: (cts) {
|
builder: (cts) {
|
||||||
|
|
||||||
return InkWell(
|
return InkWell(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
print("-- Destination is --- ${d.name} ------");
|
print("-- Destination is --- ${d.name} ------");
|
||||||
if(d != null){
|
if (indexController.currentDestinationFeature.isNotEmpty) {
|
||||||
if(indexController.currentDestinationFeature.length > 0) {
|
|
||||||
indexController.currentDestinationFeature.clear();
|
indexController.currentDestinationFeature.clear();
|
||||||
}
|
}
|
||||||
indexController.currentDestinationFeature.add(d);
|
indexController.currentDestinationFeature.add(d);
|
||||||
//indexController.getAction();
|
//indexController.getAction();
|
||||||
|
|
||||||
showModalBottomSheet(context: Get.context!, isScrollControlled: true,
|
showModalBottomSheet(
|
||||||
builder:((context) => BottomSheetNew())
|
context: Get.context!,
|
||||||
).whenComplete((){
|
isScrollControlled: true,
|
||||||
|
constraints: BoxConstraints.loose(
|
||||||
|
Size(Get.width, Get.height * 0.75)),
|
||||||
|
builder: ((context) => BottomSheetNew())).whenComplete(() {
|
||||||
print("---- set skip gps to false -----");
|
print("---- set skip gps to false -----");
|
||||||
destinationController.skip_gps = false;
|
destinationController.skip_gps = false;
|
||||||
});
|
});
|
||||||
}
|
|
||||||
},
|
},
|
||||||
child: Row(
|
child: Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
@ -79,23 +72,31 @@ class DestinationMapPage extends StatelessWidget {
|
|||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: Colors.red,
|
color: Colors.red,
|
||||||
shape: BoxShape.circle,
|
shape: BoxShape.circle,
|
||||||
border: new Border.all(
|
border: Border.all(
|
||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
width: d.checkin_radious != null ? d.checkin_radious! : 1,
|
width:
|
||||||
|
d.checkin_radious != null ? d.checkin_radious! : 1,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
child: new Center(
|
child: Center(
|
||||||
child: new Text(
|
child: Text(
|
||||||
(i + 1).toString(),
|
(i + 1).toString(),
|
||||||
style: TextStyle(color: Colors.white),
|
style: const TextStyle(color: Colors.white),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
//Container( color: Colors.yellow, child: Text(TextUtils.getDisplayText(d), style: TextStyle(fontSize: 15.0, fontWeight: FontWeight.bold, overflow: TextOverflow.visible),)),
|
Container(
|
||||||
|
color: Colors.yellow,
|
||||||
|
child: Text(
|
||||||
|
TextUtils.getDisplayText(d),
|
||||||
|
style: const TextStyle(
|
||||||
|
fontSize: 15.0,
|
||||||
|
fontWeight: FontWeight.bold,
|
||||||
|
overflow: TextOverflow.visible),
|
||||||
|
)),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
pts.add(m);
|
pts.add(m);
|
||||||
@ -105,8 +106,7 @@ class DestinationMapPage extends StatelessWidget {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Obx((() =>
|
return Obx((() => Stack(
|
||||||
Stack(
|
|
||||||
children: [
|
children: [
|
||||||
// indexController.is_rog_mapcontroller_loaded.value == false ?
|
// indexController.is_rog_mapcontroller_loaded.value == false ?
|
||||||
// Center(child: CircularProgressIndicator())
|
// Center(child: CircularProgressIndicator())
|
||||||
@ -118,12 +118,10 @@ class DestinationMapPage extends StatelessWidget {
|
|||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.only(top: 0.0),
|
padding: const EdgeInsets.only(top: 0.0),
|
||||||
//child: TravelMap(),
|
//child: TravelMap(),
|
||||||
child:
|
child: TravelMap(),
|
||||||
TravelMap(),
|
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
)
|
)));
|
||||||
));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
FlutterMap TravelMap() {
|
FlutterMap TravelMap() {
|
||||||
@ -132,306 +130,48 @@ class DestinationMapPage extends StatelessWidget {
|
|||||||
options: MapOptions(
|
options: MapOptions(
|
||||||
onMapReady: () {
|
onMapReady: () {
|
||||||
indexController.is_rog_mapcontroller_loaded.value = true;
|
indexController.is_rog_mapcontroller_loaded.value = true;
|
||||||
subscription = indexController.rogMapController!.mapEventStream.listen((MapEvent mapEvent) {
|
subscription = indexController.rogMapController.mapEventStream
|
||||||
if (mapEvent is MapEventMoveStart) {
|
.listen((MapEvent mapEvent) {
|
||||||
}
|
if (mapEvent is MapEventMoveStart) {}
|
||||||
if (mapEvent is MapEventMoveEnd) {
|
if (mapEvent is MapEventMoveEnd) {
|
||||||
//destinationController.is_gps_selected.value = true;
|
//destinationController.is_gps_selected.value = true;
|
||||||
//indexController.mapController!.move(c.center, c.zoom);
|
//indexController.mapController!.move(c.center, c.zoom);
|
||||||
LatLngBounds bounds = indexController.rogMapController!.bounds!;
|
LatLngBounds bounds = indexController.rogMapController.bounds!;
|
||||||
indexController.currentBound.clear();
|
indexController.currentBound.clear();
|
||||||
indexController.currentBound.add(bounds);
|
indexController.currentBound.add(bounds);
|
||||||
if(indexController.currentUser.length <= 0){
|
if (indexController.currentUser.isEmpty) {
|
||||||
indexController.loadLocationsBound();
|
indexController.loadLocationsBound();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
bounds: indexController.currentBound.length > 0 ? indexController.currentBound[0]: LatLngBounds.fromPoints([LatLng(35.03999881162295, 136.40587119778962), LatLng(36.642756778706904, 137.95226720406063)]),
|
bounds: indexController.currentBound.isNotEmpty
|
||||||
|
? indexController.currentBound[0]
|
||||||
|
: LatLngBounds.fromPoints([
|
||||||
|
LatLng(35.03999881162295, 136.40587119778962),
|
||||||
|
LatLng(36.642756778706904, 137.95226720406063)
|
||||||
|
]),
|
||||||
zoom: 1,
|
zoom: 1,
|
||||||
maxZoom: 42,
|
maxZoom: 42,
|
||||||
interactiveFlags: InteractiveFlag.pinchZoom | InteractiveFlag.drag,
|
interactiveFlags: InteractiveFlag.pinchZoom | InteractiveFlag.drag,
|
||||||
),
|
),
|
||||||
children: [
|
children: [
|
||||||
BaseLayer(),
|
const BaseLayer(),
|
||||||
Obx(() =>
|
Obx(
|
||||||
indexController.routePointLenght > 0 ?
|
() => indexController.routePointLenght > 0
|
||||||
PolylineLayer(
|
? PolylineLayer(
|
||||||
polylines: [
|
polylines: [
|
||||||
Polyline(
|
Polyline(
|
||||||
points: getPoints()!,
|
points: getPoints()!,
|
||||||
strokeWidth: 6.0,
|
strokeWidth: 6.0,
|
||||||
color: Colors.indigo
|
color: Colors.indigo),
|
||||||
),
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
: Container(),
|
||||||
:
|
|
||||||
Container(),
|
|
||||||
),
|
),
|
||||||
CurrentLocationLayer(),
|
CurrentLocationLayer(),
|
||||||
MarkerLayer(
|
MarkerLayer(markers: getMarkers()!),
|
||||||
markers: getMarkers()!
|
|
||||||
),
|
|
||||||
],
|
],
|
||||||
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// class DestinationMapPage extends StatefulWidget {
|
|
||||||
// DestinationMapPage({ Key? key }) : super(key: key);
|
|
||||||
|
|
||||||
|
|
||||||
// @override
|
|
||||||
// State<DestinationMapPage> createState() => _DestinationMapPageState();
|
|
||||||
// }
|
|
||||||
|
|
||||||
//class _DestinationMapPageState extends State<DestinationMapPage> {
|
|
||||||
// final IndexController indexController = Get.find<IndexController>();
|
|
||||||
|
|
||||||
// final DestinationController destinationController = Get.find<DestinationController>();
|
|
||||||
// StreamSubscription? subscription;
|
|
||||||
// final PopupController _popupLayerController = PopupController();
|
|
||||||
|
|
||||||
// List<LatLng>? getPoints(List<PointLatLng> ptts){
|
|
||||||
// //print("##### --- route point ${indexController.routePoints.length}");
|
|
||||||
// List<LatLng> pts = [];
|
|
||||||
// for(PointLatLng p in ptts){
|
|
||||||
// LatLng l = LatLng(p.latitude, p.longitude);
|
|
||||||
// pts.add(l);
|
|
||||||
// }
|
|
||||||
// return pts;
|
|
||||||
// }
|
|
||||||
|
|
||||||
// String getDisplaytext(Destination dp){
|
|
||||||
// String txt = "";
|
|
||||||
// if(dp.cp! > 0){
|
|
||||||
// txt = "${dp.cp}";
|
|
||||||
// if(dp.checkin_point != null && dp.checkin_point! > 0){
|
|
||||||
// txt = txt + "{${dp.checkin_point}}";
|
|
||||||
// }
|
|
||||||
// if(dp.buy_point != null && dp.buy_point! > 0){
|
|
||||||
// txt = txt + "[${dp.buy_point}]";
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// return txt;
|
|
||||||
// }
|
|
||||||
|
|
||||||
// List<Marker>? getMarkers() {
|
|
||||||
// List<Marker> pts = [];
|
|
||||||
// int index = -1;
|
|
||||||
// for (int i = 0; i < destinationController.destinations.length; i++) {
|
|
||||||
// Destination d = destinationController.destinations[i];
|
|
||||||
// //for(Destination d in destinationController.destinations){
|
|
||||||
// //print("-----lat ${lat}, ----- lon ${lan}");
|
|
||||||
// Marker m = Marker(
|
|
||||||
// point: LatLng(d.lat!, d.lon!),
|
|
||||||
// anchorPos: AnchorPos.align(AnchorAlign.center),
|
|
||||||
// builder:(cts){
|
|
||||||
|
|
||||||
// return InkWell(
|
|
||||||
// onTap: (){
|
|
||||||
// print("-- Destination is --- ${d.name} ------");
|
|
||||||
// if(d != null){
|
|
||||||
// if(indexController.currentDestinationFeature.length > 0) {
|
|
||||||
// indexController.currentDestinationFeature.clear();
|
|
||||||
// }
|
|
||||||
// indexController.currentDestinationFeature.add(d);
|
|
||||||
// //indexController.getAction();
|
|
||||||
|
|
||||||
// showModalBottomSheet(context: context, isScrollControlled: true,
|
|
||||||
// //builder:((context) => BottomSheetWidget())
|
|
||||||
// builder:((context) => BottomSheetNew())
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
// child: Row(
|
|
||||||
// mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
||||||
// children: [
|
|
||||||
// Container(
|
|
||||||
// width:20,
|
|
||||||
// height:20,
|
|
||||||
// decoration: BoxDecoration(
|
|
||||||
// color: Colors.red,
|
|
||||||
// shape: BoxShape.circle,
|
|
||||||
// border: new Border.all(
|
|
||||||
// color: Colors.white,
|
|
||||||
// width: d.checkin_radious != null ? d.checkin_radious! : 1,
|
|
||||||
// ),
|
|
||||||
// ),
|
|
||||||
// child: new Center(
|
|
||||||
// child: new Text(
|
|
||||||
// (i + 1).toString(),
|
|
||||||
// style: TextStyle(color: Colors.white),
|
|
||||||
// ),
|
|
||||||
// ),
|
|
||||||
// ),
|
|
||||||
// Container( color: Colors.yellow, child: Text(getDisplaytext(d), style: TextStyle(fontSize: 15.0, fontWeight: FontWeight.bold, overflow: TextOverflow.visible),)),
|
|
||||||
// ],
|
|
||||||
// ),
|
|
||||||
// );
|
|
||||||
|
|
||||||
// //return Icon(Icons.pin_drop);
|
|
||||||
// // return IconButton(
|
|
||||||
// // onPressed: ()async {
|
|
||||||
// // Destination? fs = await destinationController.getDEstinationForLatLong(d.lat!, d.lon!);
|
|
||||||
// // print("-- Destination is --- ${fs!.name} ------");
|
|
||||||
// // if(fs != null){
|
|
||||||
// // if(indexController.currentDestinationFeature.length > 0) {
|
|
||||||
// // indexController.currentDestinationFeature.clear();
|
|
||||||
// // }
|
|
||||||
// // indexController.currentDestinationFeature.add(fs);
|
|
||||||
// // //indexController.getAction();
|
|
||||||
|
|
||||||
// // showModalBottomSheet(context: context, isScrollControlled: true,
|
|
||||||
// // //builder:((context) => BottomSheetWidget())
|
|
||||||
// // builder:((context) => BottomSheetNew())
|
|
||||||
// // );
|
|
||||||
// // }
|
|
||||||
// // },
|
|
||||||
// // icon: Container(
|
|
||||||
// // width: 60,
|
|
||||||
// // height: 60,
|
|
||||||
// // decoration: BoxDecoration(
|
|
||||||
// // borderRadius: BorderRadius.circular(d.checkin_radious ?? 0),
|
|
||||||
// // color: Colors.transparent,
|
|
||||||
// // border: BoxBorder()
|
|
||||||
// // ),
|
|
||||||
// // child: Icon(Icons.pin_drop)
|
|
||||||
// // )
|
|
||||||
// // );
|
|
||||||
|
|
||||||
// });
|
|
||||||
|
|
||||||
// pts.add(m);
|
|
||||||
// }
|
|
||||||
// return pts;
|
|
||||||
// }
|
|
||||||
|
|
||||||
// @override
|
|
||||||
// void initState() {
|
|
||||||
|
|
||||||
// //indexController.routePoints.clear();
|
|
||||||
// DestinationService.getDestinationLine(destinationController.destinations)?.then((value){
|
|
||||||
// //print("---- loading destination points ------ ${value}");
|
|
||||||
// setState(() {
|
|
||||||
// indexController.routePoints = value;
|
|
||||||
// });
|
|
||||||
// });
|
|
||||||
// super.initState();
|
|
||||||
// }
|
|
||||||
|
|
||||||
// void reload(){
|
|
||||||
// setState(() {
|
|
||||||
|
|
||||||
// });
|
|
||||||
// }
|
|
||||||
|
|
||||||
// @override
|
|
||||||
// Widget build(BuildContext context) {
|
|
||||||
// return Obx((() =>
|
|
||||||
// Stack(
|
|
||||||
// children: [
|
|
||||||
// indexController.is_rog_mapcontroller_loaded.value == false ?
|
|
||||||
// Center(child: CircularProgressIndicator())
|
|
||||||
// :
|
|
||||||
// BreadCrumbWidget(mapController:indexController.rogMapController),
|
|
||||||
// Padding(
|
|
||||||
// padding: const EdgeInsets.only(top:50.0),
|
|
||||||
// //child: TravelMap(),
|
|
||||||
// child:
|
|
||||||
// TravelMap(indexController.routePoints),
|
|
||||||
// ),
|
|
||||||
// // Positioned(
|
|
||||||
// // bottom: 200,
|
|
||||||
// // left: 10,
|
|
||||||
// // child: Container(
|
|
||||||
// // color: Colors.white,
|
|
||||||
// // child: Row(
|
|
||||||
// // children: [
|
|
||||||
// // Text(destinationController.gps[0]),
|
|
||||||
// // Text(destinationController.locationPermission[0])
|
|
||||||
// // ],
|
|
||||||
// // ),
|
|
||||||
// // )
|
|
||||||
// // ),
|
|
||||||
// ],
|
|
||||||
// )
|
|
||||||
// ));
|
|
||||||
// }
|
|
||||||
|
|
||||||
// FlutterMap TravelMap(List<PointLatLng> ptts) {
|
|
||||||
// return FlutterMap(
|
|
||||||
// options: MapOptions(
|
|
||||||
// onMapCreated: (c){
|
|
||||||
// indexController.rogMapController = c;
|
|
||||||
// indexController.rogMapController!.onReady.then((_) {
|
|
||||||
// indexController.is_rog_mapcontroller_loaded.value = true;
|
|
||||||
// subscription = indexController.rogMapController!.mapEventStream.listen((MapEvent mapEvent) {
|
|
||||||
// if (mapEvent is MapEventMoveStart) {
|
|
||||||
// //print(DateTime.now().toString() + ' [MapEventMoveStart] START');
|
|
||||||
// // do something
|
|
||||||
// }
|
|
||||||
// if (mapEvent is MapEventMoveEnd) {
|
|
||||||
// destinationController.isSelected.value = false;
|
|
||||||
// //print(DateTime.now().toString() + ' [MapEventMoveStart] END');
|
|
||||||
// //indexController.loadLocationsBound();
|
|
||||||
// }
|
|
||||||
// });
|
|
||||||
// });
|
|
||||||
// } ,
|
|
||||||
// bounds: indexController.currentBound.length > 0 ? indexController.currentBound[0]: LatLngBounds.fromPoints([LatLng(35.03999881162295, 136.40587119778962), LatLng(36.642756778706904, 137.95226720406063)]),
|
|
||||||
// zoom: 1,
|
|
||||||
// maxZoom: 42,
|
|
||||||
// interactiveFlags: InteractiveFlag.pinchZoom | InteractiveFlag.drag,
|
|
||||||
// //plugins: [LocationMarkerPlugin(),]
|
|
||||||
// ),
|
|
||||||
// children: [
|
|
||||||
// TileLayerWidget(
|
|
||||||
// options: TileLayerOptions(
|
|
||||||
// urlTemplate: 'https://cyberjapandata.gsi.go.jp/xyz/std/{z}/{x}/{y}.png',
|
|
||||||
// subdomains: ['a', 'b', 'c'],
|
|
||||||
// ),
|
|
||||||
// ),
|
|
||||||
// //Obx(() =>
|
|
||||||
// indexController.routePoints.length > 0 ?
|
|
||||||
// PolylineLayerWidget(
|
|
||||||
// options: PolylineLayerOptions(
|
|
||||||
// polylines: [
|
|
||||||
// Polyline(
|
|
||||||
// points: getPoints(ptts)!,
|
|
||||||
// strokeWidth: 6.0,
|
|
||||||
// color: Colors.indigo
|
|
||||||
// ),
|
|
||||||
// ],
|
|
||||||
// ),
|
|
||||||
// )
|
|
||||||
// :
|
|
||||||
// Container(),
|
|
||||||
// //),
|
|
||||||
// // PopupMarkerLayerWidget(
|
|
||||||
// // options: PopupMarkerLayerOptions(
|
|
||||||
// // popupController: _popupLayerController,
|
|
||||||
// // markers: _markers,
|
|
||||||
// // markerRotateAlignment:
|
|
||||||
// // PopupMarkerLayerOptions.rotationAlignmentFor(AnchorAlign.top),
|
|
||||||
// // popupBuilder: (BuildContext context, Marker marker) =>
|
|
||||||
|
|
||||||
// // examplePopup(marker),
|
|
||||||
// // ),
|
|
||||||
// // ),
|
|
||||||
// LocationMarkerLayerWidget(),
|
|
||||||
// MarkerLayerWidget(
|
|
||||||
// options: MarkerLayerOptions(
|
|
||||||
// markers: getMarkers()!
|
|
||||||
// ),
|
|
||||||
// ),
|
|
||||||
// ],
|
|
||||||
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
//}
|
|
||||||
@ -1,7 +1,6 @@
|
|||||||
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
import 'package:rogapp/pages/destination/destination_controller.dart';
|
|
||||||
import 'package:rogapp/pages/index/index_controller.dart';
|
import 'package:rogapp/pages/index/index_controller.dart';
|
||||||
import 'package:rogapp/routes/app_pages.dart';
|
import 'package:rogapp/routes/app_pages.dart';
|
||||||
import 'package:rogapp/services/auth_service.dart';
|
import 'package:rogapp/services/auth_service.dart';
|
||||||
@ -33,16 +32,16 @@ class DrawerPage extends StatelessWidget {
|
|||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.all(8.0),
|
padding: const EdgeInsets.all(8.0),
|
||||||
child:
|
child:
|
||||||
indexController.currentUser.length == 0 ?
|
indexController.currentUser.isEmpty ?
|
||||||
Flexible(child: Text("drawer_title".tr, style: TextStyle(color: Colors.black, fontSize: 20),))
|
Flexible(child: Text("drawer_title".tr, style: const TextStyle(color: Colors.black, fontSize: 20),))
|
||||||
:
|
:
|
||||||
Text(indexController.currentUser[0]['user']['email'], style: TextStyle(color: Colors.black, fontSize: 20),),
|
Text(indexController.currentUser[0]['user']['email'], style: const TextStyle(color: Colors.black, fontSize: 20),),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Obx(() =>
|
Obx(() =>
|
||||||
indexController.currentUser.length == 0 ?
|
indexController.currentUser.isEmpty ?
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: const Icon(Icons.login),
|
leading: const Icon(Icons.login),
|
||||||
title: Text("login".tr),
|
title: Text("login".tr),
|
||||||
@ -55,11 +54,11 @@ class DrawerPage extends StatelessWidget {
|
|||||||
title: Text("logout".tr),
|
title: Text("logout".tr),
|
||||||
onTap: (){
|
onTap: (){
|
||||||
indexController.logout();
|
indexController.logout();
|
||||||
Get.toNamed(AppPages.TRAVEL);
|
Get.toNamed(AppPages.LOGIN);
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
indexController.currentUser.length > 0 ?
|
indexController.currentUser.isNotEmpty ?
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: const Icon(Icons.password),
|
leading: const Icon(Icons.password),
|
||||||
title: Text("change_password".tr),
|
title: Text("change_password".tr),
|
||||||
@ -67,8 +66,8 @@ class DrawerPage extends StatelessWidget {
|
|||||||
Get.toNamed(AppPages.CHANGE_PASSWORD);
|
Get.toNamed(AppPages.CHANGE_PASSWORD);
|
||||||
},
|
},
|
||||||
) :
|
) :
|
||||||
Container(width: 0, height: 0,),
|
const SizedBox(width: 0, height: 0,),
|
||||||
indexController.currentUser.length == 0 ?
|
indexController.currentUser.isEmpty ?
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: const Icon(Icons.person),
|
leading: const Icon(Icons.person),
|
||||||
title: Text("sign_up".tr),
|
title: Text("sign_up".tr),
|
||||||
@ -76,8 +75,8 @@ class DrawerPage extends StatelessWidget {
|
|||||||
Get.toNamed(AppPages.REGISTER);
|
Get.toNamed(AppPages.REGISTER);
|
||||||
},
|
},
|
||||||
) :
|
) :
|
||||||
Container(width: 0, height: 0,),
|
const SizedBox(width: 0, height: 0,),
|
||||||
indexController.currentUser.length > 0 ?
|
indexController.currentUser.isNotEmpty ?
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: const Icon(Icons.delete_forever),
|
leading: const Icon(Icons.delete_forever),
|
||||||
title: Text("delete_account".tr),
|
title: Text("delete_account".tr),
|
||||||
@ -92,7 +91,7 @@ class DrawerPage extends StatelessWidget {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
) :
|
) :
|
||||||
Container(width: 0, height: 0,),
|
const SizedBox(width: 0, height: 0,),
|
||||||
// ListTile(
|
// ListTile(
|
||||||
// leading: const Icon(Icons.person),
|
// leading: const Icon(Icons.person),
|
||||||
// title: Text("profile".tr),
|
// title: Text("profile".tr),
|
||||||
@ -108,7 +107,7 @@ class DrawerPage extends StatelessWidget {
|
|||||||
// title: Text("point_rank".tr),
|
// title: Text("point_rank".tr),
|
||||||
// onTap: (){},
|
// onTap: (){},
|
||||||
// ),
|
// ),
|
||||||
indexController.currentUser.length > 0 ?
|
indexController.currentUser.isNotEmpty ?
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: const Icon(Icons.featured_video),
|
leading: const Icon(Icons.featured_video),
|
||||||
title: Text("rog_web".tr),
|
title: Text("rog_web".tr),
|
||||||
@ -116,7 +115,7 @@ class DrawerPage extends StatelessWidget {
|
|||||||
_launchURL("https://www.gifuai.net/?page_id=17397");
|
_launchURL("https://www.gifuai.net/?page_id=17397");
|
||||||
},
|
},
|
||||||
) :
|
) :
|
||||||
Container(width: 0, height: 0,),
|
const SizedBox(width: 0, height: 0,),
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: const Icon(Icons.privacy_tip),
|
leading: const Icon(Icons.privacy_tip),
|
||||||
title: Text("privacy".tr),
|
title: Text("privacy".tr),
|
||||||
|
|||||||
76
lib/pages/history/history_page.dart
Normal file
76
lib/pages/history/history_page.dart
Normal file
@ -0,0 +1,76 @@
|
|||||||
|
import 'dart:io';
|
||||||
|
|
||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:rogapp/model/destination.dart';
|
||||||
|
import 'package:rogapp/utils/database_helper.dart';
|
||||||
|
|
||||||
|
class HistoryPage extends StatefulWidget {
|
||||||
|
const HistoryPage({super.key});
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<HistoryPage> createState() => _HistoryPageState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _HistoryPageState extends State<HistoryPage> {
|
||||||
|
DatabaseHelper db = DatabaseHelper.instance;
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return Scaffold(
|
||||||
|
appBar: AppBar(
|
||||||
|
title: Text("History"),
|
||||||
|
),
|
||||||
|
body: SingleChildScrollView(
|
||||||
|
child: Column(
|
||||||
|
children: [
|
||||||
|
FutureBuilder(
|
||||||
|
future: db.getDestinations(),
|
||||||
|
builder: (BuildContext context,
|
||||||
|
AsyncSnapshot<List<Destination>> snapshot) {
|
||||||
|
if (snapshot.connectionState == ConnectionState.done) {
|
||||||
|
if (snapshot.hasError) {
|
||||||
|
return Center(
|
||||||
|
child: Text(
|
||||||
|
'${snapshot.error} occurred',
|
||||||
|
style: TextStyle(fontSize: 18),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
} else if (snapshot.hasData) {
|
||||||
|
final dests = snapshot.data;
|
||||||
|
if (dests!.length > 0) {
|
||||||
|
print("----- history -----");
|
||||||
|
return Container(
|
||||||
|
width: MediaQuery.of(context).size.width,
|
||||||
|
height: 150,
|
||||||
|
child: Expanded(
|
||||||
|
child: ListView.builder(
|
||||||
|
itemCount: dests.length,
|
||||||
|
itemBuilder: (ctx, index) {
|
||||||
|
return ListTile(
|
||||||
|
title: Text(dests[index].name ?? ""),
|
||||||
|
subtitle:
|
||||||
|
Text(dests[index].address ?? ""),
|
||||||
|
leading: dests[0].photos != null
|
||||||
|
? Container(width: 100, height: 100, child: Image.file(File(dests[0].photos!)))
|
||||||
|
: Container(),
|
||||||
|
);
|
||||||
|
}),
|
||||||
|
));
|
||||||
|
} else {
|
||||||
|
return Center(child: Text("No checkin yet"));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else if (snapshot.connectionState ==
|
||||||
|
ConnectionState.waiting) {
|
||||||
|
return Center(
|
||||||
|
child: CircularProgressIndicator(),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
return Container();
|
||||||
|
}),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -3,6 +3,8 @@ import 'package:get/get.dart';
|
|||||||
import 'package:rogapp/pages/search/search_page.dart';
|
import 'package:rogapp/pages/search/search_page.dart';
|
||||||
|
|
||||||
class HomePage extends GetView{
|
class HomePage extends GetView{
|
||||||
|
const HomePage({Key? key}) : super(key: key);
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
|
|||||||
@ -1,7 +1,5 @@
|
|||||||
|
|
||||||
import 'package:flutter_map/plugin_api.dart';
|
|
||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
import 'package:rogapp/pages/destination/destination_controller.dart';
|
|
||||||
import 'package:rogapp/pages/index/index_controller.dart';
|
import 'package:rogapp/pages/index/index_controller.dart';
|
||||||
|
|
||||||
class IndexBinding extends Bindings {
|
class IndexBinding extends Bindings {
|
||||||
|
|||||||
@ -20,6 +20,7 @@ import 'package:rogapp/services/cat_service.dart';
|
|||||||
import 'package:rogapp/services/location_service.dart';
|
import 'package:rogapp/services/location_service.dart';
|
||||||
import 'package:rogapp/services/perfecture_service.dart';
|
import 'package:rogapp/services/perfecture_service.dart';
|
||||||
import 'package:rogapp/utils/database_helper.dart';
|
import 'package:rogapp/utils/database_helper.dart';
|
||||||
|
import 'package:shared_preferences/shared_preferences.dart';
|
||||||
|
|
||||||
class IndexController extends GetxController {
|
class IndexController extends GetxController {
|
||||||
List<GeoJsonFeatureCollection> locations = <GeoJsonFeatureCollection>[].obs;
|
List<GeoJsonFeatureCollection> locations = <GeoJsonFeatureCollection>[].obs;
|
||||||
@ -39,6 +40,8 @@ class IndexController extends GetxController {
|
|||||||
List<PointLatLng> routePoints = <PointLatLng>[].obs;
|
List<PointLatLng> routePoints = <PointLatLng>[].obs;
|
||||||
var routePointLenght = 0.obs;
|
var routePointLenght = 0.obs;
|
||||||
|
|
||||||
|
double current_lat = 0.0, current_lon = 0.0;
|
||||||
|
|
||||||
var is_loading = false.obs;
|
var is_loading = false.obs;
|
||||||
|
|
||||||
var is_mapController_loaded = false.obs;
|
var is_mapController_loaded = false.obs;
|
||||||
@ -49,6 +52,8 @@ class IndexController extends GetxController {
|
|||||||
MapController mapController = MapController();
|
MapController mapController = MapController();
|
||||||
MapController rogMapController = MapController();
|
MapController rogMapController = MapController();
|
||||||
|
|
||||||
|
String? userToken;
|
||||||
|
|
||||||
var mode = 0.obs;
|
var mode = 0.obs;
|
||||||
|
|
||||||
// master mode, rog or selection
|
// master mode, rog or selection
|
||||||
@ -117,11 +122,12 @@ class IndexController extends GetxController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void onInit() {
|
void onInit() {
|
||||||
_ever = ever(rog_mode, (_) => print("$_ has been changed (ever)"));
|
_ever = ever(rog_mode, (_) => print("$_ has been changed (ever)"));
|
||||||
|
|
||||||
if(perfectures.length == 0){
|
if(perfectures.isEmpty){
|
||||||
PerfectureService.loadPerfectures().then((value){
|
PerfectureService.loadPerfectures().then((value){
|
||||||
perfectures.add(value);
|
perfectures.add(value);
|
||||||
loadAreaFor("9");
|
loadAreaFor("9");
|
||||||
@ -131,7 +137,6 @@ class IndexController extends GetxController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_connectivitySubscription = _connectivity.onConnectivityChanged.listen(_updateConnectionStatus);
|
_connectivitySubscription = _connectivity.onConnectivityChanged.listen(_updateConnectionStatus);
|
||||||
|
|
||||||
super.onInit();
|
super.onInit();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -191,46 +196,23 @@ List<LatLng> getLocationsList(){
|
|||||||
|
|
||||||
void login(String email, String password, BuildContext context) {
|
void login(String email, String password, BuildContext context) {
|
||||||
AuthService.login(email, password).then((value) {
|
AuthService.login(email, password).then((value) {
|
||||||
print("------- logged in user details ######## ${value} ###### --------");
|
print("------- logged in user details ######## $value ###### --------");
|
||||||
if (value.isNotEmpty) {
|
if (value.isNotEmpty) {
|
||||||
currentUser.clear();
|
|
||||||
currentUser.add(value);
|
|
||||||
is_loading.value = false;
|
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
loadUserDetails();
|
print("--------- user details login ----- $value");
|
||||||
loadLocationsBound();
|
changeUser(value);
|
||||||
cats.clear();
|
|
||||||
if(currentFeature.isNotEmpty){
|
|
||||||
getAction();
|
|
||||||
}
|
|
||||||
|
|
||||||
if(currentUser.length > 0){
|
|
||||||
rog_mode.value = 0 ;
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
rog_mode.value = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
if(rog_mode.value == 1){
|
|
||||||
switchPage(AppPages.TRAVEL);
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
switchPage(AppPages.INITIAL);
|
|
||||||
}
|
|
||||||
//Get.toNamed(AppPages.INITIAL);
|
|
||||||
} else {
|
} else {
|
||||||
is_loading.value = false;
|
is_loading.value = false;
|
||||||
Get.snackbar(
|
Get.snackbar(
|
||||||
"Failed",
|
"Failed",
|
||||||
"User login failed, please try again.",
|
"User login failed, please try again.",
|
||||||
icon: Icon(Icons.error, size: 40.0, color: Colors.blue),
|
icon: const Icon(Icons.error, size: 40.0, color: Colors.blue),
|
||||||
snackPosition: SnackPosition.TOP,
|
snackPosition: SnackPosition.TOP,
|
||||||
duration: Duration(milliseconds: 800),
|
duration: const Duration(milliseconds: 800),
|
||||||
backgroundColor: Colors.yellow,
|
backgroundColor: Colors.yellow,
|
||||||
//icon:Image(image:AssetImage("assets/images/dora.png"))
|
//icon:Image(image:AssetImage("assets/images/dora.png"))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -238,7 +220,7 @@ void login(String email, String password, BuildContext context){
|
|||||||
String _token = currentUser[0]['token'];
|
String _token = currentUser[0]['token'];
|
||||||
//print("------- change password ######## ${currentUser[0]['token']} ###### --------");
|
//print("------- change password ######## ${currentUser[0]['token']} ###### --------");
|
||||||
AuthService.changePassword(oldpassword, newpassword, _token).then((value){
|
AuthService.changePassword(oldpassword, newpassword, _token).then((value){
|
||||||
print("------- change password ######## ${value} ###### --------");
|
print("------- change password ######## $value ###### --------");
|
||||||
if(value.isNotEmpty){
|
if(value.isNotEmpty){
|
||||||
is_loading.value = false;
|
is_loading.value = false;
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
@ -252,9 +234,9 @@ void login(String email, String password, BuildContext context){
|
|||||||
Get.snackbar(
|
Get.snackbar(
|
||||||
'failed'.tr,
|
'failed'.tr,
|
||||||
'password_change_failed_please_try_again'.tr,
|
'password_change_failed_please_try_again'.tr,
|
||||||
icon: Icon(Icons.error, size: 40.0, color: Colors.blue),
|
icon: const Icon(Icons.error, size: 40.0, color: Colors.blue),
|
||||||
snackPosition: SnackPosition.TOP,
|
snackPosition: SnackPosition.TOP,
|
||||||
duration: Duration(milliseconds: 800),
|
duration: const Duration(milliseconds: 800),
|
||||||
backgroundColor: Colors.yellow,
|
backgroundColor: Colors.yellow,
|
||||||
//icon:Image(image:AssetImage("assets/images/dora.png"))
|
//icon:Image(image:AssetImage("assets/images/dora.png"))
|
||||||
);
|
);
|
||||||
@ -269,9 +251,7 @@ void login(String email, String password, BuildContext context){
|
|||||||
DatabaseHelper db = DatabaseHelper.instance;
|
DatabaseHelper db = DatabaseHelper.instance;
|
||||||
db.deleteAllDestinations().then((value){
|
db.deleteAllDestinations().then((value){
|
||||||
DestinationController destinationController = Get.find<DestinationController>();
|
DestinationController destinationController = Get.find<DestinationController>();
|
||||||
if(destinationController != null){
|
|
||||||
destinationController.PopulateDestinations();
|
destinationController.PopulateDestinations();
|
||||||
}
|
|
||||||
});
|
});
|
||||||
currentUser.clear();
|
currentUser.clear();
|
||||||
cats.clear();
|
cats.clear();
|
||||||
@ -291,9 +271,9 @@ void login(String email, String password, BuildContext context){
|
|||||||
Get.snackbar(
|
Get.snackbar(
|
||||||
'failed'.tr,
|
'failed'.tr,
|
||||||
'user_registration_failed_please_try_again'.tr,
|
'user_registration_failed_please_try_again'.tr,
|
||||||
icon: Icon(Icons.error, size: 40.0, color: Colors.blue),
|
icon: const Icon(Icons.error, size: 40.0, color: Colors.blue),
|
||||||
snackPosition: SnackPosition.TOP,
|
snackPosition: SnackPosition.TOP,
|
||||||
duration: Duration(milliseconds: 800),
|
duration: const Duration(milliseconds: 800),
|
||||||
backgroundColor: Colors.yellow,
|
backgroundColor: Colors.yellow,
|
||||||
//icon:Image(image:AssetImage("assets/images/dora.png"))
|
//icon:Image(image:AssetImage("assets/images/dora.png"))
|
||||||
);
|
);
|
||||||
@ -302,13 +282,13 @@ void login(String email, String password, BuildContext context){
|
|||||||
}
|
}
|
||||||
|
|
||||||
void makeAction(BuildContext context){
|
void makeAction(BuildContext context){
|
||||||
int user_id = currentUser[0]["user"]["id"] as int;
|
int userId = currentUser[0]["user"]["id"] as int;
|
||||||
int location_id = currentFeature[0].properties!["location_id"] as int;
|
int locationId = currentFeature[0].properties!["location_id"] as int;
|
||||||
bool wanttogo = currentAction[0][0]["wanttogo"];
|
bool wanttogo = currentAction[0][0]["wanttogo"];
|
||||||
bool like = currentAction[0][0]["like"];
|
bool like = currentAction[0][0]["like"];
|
||||||
bool checkin = currentAction[0][0]["checkin"];
|
bool checkin = currentAction[0][0]["checkin"];
|
||||||
if(user_id > 0){
|
if(userId > 0){
|
||||||
ActionService.makeAction(user_id, location_id, wanttogo, like, checkin).then((value){
|
ActionService.makeAction(userId, locationId, wanttogo, like, checkin).then((value){
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -316,7 +296,7 @@ void login(String email, String password, BuildContext context){
|
|||||||
|
|
||||||
String getCatText(){
|
String getCatText(){
|
||||||
String _cat = 'all'.tr;
|
String _cat = 'all'.tr;
|
||||||
if(currentUser.length > 0){
|
if(currentUser.isNotEmpty){
|
||||||
Map<String, dynamic> _urs = currentUser[0];
|
Map<String, dynamic> _urs = currentUser[0];
|
||||||
print('-- is_rogaining :-- ${_urs['user']['is_rogaining']} ------');
|
print('-- is_rogaining :-- ${_urs['user']['is_rogaining']} ------');
|
||||||
if(_urs['user']['is_rogaining'] == true){
|
if(_urs['user']['is_rogaining'] == true){
|
||||||
@ -331,8 +311,8 @@ void login(String email, String password, BuildContext context){
|
|||||||
|
|
||||||
void loadCatsv2(){
|
void loadCatsv2(){
|
||||||
dynamic initVal = {'category':getCatText()};
|
dynamic initVal = {'category':getCatText()};
|
||||||
LatLngBounds bounds = mapController!.bounds!;
|
LatLngBounds bounds = mapController.bounds!;
|
||||||
if(bounds.southEast != null && bounds.southWest != null && bounds.northEast != null && bounds.southEast != null ){
|
if(bounds.southWest != null && bounds.northEast != null ){
|
||||||
CatService.loadCats(bounds.southWest!.latitude, bounds.southWest!.longitude, bounds.northWest.latitude, bounds.northWest.longitude, bounds.northEast!.latitude, bounds.northEast!.longitude, bounds.southEast.latitude, bounds.southEast.longitude).then((value) {
|
CatService.loadCats(bounds.southWest!.latitude, bounds.southWest!.longitude, bounds.northWest.latitude, bounds.northWest.longitude, bounds.northEast!.latitude, bounds.northEast!.longitude, bounds.southEast.latitude, bounds.southEast.longitude).then((value) {
|
||||||
cats.clear();
|
cats.clear();
|
||||||
cats.add(initVal);
|
cats.add(initVal);
|
||||||
@ -347,8 +327,8 @@ void login(String email, String password, BuildContext context){
|
|||||||
|
|
||||||
void loadCatForCity(String city){
|
void loadCatForCity(String city){
|
||||||
dynamic initVal = {'category':getCatText()};
|
dynamic initVal = {'category':getCatText()};
|
||||||
LatLngBounds bounds = mapController!.bounds!;
|
LatLngBounds bounds = mapController.bounds!;
|
||||||
if(bounds.southEast != null && bounds.southWest != null && bounds.northEast != null && bounds.southEast != null ){
|
if(bounds.southWest != null && bounds.northEast != null ){
|
||||||
CatService.loadCatByCity(city).then((value) {
|
CatService.loadCatByCity(city).then((value) {
|
||||||
cats.clear();
|
cats.clear();
|
||||||
cats.add(initVal);
|
cats.add(initVal);
|
||||||
@ -393,12 +373,12 @@ void login(String email, String password, BuildContext context){
|
|||||||
}
|
}
|
||||||
|
|
||||||
void loadUserDetails(){
|
void loadUserDetails(){
|
||||||
if(currentUser.length > 0){
|
if(currentUser.isNotEmpty){
|
||||||
int user_id = currentUser[0]["user"]["id"] as int;
|
int userId = currentUser[0]["user"]["id"] as int;
|
||||||
AuthService.UserDetails(user_id).then((value){
|
AuthService.UserDetails(userId).then((value){
|
||||||
print("--------- user details ----- ${value}");
|
print("--------- user details ----- $value");
|
||||||
if(value != null && value.isNotEmpty){
|
if(value != null && value.isNotEmpty){
|
||||||
bool paid = value![0]["paid"] as bool;
|
bool paid = value[0]["paid"] as bool;
|
||||||
if(paid){
|
if(paid){
|
||||||
loadCustomAreas();
|
loadCustomAreas();
|
||||||
}
|
}
|
||||||
@ -407,11 +387,63 @@ void login(String email, String password, BuildContext context){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void saveToDevice(String val) async {
|
||||||
|
final SharedPreferences prefs = await SharedPreferences.getInstance();
|
||||||
|
await prefs.setString("user_token", val);
|
||||||
|
}
|
||||||
|
|
||||||
|
void changeUser(Map<String, dynamic> value, {bool replace = true}) {
|
||||||
|
print("---- change user to ${value} -----");
|
||||||
|
currentUser.clear();
|
||||||
|
currentUser.add(value);
|
||||||
|
if(replace){
|
||||||
|
saveToDevice(currentUser[0]["token"]);
|
||||||
|
}
|
||||||
|
is_loading.value = false;
|
||||||
|
loadUserDetails();
|
||||||
|
loadLocationsBound();
|
||||||
|
cats.clear();
|
||||||
|
if (currentFeature.isNotEmpty) {
|
||||||
|
getAction();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (currentUser.isNotEmpty) {
|
||||||
|
rog_mode.value = 0;
|
||||||
|
} else {
|
||||||
|
rog_mode.value = 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (rog_mode.value == 1) {
|
||||||
|
switchPage(AppPages.TRAVEL);
|
||||||
|
} else {
|
||||||
|
switchPage(AppPages.INITIAL);
|
||||||
|
}
|
||||||
|
//Get.toNamed(AppPages.INITIAL);
|
||||||
|
}
|
||||||
|
|
||||||
|
loadUserDetailsForToken(String token) async {
|
||||||
|
AuthService.userForToken(token).then((value) {
|
||||||
|
print("----token val-- $value ------");
|
||||||
|
if(value![0]["user"].isEmpty){
|
||||||
|
Get.toNamed(AppPages.LOGIN);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
changeUser(value[0], replace:false);
|
||||||
|
print("--------- user details ----- $value");
|
||||||
|
// if (value != null && value.isNotEmpty) {
|
||||||
|
// bool paid = value[0]["paid"] as bool;
|
||||||
|
// if (paid) {
|
||||||
|
// loadCustomAreas();
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
void loadCustomAreas(){
|
void loadCustomAreas(){
|
||||||
customAreas.clear();
|
customAreas.clear();
|
||||||
PerfectureService.loadCustomAreas().then((value){
|
PerfectureService.loadCustomAreas().then((value){
|
||||||
print("--- loading custom areas ${value}");
|
print("--- loading custom areas $value");
|
||||||
customAreas.add(value);
|
customAreas.add(value);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@ -429,7 +461,7 @@ void login(String email, String password, BuildContext context){
|
|||||||
|
|
||||||
String getSubInitialVal(){
|
String getSubInitialVal(){
|
||||||
int min = 0;
|
int min = 0;
|
||||||
if(subPerfs.length > 0){
|
if(subPerfs.isNotEmpty){
|
||||||
min = int.parse(subPerfs[0][0]['id'].toString());
|
min = int.parse(subPerfs[0][0]['id'].toString());
|
||||||
for(var sub in subPerfs[0]){
|
for(var sub in subPerfs[0]){
|
||||||
int x = int.parse(sub['id'].toString()); // as int;
|
int x = int.parse(sub['id'].toString()); // as int;
|
||||||
@ -469,16 +501,16 @@ void login(String email, String password, BuildContext context){
|
|||||||
if(currentCat.isNotEmpty && currentCat[0] == "-all-"){
|
if(currentCat.isNotEmpty && currentCat[0] == "-all-"){
|
||||||
cat = "";
|
cat = "";
|
||||||
}
|
}
|
||||||
print("----- ${customarea}");
|
print("----- $customarea");
|
||||||
LocationService.loadCustomLocations(customarea, cat).then((value){
|
LocationService.loadCustomLocations(customarea, cat).then((value){
|
||||||
locations.clear();
|
locations.clear();
|
||||||
locations.add(value!);
|
locations.add(value!);
|
||||||
List<LatLng> locs = getLocationsList();
|
List<LatLng> locs = getLocationsList();
|
||||||
LatLngBounds bounds = boundsFromLatLngList(locs);
|
LatLngBounds bounds = boundsFromLatLngList(locs);
|
||||||
mapController!.fitBounds(bounds);
|
mapController.fitBounds(bounds);
|
||||||
setBound(bounds);
|
setBound(bounds);
|
||||||
Future.delayed(Duration(microseconds: 400), () {
|
Future.delayed(const Duration(microseconds: 400), () {
|
||||||
mapController!.fitBounds(bounds);
|
mapController.fitBounds(bounds);
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
@ -493,33 +525,33 @@ void login(String email, String password, BuildContext context){
|
|||||||
if(currentCat.isNotEmpty && currentCat[0] == "-all-"){
|
if(currentCat.isNotEmpty && currentCat[0] == "-all-"){
|
||||||
cat = "";
|
cat = "";
|
||||||
}
|
}
|
||||||
LatLngBounds bounds = mapController!.bounds!;
|
LatLngBounds bounds = mapController.bounds!;
|
||||||
currentBound.clear();
|
currentBound.clear();
|
||||||
currentBound.add(bounds);
|
currentBound.add(bounds);
|
||||||
//print(currentCat);
|
//print(currentCat);
|
||||||
if(bounds.southEast != null && bounds.southWest != null && bounds.northEast != null && bounds.southEast != null ){
|
if(bounds.southWest != null && bounds.northEast != null ){
|
||||||
LocationService.loadLocationsBound(bounds.southWest!.latitude, bounds.southWest!.longitude, bounds.northWest.latitude, bounds.northWest.longitude, bounds.northEast!.latitude, bounds.northEast!.longitude, bounds.southEast.latitude, bounds.southEast.longitude, cat).then((value){
|
LocationService.loadLocationsBound(bounds.southWest!.latitude, bounds.southWest!.longitude, bounds.northWest.latitude, bounds.northWest.longitude, bounds.northEast!.latitude, bounds.northEast!.longitude, bounds.southEast.latitude, bounds.southEast.longitude, cat).then((value){
|
||||||
//print("---value length ------ ${value!.collection.length}");
|
//print("---value length ------ ${value!.collection.length}");
|
||||||
if(value == null){
|
if(value == null){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(value != null && value.collection.isEmpty){
|
if(value.collection.isEmpty){
|
||||||
if(showPopup == false) {
|
if(showPopup == false) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Get.snackbar(
|
Get.snackbar(
|
||||||
"Too many Points",
|
"Too many Points",
|
||||||
"please zoom in",
|
"please zoom in",
|
||||||
icon: Icon(Icons.assistant_photo_outlined, size: 40.0, color: Colors.blue),
|
icon: const Icon(Icons.assistant_photo_outlined, size: 40.0, color: Colors.blue),
|
||||||
snackPosition: SnackPosition.TOP,
|
snackPosition: SnackPosition.TOP,
|
||||||
duration: Duration(milliseconds: 800),
|
duration: const Duration(milliseconds: 800),
|
||||||
backgroundColor: Colors.yellow,
|
backgroundColor: Colors.yellow,
|
||||||
//icon:Image(image:AssetImage("assets/images/dora.png"))
|
//icon:Image(image:AssetImage("assets/images/dora.png"))
|
||||||
);
|
);
|
||||||
showPopup = false;
|
showPopup = false;
|
||||||
//Get.showSnackbar(GetSnackBar(message: "Too many points, please zoom in",));
|
//Get.showSnackbar(GetSnackBar(message: "Too many points, please zoom in",));
|
||||||
}
|
}
|
||||||
if(value != null && value.collection.isNotEmpty){
|
if(value.collection.isNotEmpty){
|
||||||
//print("---- added---");
|
//print("---- added---");
|
||||||
locations.add(value);
|
locations.add(value);
|
||||||
loadCatsv2();
|
loadCatsv2();
|
||||||
@ -540,7 +572,7 @@ void login(String email, String password, BuildContext context){
|
|||||||
LatLng lat1 = LatLng(value![1], value[0]);
|
LatLng lat1 = LatLng(value![1], value[0]);
|
||||||
LatLng lat2 = LatLng(value[3], value[2]);
|
LatLng lat2 = LatLng(value[3], value[2]);
|
||||||
LatLngBounds bound = LatLngBounds(lat1, lat2);
|
LatLngBounds bound = LatLngBounds(lat1, lat2);
|
||||||
mapController!.fitBounds(bound);
|
mapController.fitBounds(bound);
|
||||||
setBound(bound);
|
setBound(bound);
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -554,7 +586,7 @@ void login(String email, String password, BuildContext context){
|
|||||||
LatLng lat1 = LatLng(value![1], value[0]);
|
LatLng lat1 = LatLng(value![1], value[0]);
|
||||||
LatLng lat2 = LatLng(value[3], value[2]);
|
LatLng lat2 = LatLng(value[3], value[2]);
|
||||||
LatLngBounds bound = LatLngBounds(lat1, lat2);
|
LatLngBounds bound = LatLngBounds(lat1, lat2);
|
||||||
mapController!.fitBounds(bound);
|
mapController.fitBounds(bound);
|
||||||
setBound(bound);
|
setBound(bound);
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -584,7 +616,7 @@ void login(String email, String password, BuildContext context){
|
|||||||
|
|
||||||
|
|
||||||
GeoJsonFeature? getFeatureForLatLong(double lat, double long){
|
GeoJsonFeature? getFeatureForLatLong(double lat, double long){
|
||||||
if(locations.length > 0){
|
if(locations.isNotEmpty){
|
||||||
for(GeoJsonFeature i in locations[0].collection){
|
for(GeoJsonFeature i in locations[0].collection){
|
||||||
GeoJsonMultiPoint p = i.geometry as GeoJsonMultiPoint;
|
GeoJsonMultiPoint p = i.geometry as GeoJsonMultiPoint;
|
||||||
if(p.geoSerie!.geoPoints[0].latitude == lat && p.geoSerie!.geoPoints[0].longitude == long){
|
if(p.geoSerie!.geoPoints[0].latitude == lat && p.geoSerie!.geoPoints[0].longitude == long){
|
||||||
@ -592,25 +624,26 @@ void login(String email, String password, BuildContext context){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
void getAction(){
|
void getAction(){
|
||||||
//print(currentUser[0]["user"]["id"]);
|
//print(currentUser[0]["user"]["id"]);
|
||||||
//print(currentFeature[0].properties!["location_id"]);
|
//print(currentFeature[0].properties!["location_id"]);
|
||||||
if(currentUser.length == 0){
|
if(currentUser.isEmpty){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
int user_id = currentUser[0]["user"]["id"] as int;
|
int userId = currentUser[0]["user"]["id"] as int;
|
||||||
print("---- loc id ${currentFeature[0].properties}");
|
print("---- loc id ${currentFeature[0].properties}");
|
||||||
int location_id = currentFeature[0].properties!["location_id"] as int;
|
int locationId = currentFeature[0].properties!["location_id"] as int;
|
||||||
ActionService.userAction(user_id, location_id).then((value){
|
ActionService.userAction(userId, locationId).then((value){
|
||||||
print("------${value}");
|
print("------$value");
|
||||||
if(value != null && value.length > 0){
|
if(value != null && value.isNotEmpty){
|
||||||
currentAction.clear();
|
currentAction.clear();
|
||||||
currentAction.add(value);
|
currentAction.add(value);
|
||||||
print("------${currentAction[0]}");
|
print("------${currentAction[0]}");
|
||||||
}else{
|
}else{
|
||||||
List<dynamic> initval = [{"user": user_id, "location": location_id, "wanttogo": false, "like": false, "checkin": false}];
|
List<dynamic> initval = [{"user": userId, "location": locationId, "wanttogo": false, "like": false, "checkin": false}];
|
||||||
currentAction.clear();
|
currentAction.clear();
|
||||||
currentAction.add(initval);
|
currentAction.add(initval);
|
||||||
}
|
}
|
||||||
@ -630,15 +663,15 @@ void login(String email, String password, BuildContext context){
|
|||||||
|
|
||||||
if(p.geoSerie!.geoPoints[0].latitude == pt.geometry!.geoSerie!.geoPoints[0].latitude && p.geoSerie!.geoPoints[0].longitude == pt.geometry!.geoSerie!.geoPoints[0].longitude ){
|
if(p.geoSerie!.geoPoints[0].latitude == pt.geometry!.geoSerie!.geoPoints[0].latitude && p.geoSerie!.geoPoints[0].longitude == pt.geometry!.geoSerie!.geoPoints[0].longitude ){
|
||||||
|
|
||||||
if(currentFeature.length > 0){
|
if(currentFeature.isNotEmpty){
|
||||||
currentFeature.clear();
|
currentFeature.clear();
|
||||||
}
|
}
|
||||||
if(i >= locations[0].collection.length - 1 ){
|
if(i >= locations[0].collection.length - 1 ){
|
||||||
currentFeature.add(locations[0].collection[0] as GeoJsonFeature);
|
currentFeature.add(locations[0].collection[0]);
|
||||||
getAction();
|
getAction();
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
currentFeature.add(locations[0].collection[i + 1] as GeoJsonFeature);
|
currentFeature.add(locations[0].collection[i + 1]);
|
||||||
getAction();
|
getAction();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -663,15 +696,15 @@ void login(String email, String password, BuildContext context){
|
|||||||
|
|
||||||
if(p.geoSerie!.geoPoints[0].latitude == pt.geometry!.geoSerie!.geoPoints[0].latitude && p.geoSerie!.geoPoints[0].longitude == pt.geometry!.geoSerie!.geoPoints[0].longitude ){
|
if(p.geoSerie!.geoPoints[0].latitude == pt.geometry!.geoSerie!.geoPoints[0].latitude && p.geoSerie!.geoPoints[0].longitude == pt.geometry!.geoSerie!.geoPoints[0].longitude ){
|
||||||
|
|
||||||
if(currentFeature.length > 0){
|
if(currentFeature.isNotEmpty){
|
||||||
currentFeature.clear();
|
currentFeature.clear();
|
||||||
}
|
}
|
||||||
if(i == 0 ){
|
if(i == 0 ){
|
||||||
currentFeature.add(locations[0].collection[locations[0].collection.length -1] as GeoJsonFeature);
|
currentFeature.add(locations[0].collection[locations[0].collection.length -1]);
|
||||||
getAction();
|
getAction();
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
currentFeature.add(locations[0].collection[i - 1] as GeoJsonFeature);
|
currentFeature.add(locations[0].collection[i - 1]);
|
||||||
getAction();
|
getAction();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,46 +1,49 @@
|
|||||||
import 'dart:ui';
|
|
||||||
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
import 'package:rogapp/model/destination.dart';
|
|
||||||
import 'package:rogapp/pages/destination/destination_controller.dart';
|
import 'package:rogapp/pages/destination/destination_controller.dart';
|
||||||
import 'package:rogapp/pages/drawer/drawer_page.dart';
|
import 'package:rogapp/pages/drawer/drawer_page.dart';
|
||||||
import 'package:rogapp/pages/index/index_controller.dart';
|
import 'package:rogapp/pages/index/index_controller.dart';
|
||||||
import 'package:rogapp/routes/app_pages.dart';
|
import 'package:rogapp/routes/app_pages.dart';
|
||||||
import 'package:rogapp/services/maxtrix_service.dart';
|
|
||||||
import 'package:rogapp/utils/database_helper.dart';
|
|
||||||
import 'package:rogapp/widgets/bread_crum_widget.dart';
|
|
||||||
import 'package:rogapp/widgets/cat_widget.dart';
|
|
||||||
import 'package:rogapp/widgets/list_widget.dart';
|
import 'package:rogapp/widgets/list_widget.dart';
|
||||||
import 'package:rogapp/widgets/map_widget.dart';
|
import 'package:rogapp/widgets/map_widget.dart';
|
||||||
|
|
||||||
import 'package:flutter_polyline_points/flutter_polyline_points.dart';
|
|
||||||
|
|
||||||
class IndexPage extends GetView<IndexController> {
|
class IndexPage extends GetView<IndexController> {
|
||||||
IndexPage({Key? key}) : super(key: key);
|
IndexPage({Key? key}) : super(key: key);
|
||||||
|
|
||||||
final IndexController indexController = Get.find<IndexController>();
|
final IndexController indexController = Get.find<IndexController>();
|
||||||
final DestinationController destinationController = Get.find<DestinationController>();
|
final DestinationController destinationController =
|
||||||
|
Get.find<DestinationController>();
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return WillPopScope(
|
return WillPopScope(
|
||||||
onWillPop: () async {
|
onWillPop: () async => false,
|
||||||
indexController.switchPage(AppPages.INITIAL);
|
|
||||||
return false;
|
|
||||||
},
|
|
||||||
child: Scaffold(
|
child: Scaffold(
|
||||||
//drawer: const DrawerPage(),
|
drawer: DrawerPage(),
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
leading: IconButton(
|
// automaticallyImplyLeading: false,
|
||||||
icon: Icon(Icons.arrow_back_ios),
|
// leading: IconButton(
|
||||||
onPressed: (){
|
// icon: Icon(Icons.arrow_back_ios),
|
||||||
indexController.switchPage(AppPages.TRAVEL);
|
// onPressed: (){
|
||||||
},
|
// indexController.switchPage(AppPages.TRAVEL);
|
||||||
),
|
// },
|
||||||
|
// ),
|
||||||
//automaticallyImplyLeading: false,
|
//automaticallyImplyLeading: false,
|
||||||
title: Text("add_location".tr),
|
title: Text("add_location".tr),
|
||||||
actions: [
|
actions: [
|
||||||
|
IconButton(
|
||||||
|
onPressed: () {
|
||||||
|
Get.toNamed(AppPages.HISTORY);
|
||||||
|
},
|
||||||
|
icon: const Icon(Icons.history)),
|
||||||
|
IconButton(
|
||||||
|
onPressed: () {
|
||||||
|
final tk = indexController.currentUser[0]["token"];
|
||||||
|
if (tk != null) {
|
||||||
|
destinationController.fixMapBound(tk);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
icon: const Icon(Icons.refresh)),
|
||||||
InkWell(
|
InkWell(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Get.toNamed(AppPages.SEARCH);
|
Get.toNamed(AppPages.SEARCH);
|
||||||
@ -51,9 +54,10 @@ class IndexPage extends GetView<IndexController> {
|
|||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: Colors.blue,
|
color: Colors.blue,
|
||||||
borderRadius: BorderRadius.circular(25),
|
borderRadius: BorderRadius.circular(25),
|
||||||
|
|
||||||
),
|
),
|
||||||
child: const Center(child: Icon(Icons.search),),
|
child: const Center(
|
||||||
|
child: Icon(Icons.search),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
//CatWidget(indexController: indexController,),
|
//CatWidget(indexController: indexController,),
|
||||||
@ -64,31 +68,41 @@ class IndexPage extends GetView<IndexController> {
|
|||||||
mainAxisAlignment: MainAxisAlignment.end,
|
mainAxisAlignment: MainAxisAlignment.end,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.only(right: 10.0, top: 4.0, bottom: 4.0),
|
padding:
|
||||||
|
const EdgeInsets.only(right: 10.0, top: 4.0, bottom: 4.0),
|
||||||
child: InkWell(
|
child: InkWell(
|
||||||
child:
|
child:
|
||||||
Obx(() =>
|
Obx(() => destinationController.is_gps_selected == true
|
||||||
destinationController.is_gps_selected == true ?
|
? Padding(
|
||||||
Padding(
|
padding: const EdgeInsets.only(
|
||||||
padding: const EdgeInsets.only(right: 10.0, top: 4.0, bottom: 4.0),
|
right: 10.0, top: 4.0, bottom: 4.0),
|
||||||
child: InkWell(
|
child: InkWell(
|
||||||
child: Image(image: AssetImage('assets/images/route3_off.png'), width: 35, height: 35,),
|
child: const Image(
|
||||||
onTap: (){
|
image: AssetImage(
|
||||||
indexController.switchPage(AppPages.TRAVEL);
|
'assets/images/route3_off.png'),
|
||||||
},
|
width: 35,
|
||||||
|
height: 35,
|
||||||
),
|
),
|
||||||
) :
|
|
||||||
Padding(
|
|
||||||
padding: const EdgeInsets.only(right: 10.0, top: 4.0, bottom: 4.0),
|
|
||||||
child: InkWell(
|
|
||||||
child: Image(image: AssetImage('assets/images/route2_on.png'),width: 35, height: 35,),
|
|
||||||
onTap: () {
|
onTap: () {
|
||||||
indexController.switchPage(AppPages.TRAVEL);
|
//indexController.switchPage(AppPages.TRAVEL);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
)
|
: Padding(
|
||||||
|
padding: const EdgeInsets.only(
|
||||||
|
right: 10.0, top: 4.0, bottom: 4.0),
|
||||||
|
child: InkWell(
|
||||||
|
child: const Image(
|
||||||
|
image: AssetImage(
|
||||||
|
'assets/images/route2_on.png'),
|
||||||
|
width: 35,
|
||||||
|
height: 35,
|
||||||
),
|
),
|
||||||
|
onTap: () {
|
||||||
|
//indexController.switchPage(AppPages.TRAVEL);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
))),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
@ -99,14 +113,12 @@ class IndexPage extends GetView<IndexController> {
|
|||||||
if (indexController.currentCat.isNotEmpty) {
|
if (indexController.currentCat.isNotEmpty) {
|
||||||
print(indexController.currentCat[0].toString());
|
print(indexController.currentCat[0].toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
tooltip: 'Increment',
|
tooltip: 'Increment',
|
||||||
child: Obx(() =>
|
child: Obx(
|
||||||
indexController.mode == 0 ?
|
() => indexController.mode == 0
|
||||||
Image(image: AssetImage('assets/images/list2.png'))
|
? const Image(image: AssetImage('assets/images/list2.png'))
|
||||||
:
|
: const Image(image: AssetImage('assets/images/map.png')),
|
||||||
Image(image: AssetImage('assets/images/map.png')),
|
|
||||||
),
|
),
|
||||||
elevation: 4.0,
|
elevation: 4.0,
|
||||||
),
|
),
|
||||||
@ -161,18 +173,15 @@ class IndexPage extends GetView<IndexController> {
|
|||||||
// ),
|
// ),
|
||||||
// ),
|
// ),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Obx(() =>
|
child: Obx(
|
||||||
indexController.mode == 0 ?
|
() => indexController.mode == 0
|
||||||
MapWidget() :
|
? MapWidget()
|
||||||
ListWidget(),
|
: const ListWidget(),
|
||||||
)
|
))
|
||||||
|
|
||||||
)
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -17,18 +17,18 @@ class _LandingPageState extends State<LandingPage> {
|
|||||||
child: Container(
|
child: Container(
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
height: MediaQuery.of(context).size.height,
|
height: MediaQuery.of(context).size.height,
|
||||||
padding: EdgeInsets.symmetric(horizontal: 30,vertical: 30),
|
padding: const EdgeInsets.symmetric(horizontal: 30,vertical: 30),
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: [
|
children: [
|
||||||
Column(
|
Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
Text(
|
const Text(
|
||||||
"こんにちは!",
|
"こんにちは!",
|
||||||
style: TextStyle(fontWeight: FontWeight.bold, fontSize: 40),
|
style: TextStyle(fontWeight: FontWeight.bold, fontSize: 40),
|
||||||
),
|
),
|
||||||
SizedBox(height: 30,),
|
const SizedBox(height: 30,),
|
||||||
Text("ログインを有効にして本人確認を行うと、サーバーが改善されます",
|
Text("ログインを有効にして本人確認を行うと、サーバーが改善されます",
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
@ -38,11 +38,11 @@ class _LandingPageState extends State<LandingPage> {
|
|||||||
),
|
),
|
||||||
Container(
|
Container(
|
||||||
height: MediaQuery.of(context).size.height/3,
|
height: MediaQuery.of(context).size.height/3,
|
||||||
decoration: BoxDecoration(
|
decoration: const BoxDecoration(
|
||||||
image:DecorationImage(image: AssetImage('assets/images/gradient_japanese_temple.jpg'))
|
image:DecorationImage(image: AssetImage('assets/images/gradient_japanese_temple.jpg'))
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: 20.0,),
|
const SizedBox(height: 20.0,),
|
||||||
MaterialButton(
|
MaterialButton(
|
||||||
minWidth: double.infinity,
|
minWidth: double.infinity,
|
||||||
height:60,
|
height:60,
|
||||||
@ -51,18 +51,18 @@ class _LandingPageState extends State<LandingPage> {
|
|||||||
},
|
},
|
||||||
color: Colors.indigoAccent[400],
|
color: Colors.indigoAccent[400],
|
||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
side: BorderSide(
|
side: const BorderSide(
|
||||||
color: Colors.black,
|
color: Colors.black,
|
||||||
),
|
),
|
||||||
borderRadius: BorderRadius.circular(40)
|
borderRadius: BorderRadius.circular(40)
|
||||||
),
|
),
|
||||||
child: Text("ログイン",style: TextStyle(
|
child: const Text("ログイン",style: TextStyle(
|
||||||
fontWeight: FontWeight.w600,fontSize: 16,color: Colors.white70
|
fontWeight: FontWeight.w600,fontSize: 16,color: Colors.white70
|
||||||
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: 15.0,),
|
const SizedBox(height: 15.0,),
|
||||||
|
|
||||||
MaterialButton(
|
MaterialButton(
|
||||||
minWidth: double.infinity,
|
minWidth: double.infinity,
|
||||||
@ -74,7 +74,7 @@ class _LandingPageState extends State<LandingPage> {
|
|||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(40)
|
borderRadius: BorderRadius.circular(40)
|
||||||
),
|
),
|
||||||
child: Text("サインアップ",style: TextStyle(
|
child: const Text("サインアップ",style: TextStyle(
|
||||||
fontWeight: FontWeight.w600,fontSize: 16,
|
fontWeight: FontWeight.w600,fontSize: 16,
|
||||||
|
|
||||||
),),
|
),),
|
||||||
|
|||||||
@ -7,8 +7,8 @@ class LoadingPage extends StatelessWidget {
|
|||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Container(
|
return Container(
|
||||||
alignment: Alignment.topCenter,
|
alignment: Alignment.topCenter,
|
||||||
margin: EdgeInsets.only(top: 20),
|
margin: const EdgeInsets.only(top: 20),
|
||||||
child: CircularProgressIndicator(
|
child: const CircularProgressIndicator(
|
||||||
value: 0.8,
|
value: 0.8,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|||||||
@ -11,6 +11,8 @@ class LoginPage extends StatelessWidget {
|
|||||||
TextEditingController emailController = TextEditingController();
|
TextEditingController emailController = TextEditingController();
|
||||||
TextEditingController passwordController = TextEditingController();
|
TextEditingController passwordController = TextEditingController();
|
||||||
|
|
||||||
|
LoginPage({Key? key}) : super(key: key);
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
@ -22,11 +24,11 @@ class LoginPage extends StatelessWidget {
|
|||||||
leading:
|
leading:
|
||||||
IconButton( onPressed: (){
|
IconButton( onPressed: (){
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
},icon:Icon(Icons.arrow_back_ios,size: 20,color: Colors.black,)),
|
},icon:const Icon(Icons.arrow_back_ios,size: 20,color: Colors.black,)),
|
||||||
),
|
),
|
||||||
body:
|
body:
|
||||||
indexController.currentUser.length == 0 ?
|
indexController.currentUser.isEmpty ?
|
||||||
Container(
|
SizedBox(
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.start,
|
mainAxisAlignment: MainAxisAlignment.start,
|
||||||
@ -37,16 +39,16 @@ class LoginPage extends StatelessWidget {
|
|||||||
children: [
|
children: [
|
||||||
Container(
|
Container(
|
||||||
height: MediaQuery.of(context).size.height/6,
|
height: MediaQuery.of(context).size.height/6,
|
||||||
decoration: BoxDecoration(
|
decoration: const BoxDecoration(
|
||||||
image:DecorationImage(image: AssetImage('assets/images/login_image.jpg'))
|
image:DecorationImage(image: AssetImage('assets/images/login_image.jpg'))
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: 5,),
|
const SizedBox(height: 5,),
|
||||||
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
Padding(
|
Padding(
|
||||||
padding: EdgeInsets.symmetric(
|
padding: const EdgeInsets.symmetric(
|
||||||
horizontal: 40
|
horizontal: 40
|
||||||
),
|
),
|
||||||
child: Column(
|
child: Column(
|
||||||
@ -57,9 +59,9 @@ class LoginPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Padding(
|
Padding(
|
||||||
padding: EdgeInsets.symmetric(horizontal: 40),
|
padding: const EdgeInsets.symmetric(horizontal: 40),
|
||||||
child: Container(
|
child: Container(
|
||||||
padding: EdgeInsets.only(top: 3,left: 3),
|
padding: const EdgeInsets.only(top: 3,left: 3),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
borderRadius: BorderRadius.circular(40),
|
borderRadius: BorderRadius.circular(40),
|
||||||
),
|
),
|
||||||
@ -74,7 +76,7 @@ class LoginPage extends StatelessWidget {
|
|||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(40)
|
borderRadius: BorderRadius.circular(40)
|
||||||
),
|
),
|
||||||
child: CircularProgressIndicator(),
|
child: const CircularProgressIndicator(),
|
||||||
) :
|
) :
|
||||||
Column(
|
Column(
|
||||||
children: [
|
children: [
|
||||||
@ -86,9 +88,9 @@ class LoginPage extends StatelessWidget {
|
|||||||
Get.snackbar(
|
Get.snackbar(
|
||||||
"no_values".tr,
|
"no_values".tr,
|
||||||
"email_and_password_required".tr,
|
"email_and_password_required".tr,
|
||||||
icon: Icon(Icons.assistant_photo_outlined, size: 40.0, color: Colors.blue),
|
icon: const Icon(Icons.assistant_photo_outlined, size: 40.0, color: Colors.blue),
|
||||||
snackPosition: SnackPosition.TOP,
|
snackPosition: SnackPosition.TOP,
|
||||||
duration: Duration(milliseconds: 800),
|
duration: const Duration(milliseconds: 800),
|
||||||
backgroundColor: Colors.yellow,
|
backgroundColor: Colors.yellow,
|
||||||
//icon:Image(image:AssetImage("assets/images/dora.png"))
|
//icon:Image(image:AssetImage("assets/images/dora.png"))
|
||||||
);
|
);
|
||||||
@ -101,12 +103,12 @@ class LoginPage extends StatelessWidget {
|
|||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(40)
|
borderRadius: BorderRadius.circular(40)
|
||||||
),
|
),
|
||||||
child: Text("ログイン",style: TextStyle(
|
child: const Text("ログイン",style: TextStyle(
|
||||||
fontWeight: FontWeight.w600,fontSize: 16,color: Colors.white70
|
fontWeight: FontWeight.w600,fontSize: 16,color: Colors.white70
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: 5.0,),
|
const SizedBox(height: 5.0,),
|
||||||
MaterialButton(
|
MaterialButton(
|
||||||
minWidth: double.infinity,
|
minWidth: double.infinity,
|
||||||
height:40,
|
height:40,
|
||||||
@ -117,12 +119,12 @@ class LoginPage extends StatelessWidget {
|
|||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(40)
|
borderRadius: BorderRadius.circular(40)
|
||||||
),
|
),
|
||||||
child: Text("sign_up".tr,style: TextStyle(
|
child: Text("sign_up".tr,style: const TextStyle(
|
||||||
fontWeight: FontWeight.w600,fontSize: 16,color: Colors.white70
|
fontWeight: FontWeight.w600,fontSize: 16,color: Colors.white70
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: 2.0,),
|
const SizedBox(height: 2.0,),
|
||||||
MaterialButton(
|
MaterialButton(
|
||||||
minWidth: double.infinity,
|
minWidth: double.infinity,
|
||||||
height:40,
|
height:40,
|
||||||
@ -133,7 +135,7 @@ class LoginPage extends StatelessWidget {
|
|||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(40)
|
borderRadius: BorderRadius.circular(40)
|
||||||
),
|
),
|
||||||
child: Text("cancel".tr,style: TextStyle(
|
child: Text("cancel".tr,style: const TextStyle(
|
||||||
fontWeight: FontWeight.w600,fontSize: 16,color: Colors.white70
|
fontWeight: FontWeight.w600,fontSize: 16,color: Colors.white70
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
@ -144,14 +146,14 @@ class LoginPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
SizedBox(height: 5,),
|
const SizedBox(height: 5,),
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
Flexible(
|
Flexible(
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.all(8.0),
|
padding: const EdgeInsets.all(8.0),
|
||||||
child: Text("rogaining_user_need_tosign_up".tr, style: TextStyle(
|
child: Text("rogaining_user_need_tosign_up".tr, style: const TextStyle(
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
),),
|
),),
|
||||||
),
|
),
|
||||||
@ -164,7 +166,7 @@ class LoginPage extends StatelessWidget {
|
|||||||
Flexible(
|
Flexible(
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.all(8.0),
|
padding: const EdgeInsets.all(8.0),
|
||||||
child: Text("app_developed_by_gifu_dx".tr, style: TextStyle(
|
child: Text("app_developed_by_gifu_dx".tr, style: const TextStyle(
|
||||||
overflow: TextOverflow.ellipsis, fontSize: 10.0
|
overflow: TextOverflow.ellipsis, fontSize: 10.0
|
||||||
),),
|
),),
|
||||||
),
|
),
|
||||||
@ -182,7 +184,7 @@ class LoginPage extends StatelessWidget {
|
|||||||
onPressed: (){
|
onPressed: (){
|
||||||
indexController.currentUser.clear();
|
indexController.currentUser.clear();
|
||||||
},
|
},
|
||||||
child: Text("Already Logged in, Click to logout"),
|
child: const Text("Already Logged in, Click to logout"),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
,
|
,
|
||||||
@ -194,17 +196,17 @@ Widget makeInput({label, required TextEditingController controller, obsureText =
|
|||||||
return Column(
|
return Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
Text(label,style:TextStyle(
|
Text(label,style:const TextStyle(
|
||||||
fontSize: 15,
|
fontSize: 15,
|
||||||
fontWeight: FontWeight.w400,
|
fontWeight: FontWeight.w400,
|
||||||
color: Colors.black87
|
color: Colors.black87
|
||||||
),),
|
),),
|
||||||
SizedBox(height: 5,),
|
const SizedBox(height: 5,),
|
||||||
TextField(
|
TextField(
|
||||||
controller: controller,
|
controller: controller,
|
||||||
obscureText: obsureText,
|
obscureText: obsureText,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
contentPadding: EdgeInsets.symmetric(vertical: 0,horizontal: 10),
|
contentPadding: const EdgeInsets.symmetric(vertical: 0,horizontal: 10),
|
||||||
enabledBorder: OutlineInputBorder(
|
enabledBorder: OutlineInputBorder(
|
||||||
borderSide: BorderSide(
|
borderSide: BorderSide(
|
||||||
color: (Colors.grey[400])!,
|
color: (Colors.grey[400])!,
|
||||||
@ -216,7 +218,7 @@ Widget makeInput({label, required TextEditingController controller, obsureText =
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: 30.0,)
|
const SizedBox(height: 30.0,)
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -22,11 +22,11 @@ class LoginPopupPage extends StatelessWidget {
|
|||||||
leading:
|
leading:
|
||||||
IconButton( onPressed: (){
|
IconButton( onPressed: (){
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
},icon:Icon(Icons.arrow_back_ios,size: 20,color: Colors.black,)),
|
},icon:const Icon(Icons.arrow_back_ios,size: 20,color: Colors.black,)),
|
||||||
),
|
),
|
||||||
body:
|
body:
|
||||||
indexController.currentUser.length == 0 ?
|
indexController.currentUser.isEmpty ?
|
||||||
Container(
|
SizedBox(
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.start,
|
mainAxisAlignment: MainAxisAlignment.start,
|
||||||
@ -37,16 +37,16 @@ class LoginPopupPage extends StatelessWidget {
|
|||||||
children: [
|
children: [
|
||||||
Container(
|
Container(
|
||||||
height: MediaQuery.of(context).size.height/5,
|
height: MediaQuery.of(context).size.height/5,
|
||||||
decoration: BoxDecoration(
|
decoration: const BoxDecoration(
|
||||||
image:DecorationImage(image: AssetImage('assets/images/login_image.jpg'))
|
image:DecorationImage(image: AssetImage('assets/images/login_image.jpg'))
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: 5,),
|
const SizedBox(height: 5,),
|
||||||
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
Padding(
|
Padding(
|
||||||
padding: EdgeInsets.symmetric(
|
padding: const EdgeInsets.symmetric(
|
||||||
horizontal: 40
|
horizontal: 40
|
||||||
),
|
),
|
||||||
child: Column(
|
child: Column(
|
||||||
@ -57,9 +57,9 @@ class LoginPopupPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Padding(
|
Padding(
|
||||||
padding: EdgeInsets.symmetric(horizontal: 40),
|
padding: const EdgeInsets.symmetric(horizontal: 40),
|
||||||
child: Container(
|
child: Container(
|
||||||
padding: EdgeInsets.only(top: 3,left: 3),
|
padding: const EdgeInsets.only(top: 3,left: 3),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
borderRadius: BorderRadius.circular(40),
|
borderRadius: BorderRadius.circular(40),
|
||||||
),
|
),
|
||||||
@ -74,7 +74,7 @@ class LoginPopupPage extends StatelessWidget {
|
|||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(40)
|
borderRadius: BorderRadius.circular(40)
|
||||||
),
|
),
|
||||||
child: CircularProgressIndicator(),
|
child: const CircularProgressIndicator(),
|
||||||
) :
|
) :
|
||||||
Column(
|
Column(
|
||||||
children: [
|
children: [
|
||||||
@ -86,9 +86,9 @@ class LoginPopupPage extends StatelessWidget {
|
|||||||
Get.snackbar(
|
Get.snackbar(
|
||||||
"no_values".tr,
|
"no_values".tr,
|
||||||
"email_and_password_required".tr,
|
"email_and_password_required".tr,
|
||||||
icon: Icon(Icons.assistant_photo_outlined, size: 40.0, color: Colors.blue),
|
icon: const Icon(Icons.assistant_photo_outlined, size: 40.0, color: Colors.blue),
|
||||||
snackPosition: SnackPosition.TOP,
|
snackPosition: SnackPosition.TOP,
|
||||||
duration: Duration(milliseconds: 800),
|
duration: const Duration(milliseconds: 800),
|
||||||
backgroundColor: Colors.yellow,
|
backgroundColor: Colors.yellow,
|
||||||
//icon:Image(image:AssetImage("assets/images/dora.png"))
|
//icon:Image(image:AssetImage("assets/images/dora.png"))
|
||||||
);
|
);
|
||||||
@ -101,12 +101,12 @@ class LoginPopupPage extends StatelessWidget {
|
|||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(40)
|
borderRadius: BorderRadius.circular(40)
|
||||||
),
|
),
|
||||||
child: Text("ログイン",style: TextStyle(
|
child: const Text("ログイン",style: TextStyle(
|
||||||
fontWeight: FontWeight.w600,fontSize: 16,color: Colors.white70
|
fontWeight: FontWeight.w600,fontSize: 16,color: Colors.white70
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: 19.0,),
|
const SizedBox(height: 19.0,),
|
||||||
MaterialButton(
|
MaterialButton(
|
||||||
minWidth: double.infinity,
|
minWidth: double.infinity,
|
||||||
height:50,
|
height:50,
|
||||||
@ -117,12 +117,12 @@ class LoginPopupPage extends StatelessWidget {
|
|||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(40)
|
borderRadius: BorderRadius.circular(40)
|
||||||
),
|
),
|
||||||
child: Text("sign_up".tr,style: TextStyle(
|
child: Text("sign_up".tr,style: const TextStyle(
|
||||||
fontWeight: FontWeight.w600,fontSize: 16,color: Colors.white70
|
fontWeight: FontWeight.w600,fontSize: 16,color: Colors.white70
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: 19.0,),
|
const SizedBox(height: 19.0,),
|
||||||
MaterialButton(
|
MaterialButton(
|
||||||
minWidth: double.infinity,
|
minWidth: double.infinity,
|
||||||
height:50,
|
height:50,
|
||||||
@ -133,7 +133,7 @@ class LoginPopupPage extends StatelessWidget {
|
|||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(40)
|
borderRadius: BorderRadius.circular(40)
|
||||||
),
|
),
|
||||||
child: Text("cancel".tr,style: TextStyle(
|
child: Text("cancel".tr,style: const TextStyle(
|
||||||
fontWeight: FontWeight.w600,fontSize: 16,color: Colors.white70
|
fontWeight: FontWeight.w600,fontSize: 16,color: Colors.white70
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
@ -144,14 +144,14 @@ class LoginPopupPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
SizedBox(height: 20,),
|
const SizedBox(height: 20,),
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
Flexible(
|
Flexible(
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.all(8.0),
|
padding: const EdgeInsets.all(8.0),
|
||||||
child: Text("rogaining_user_need_tosign_up".tr, style: TextStyle(
|
child: Text("rogaining_user_need_tosign_up".tr, style: const TextStyle(
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
),),
|
),),
|
||||||
),
|
),
|
||||||
@ -169,7 +169,7 @@ class LoginPopupPage extends StatelessWidget {
|
|||||||
onPressed: (){
|
onPressed: (){
|
||||||
indexController.currentUser.clear();
|
indexController.currentUser.clear();
|
||||||
},
|
},
|
||||||
child: Text("Already Logged in, Click to logout"),
|
child: const Text("Already Logged in, Click to logout"),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
,
|
,
|
||||||
@ -181,17 +181,17 @@ Widget makeInput({label, required TextEditingController controller, obsureText =
|
|||||||
return Column(
|
return Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
Text(label,style:TextStyle(
|
Text(label,style:const TextStyle(
|
||||||
fontSize: 15,
|
fontSize: 15,
|
||||||
fontWeight: FontWeight.w400,
|
fontWeight: FontWeight.w400,
|
||||||
color: Colors.black87
|
color: Colors.black87
|
||||||
),),
|
),),
|
||||||
SizedBox(height: 5,),
|
const SizedBox(height: 5,),
|
||||||
TextField(
|
TextField(
|
||||||
controller: controller,
|
controller: controller,
|
||||||
obscureText: obsureText,
|
obscureText: obsureText,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
contentPadding: EdgeInsets.symmetric(vertical: 0,horizontal: 10),
|
contentPadding: const EdgeInsets.symmetric(vertical: 0,horizontal: 10),
|
||||||
enabledBorder: OutlineInputBorder(
|
enabledBorder: OutlineInputBorder(
|
||||||
borderSide: BorderSide(
|
borderSide: BorderSide(
|
||||||
color: (Colors.grey[400])!,
|
color: (Colors.grey[400])!,
|
||||||
@ -203,7 +203,7 @@ Widget makeInput({label, required TextEditingController controller, obsureText =
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: 30.0,)
|
const SizedBox(height: 30.0,)
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,7 +11,7 @@ class MainPerfPage extends StatelessWidget {
|
|||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
title: Text("Select Main Perfecture"),
|
title: const Text("Select Main Perfecture"),
|
||||||
),
|
),
|
||||||
body: ListView.builder(
|
body: ListView.builder(
|
||||||
itemCount: indexController.perfectures.length,
|
itemCount: indexController.perfectures.length,
|
||||||
@ -19,7 +19,7 @@ class MainPerfPage extends StatelessWidget {
|
|||||||
return ListTile(
|
return ListTile(
|
||||||
onTap: (){
|
onTap: (){
|
||||||
indexController.dropdownValue = indexController.perfectures[index][0]["id"].toString();
|
indexController.dropdownValue = indexController.perfectures[index][0]["id"].toString();
|
||||||
indexController.populateForPerf(indexController.dropdownValue, indexController.mapController!);
|
indexController.populateForPerf(indexController.dropdownValue, indexController.mapController);
|
||||||
Get.back();
|
Get.back();
|
||||||
},
|
},
|
||||||
title: Text(indexController.perfectures[index][0]["adm1_ja"].toString()),
|
title: Text(indexController.perfectures[index][0]["adm1_ja"].toString()),
|
||||||
|
|||||||
@ -1,12 +1,11 @@
|
|||||||
import 'dart:ffi';
|
|
||||||
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
import 'package:permission_handler/permission_handler.dart';
|
import 'package:permission_handler/permission_handler.dart';
|
||||||
import 'package:rogapp/routes/app_pages.dart';
|
import 'package:rogapp/routes/app_pages.dart';
|
||||||
|
import 'dart:io';
|
||||||
|
|
||||||
class PermissionHandlerScreen extends StatefulWidget {
|
class PermissionHandlerScreen extends StatefulWidget {
|
||||||
const PermissionHandlerScreen({super.key});
|
const PermissionHandlerScreen({Key? key}) : super(key: key);
|
||||||
|
|
||||||
@override
|
@override
|
||||||
State<PermissionHandlerScreen> createState() => _PermissionHandlerScreenState();
|
State<PermissionHandlerScreen> createState() => _PermissionHandlerScreenState();
|
||||||
@ -14,220 +13,201 @@ class PermissionHandlerScreen extends StatefulWidget {
|
|||||||
|
|
||||||
class _PermissionHandlerScreenState extends State<PermissionHandlerScreen> {
|
class _PermissionHandlerScreenState extends State<PermissionHandlerScreen> {
|
||||||
|
|
||||||
@override
|
|
||||||
void initState(){
|
|
||||||
super.initState();
|
|
||||||
_checkPermissions();
|
|
||||||
}
|
|
||||||
|
|
||||||
void _checkPermissions() async {
|
Future<void> _showMyDialog() async {
|
||||||
// You can ask for multiple permissions at once.
|
return showDialog<void>(
|
||||||
Map<Permission, PermissionStatus> statuses = await [
|
|
||||||
Permission.location,
|
|
||||||
Permission.camera,
|
|
||||||
].request();
|
|
||||||
|
|
||||||
bool isCameraGranted = statuses[Permission.camera]!.isGranted;
|
|
||||||
bool isLocationGranted = statuses[Permission.location]!.isGranted;
|
|
||||||
|
|
||||||
if (!isCameraGranted || !isLocationGranted) {
|
|
||||||
bool isCameraPermanentlyDenied = statuses[Permission.camera]!.isPermanentlyDenied;
|
|
||||||
bool isLocationPermanentlyDenied = statuses[Permission.location]!.isPermanentlyDenied;
|
|
||||||
|
|
||||||
if (isCameraPermanentlyDenied || isLocationPermanentlyDenied) {
|
|
||||||
showDialog(
|
|
||||||
context: context,
|
context: context,
|
||||||
|
barrierDismissible: false, // user must tap button!
|
||||||
builder: (BuildContext context) {
|
builder: (BuildContext context) {
|
||||||
return AlertDialog(
|
return AlertDialog(
|
||||||
title: const Text('Permissions not granted'),
|
title: const Text('ロケーション許可'),
|
||||||
content: const Text(
|
content: const SingleChildScrollView(
|
||||||
'This app needs camera and location permissions to function. Please open settings and grant permissions.'),
|
child: ListBody(
|
||||||
|
children: <Widget>[
|
||||||
|
Text( 'このアプリでは、位置情報の収集を行います。'),
|
||||||
|
Text( 'このアプリでは、開始時点で位置情報を収集します。'),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
actions: <Widget>[
|
actions: <Widget>[
|
||||||
ElevatedButton(
|
TextButton(
|
||||||
child: const Text('Open settings'),
|
child: const Text('わかった'),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
openAppSettings();
|
//Navigator.of(context).pop();
|
||||||
|
Get.toNamed(AppPages.TRAVEL);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void initState() {
|
||||||
|
// TODO: implement initState
|
||||||
|
super.initState();
|
||||||
|
|
||||||
|
//permissionServiceCall();
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<PermissionStatus> checkLocationPermission() async {
|
||||||
|
return await Permission.location.status;
|
||||||
|
}
|
||||||
|
|
||||||
|
permissionServiceCall() async {
|
||||||
|
await permissionServices().then(
|
||||||
|
(value) {
|
||||||
|
if (value[Permission.location]!.isGranted ) {
|
||||||
|
/* ========= New Screen Added ============= */
|
||||||
|
|
||||||
|
Get.toNamed(AppPages.TRAVEL);
|
||||||
|
|
||||||
|
// Navigator.pushReplacement(
|
||||||
|
// context,
|
||||||
|
// MaterialPageRoute(builder: (context) => SplashScreen()),
|
||||||
|
// );
|
||||||
|
}
|
||||||
|
else{
|
||||||
|
_showMyDialog();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*Permission services*/
|
||||||
|
Future<Map<Permission, PermissionStatus>> permissionServices() async {
|
||||||
|
// You can request multiple permissions at once.
|
||||||
|
Map<Permission, PermissionStatus> statuses = await [
|
||||||
|
Permission.location,
|
||||||
|
|
||||||
|
//add more permission to request here.
|
||||||
|
].request();
|
||||||
|
|
||||||
|
if (statuses[Permission.location]!.isPermanentlyDenied) {
|
||||||
|
await openAppSettings().then(
|
||||||
|
(value) async {
|
||||||
|
if (value) {
|
||||||
|
if (await Permission.location.status.isPermanentlyDenied == true &&
|
||||||
|
await Permission.location.status.isGranted == false) {
|
||||||
|
// openAppSettings();
|
||||||
|
permissionServiceCall(); /* opens app settings until permission is granted */
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
);
|
||||||
} else {
|
} else {
|
||||||
// ask permissions again
|
if (statuses[Permission.location]!.isDenied) {
|
||||||
_checkPermissions();
|
permissionServiceCall();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/*{Permission.camera: PermissionStatus.granted, Permission.storage: PermissionStatus.granted}*/
|
||||||
|
return statuses;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
requestPermission() async {
|
||||||
|
PermissionStatus permission = await Permission.location.status;
|
||||||
|
if(permission == PermissionStatus.permanentlyDenied){
|
||||||
|
showPermanentAlert(context);
|
||||||
}else{
|
}else{
|
||||||
Get.toNamed(AppPages.INITIAL);
|
PermissionStatus newPermission = await Permission.location.request();
|
||||||
|
//showAlert(context);
|
||||||
|
|
||||||
|
if (newPermission != PermissionStatus.granted) {
|
||||||
|
// If permission not granted, handle the issue in your own way
|
||||||
|
exit(0);
|
||||||
|
}
|
||||||
|
else{
|
||||||
|
Get.toNamed(AppPages.TRAVEL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// if (permission != PermissionStatus.granted) {
|
||||||
|
|
||||||
|
// }
|
||||||
|
// If permission is granted or already was granted
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return const Scaffold(
|
var status = Permission.location.status.then((value){
|
||||||
body: Center(
|
if(value.isGranted == false){
|
||||||
child: Text('Checking permissions...'),
|
showAlert(context);
|
||||||
|
//requestPermission() ? Get.toNamed(AppPages.TRAVEL) : exit(0);
|
||||||
|
//Future.delayed(Duration.zero, () => showAlert(context));
|
||||||
|
}
|
||||||
|
else if(value.isPermanentlyDenied){
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
Get.toNamed(AppPages.TRAVEL);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
return Scaffold(
|
||||||
|
body: Container(
|
||||||
|
child: const Text(""),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void showPermanentAlert(BuildContext context) {
|
||||||
|
showDialog(
|
||||||
|
context: context,
|
||||||
|
builder: (_) => AlertDialog(
|
||||||
|
title: const Text('無効'),
|
||||||
|
content: const SingleChildScrollView(
|
||||||
|
child: ListBody(
|
||||||
|
children: <Widget>[
|
||||||
|
Text( '位置情報が無効になっています'),
|
||||||
|
Text('このアプリケーションへの位置情報アクセスが無効になっています。続行するには設定>プライバシーとセキュリティ>位置情報サービス>岐阜ナビ で有効にしてください。'),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
actions: <Widget>[
|
||||||
|
ElevatedButton(
|
||||||
|
child: const Text('OK'),
|
||||||
|
onPressed: () {
|
||||||
|
//requestPermission();
|
||||||
|
permissionServiceCall();
|
||||||
|
},
|
||||||
|
),
|
||||||
|
],
|
||||||
|
)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void showAlert(BuildContext context) {
|
||||||
// import 'package:flutter/material.dart';
|
showDialog(
|
||||||
// import 'package:get/get.dart';
|
context: context,
|
||||||
// import 'package:permission_handler/permission_handler.dart';
|
builder: (_) => AlertDialog(
|
||||||
// import 'package:rogapp/routes/app_pages.dart';
|
title: const Text('ロケーション許可'),
|
||||||
|
content: const SingleChildScrollView(
|
||||||
// class PermissionHandlerScreen extends StatefulWidget {
|
child: ListBody(
|
||||||
// PermissionHandlerScreen({Key? key}) : super(key: key);
|
children: <Widget>[
|
||||||
|
Text( 'このアプリでは、位置情報の収集を行います。'),
|
||||||
// @override
|
Text('岐阜ナビアプリではチェックポイントの自動チェックインの機能を可能にするために、現在地のデータが収集されます。アプリを閉じている時や、使用していないときにも収集されます。位置情報は、個人を特定できない統計的な情報として、ユーザーの個人情報とは一切結びつかない形で送信されます。お知らせの配信、位置情報の利用を許可しない場合は、この後表示されるダイアログで「許可しない」を選択してください。'),
|
||||||
// State<PermissionHandlerScreen> createState() => _PermissionHandlerScreenState();
|
],
|
||||||
// }
|
),
|
||||||
|
),
|
||||||
// class _PermissionHandlerScreenState extends State<PermissionHandlerScreen> {
|
actions: <Widget>[
|
||||||
|
ElevatedButton(
|
||||||
|
child: const Text('OK'),
|
||||||
// Future<void> _showMyDialog() async {
|
onPressed: () {
|
||||||
// return showDialog<void>(
|
requestPermission();
|
||||||
// context: context,
|
|
||||||
// barrierDismissible: false, // user must tap button!
|
|
||||||
// builder: (BuildContext context) {
|
|
||||||
// return AlertDialog(
|
|
||||||
// title: const Text('ロケーション許可'),
|
|
||||||
// content: SingleChildScrollView(
|
|
||||||
// child: ListBody(
|
|
||||||
// children: const <Widget>[
|
|
||||||
// Text( 'このアプリでは、位置情報の収集を行います。'),
|
|
||||||
// Text( 'このアプリでは、開始時点で位置情報を収集します。'),
|
|
||||||
// ],
|
|
||||||
// ),
|
|
||||||
// ),
|
|
||||||
// actions: <Widget>[
|
|
||||||
// TextButton(
|
|
||||||
// child: const Text('わかった'),
|
|
||||||
// onPressed: () {
|
|
||||||
// //Navigator.of(context).pop();
|
|
||||||
// Get.toNamed(AppPages.TRAVEL);
|
|
||||||
// },
|
|
||||||
// ),
|
|
||||||
// ],
|
|
||||||
// );
|
|
||||||
// },
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
|
|
||||||
// @override
|
|
||||||
// void initState() {
|
|
||||||
// // TODO: implement initState
|
|
||||||
// super.initState();
|
|
||||||
|
|
||||||
// //permissionServiceCall();
|
|
||||||
// }
|
|
||||||
|
|
||||||
// Future<PermissionStatus> checkLocationPermission() async {
|
|
||||||
// return await Permission.location.status;
|
|
||||||
// }
|
|
||||||
|
|
||||||
// permissionServiceCall() async {
|
|
||||||
// await permissionServices().then(
|
|
||||||
// (value) {
|
|
||||||
// if (value != null) {
|
|
||||||
// if (value[Permission.location]!.isGranted ) {
|
|
||||||
// /* ========= New Screen Added ============= */
|
|
||||||
|
|
||||||
// Get.toNamed(AppPages.TRAVEL);
|
|
||||||
|
|
||||||
// // Navigator.pushReplacement(
|
|
||||||
// // context,
|
|
||||||
// // MaterialPageRoute(builder: (context) => SplashScreen()),
|
|
||||||
// // );
|
|
||||||
// }
|
|
||||||
// else{
|
|
||||||
// _showMyDialog();
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
|
|
||||||
|
|
||||||
// /*Permission services*/
|
|
||||||
// Future<Map<Permission, PermissionStatus>> permissionServices() async {
|
|
||||||
// // You can request multiple permissions at once.
|
|
||||||
// Map<Permission, PermissionStatus> statuses = await [
|
|
||||||
// Permission.location,
|
|
||||||
|
|
||||||
// //add more permission to request here.
|
|
||||||
// ].request();
|
|
||||||
|
|
||||||
// if (statuses[Permission.location]!.isPermanentlyDenied) {
|
|
||||||
// await openAppSettings().then(
|
|
||||||
// (value) async {
|
|
||||||
// if (value) {
|
|
||||||
// if (await Permission.location.status.isPermanentlyDenied == true &&
|
|
||||||
// await Permission.location.status.isGranted == false) {
|
|
||||||
// // openAppSettings();
|
|
||||||
// permissionServiceCall(); /* opens app settings until permission is granted */
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
// );
|
|
||||||
// } else {
|
|
||||||
// if (statuses[Permission.location]!.isDenied) {
|
|
||||||
//permissionServiceCall();
|
//permissionServiceCall();
|
||||||
// }
|
},
|
||||||
// }
|
),
|
||||||
|
],
|
||||||
// /*{Permission.camera: PermissionStatus.granted, Permission.storage: PermissionStatus.granted}*/
|
)
|
||||||
// return statuses;
|
);
|
||||||
// }
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
// @override
|
|
||||||
// Widget build(BuildContext context) {
|
|
||||||
// var status = Permission.location.status.then((value){
|
|
||||||
// if(value.isGranted == false){
|
|
||||||
// Future.delayed(Duration.zero, () => showAlert(context));
|
|
||||||
// }
|
|
||||||
// else {
|
|
||||||
// Get.toNamed(AppPages.TRAVEL);
|
|
||||||
// }
|
|
||||||
// });
|
|
||||||
// return Scaffold(
|
|
||||||
// body: Container(
|
|
||||||
// child: Text(""),
|
|
||||||
// ),
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
|
|
||||||
// void showAlert(BuildContext context) {
|
|
||||||
// showDialog(
|
|
||||||
// context: context,
|
|
||||||
// builder: (_) => AlertDialog(
|
|
||||||
// title: const Text('ロケーション許可'),
|
|
||||||
// content: SingleChildScrollView(
|
|
||||||
// child: ListBody(
|
|
||||||
// children: const <Widget>[
|
|
||||||
// Text( 'このアプリでは、位置情報の収集を行います。'),
|
|
||||||
// Text('岐阜ナビアプリではチェックポイントの自動チェックインの機能を可能にするために、現在地のデータが収集されます。アプリを閉じている時や、使用していないときにも収集されます。位置情報は、個人を特定できない統計的な情報として、ユーザーの個人情報とは一切結びつかない形で送信されます。お知らせの配信、位置情報の利用を許可しない場合は、この後表示されるダイアログで「許可しない」を選択してください。'),
|
|
||||||
// ],
|
|
||||||
// ),
|
|
||||||
// ),
|
|
||||||
// actions: <Widget>[
|
|
||||||
// TextButton(
|
|
||||||
// child: const Text('わかった'),
|
|
||||||
// onPressed: () {
|
|
||||||
// permissionServiceCall();
|
|
||||||
// },
|
|
||||||
// ),
|
|
||||||
// ],
|
|
||||||
// )
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
|
|
||||||
|
|
||||||
// }
|
|
||||||
@ -1,7 +1,4 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter/src/foundation/key.dart';
|
|
||||||
import 'package:flutter/src/widgets/container.dart';
|
|
||||||
import 'package:flutter/src/widgets/framework.dart';
|
|
||||||
|
|
||||||
class ProgressPage extends StatelessWidget {
|
class ProgressPage extends StatelessWidget {
|
||||||
const ProgressPage({Key? key}) : super(key: key);
|
const ProgressPage({Key? key}) : super(key: key);
|
||||||
@ -10,7 +7,7 @@ class ProgressPage extends StatelessWidget {
|
|||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Container(
|
return Container(
|
||||||
color: Colors.transparent,
|
color: Colors.transparent,
|
||||||
child: Center(
|
child: const Center(
|
||||||
child: CircularProgressIndicator(),
|
child: CircularProgressIndicator(),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
@ -13,6 +13,8 @@ class RegisterPage extends StatelessWidget {
|
|||||||
TextEditingController passwordController = TextEditingController();
|
TextEditingController passwordController = TextEditingController();
|
||||||
TextEditingController confirmPasswordController = TextEditingController();
|
TextEditingController confirmPasswordController = TextEditingController();
|
||||||
|
|
||||||
|
RegisterPage({Key? key}) : super(key: key);
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
@ -24,11 +26,11 @@ class RegisterPage extends StatelessWidget {
|
|||||||
leading:
|
leading:
|
||||||
IconButton( onPressed: (){
|
IconButton( onPressed: (){
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
},icon:Icon(Icons.arrow_back_ios,size: 20,color: Colors.black,)),
|
},icon:const Icon(Icons.arrow_back_ios,size: 20,color: Colors.black,)),
|
||||||
),
|
),
|
||||||
body: SafeArea(
|
body: SafeArea(
|
||||||
child: SingleChildScrollView(
|
child: SingleChildScrollView(
|
||||||
child: Container(
|
child: SizedBox(
|
||||||
height: MediaQuery.of(context).size.height,
|
height: MediaQuery.of(context).size.height,
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
child: Column(
|
child: Column(
|
||||||
@ -39,20 +41,20 @@ class RegisterPage extends StatelessWidget {
|
|||||||
Column(
|
Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
||||||
children: [
|
children: [
|
||||||
Text ("サインアップ", style: TextStyle(
|
const Text ("サインアップ", style: TextStyle(
|
||||||
fontSize: 30,
|
fontSize: 30,
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
),),
|
),),
|
||||||
SizedBox(height: 20,),
|
const SizedBox(height: 20,),
|
||||||
Text("アカウントを作成し、無料です",style: TextStyle(
|
Text("アカウントを作成し、無料です",style: TextStyle(
|
||||||
fontSize: 15,
|
fontSize: 15,
|
||||||
color: Colors.grey[700],
|
color: Colors.grey[700],
|
||||||
),),
|
),),
|
||||||
SizedBox(height: 30,)
|
const SizedBox(height: 30,)
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
Padding(
|
Padding(
|
||||||
padding: EdgeInsets.symmetric(
|
padding: const EdgeInsets.symmetric(
|
||||||
horizontal: 40
|
horizontal: 40
|
||||||
),
|
),
|
||||||
child: Column(
|
child: Column(
|
||||||
@ -64,12 +66,12 @@ class RegisterPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Padding(
|
Padding(
|
||||||
padding: EdgeInsets.symmetric(horizontal: 40),
|
padding: const EdgeInsets.symmetric(horizontal: 40),
|
||||||
child: Container(
|
child: Container(
|
||||||
padding: EdgeInsets.only(top: 3,left: 3),
|
padding: const EdgeInsets.only(top: 3,left: 3),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
borderRadius: BorderRadius.circular(40),
|
borderRadius: BorderRadius.circular(40),
|
||||||
border: Border(
|
border: const Border(
|
||||||
bottom: BorderSide(color: Colors.black),
|
bottom: BorderSide(color: Colors.black),
|
||||||
top: BorderSide(color: Colors.black),
|
top: BorderSide(color: Colors.black),
|
||||||
right: BorderSide(color: Colors.black),
|
right: BorderSide(color: Colors.black),
|
||||||
@ -84,9 +86,9 @@ class RegisterPage extends StatelessWidget {
|
|||||||
Get.snackbar(
|
Get.snackbar(
|
||||||
"No match",
|
"No match",
|
||||||
"Passwords does not match",
|
"Passwords does not match",
|
||||||
icon: Icon(Icons.assistant_photo_outlined, size: 40.0, color: Colors.blue),
|
icon: const Icon(Icons.assistant_photo_outlined, size: 40.0, color: Colors.blue),
|
||||||
snackPosition: SnackPosition.TOP,
|
snackPosition: SnackPosition.TOP,
|
||||||
duration: Duration(milliseconds: 800),
|
duration: const Duration(milliseconds: 800),
|
||||||
backgroundColor: Colors.yellow,
|
backgroundColor: Colors.yellow,
|
||||||
//icon:Image(image:AssetImage("assets/images/dora.png"))
|
//icon:Image(image:AssetImage("assets/images/dora.png"))
|
||||||
);
|
);
|
||||||
@ -95,9 +97,9 @@ class RegisterPage extends StatelessWidget {
|
|||||||
Get.snackbar(
|
Get.snackbar(
|
||||||
"no_values".tr,
|
"no_values".tr,
|
||||||
"email_and_password_required".tr,
|
"email_and_password_required".tr,
|
||||||
icon: Icon(Icons.assistant_photo_outlined, size: 40.0, color: Colors.blue),
|
icon: const Icon(Icons.assistant_photo_outlined, size: 40.0, color: Colors.blue),
|
||||||
snackPosition: SnackPosition.TOP,
|
snackPosition: SnackPosition.TOP,
|
||||||
duration: Duration(milliseconds: 800),
|
duration: const Duration(milliseconds: 800),
|
||||||
backgroundColor: Colors.yellow,
|
backgroundColor: Colors.yellow,
|
||||||
//icon:Image(image:AssetImage("assets/images/dora.png"))
|
//icon:Image(image:AssetImage("assets/images/dora.png"))
|
||||||
);
|
);
|
||||||
@ -110,23 +112,23 @@ class RegisterPage extends StatelessWidget {
|
|||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(40)
|
borderRadius: BorderRadius.circular(40)
|
||||||
),
|
),
|
||||||
child: Text("sign_up".tr,style: TextStyle(
|
child: Text("sign_up".tr,style: const TextStyle(
|
||||||
fontWeight: FontWeight.w600,fontSize: 16,
|
fontWeight: FontWeight.w600,fontSize: 16,
|
||||||
|
|
||||||
),),
|
),),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: 20,),
|
const SizedBox(height: 20,),
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
Flexible(child: Text("すでにアカウントをお持ちですか?")),
|
const Flexible(child: Text("すでにアカウントをお持ちですか?")),
|
||||||
TextButton(
|
TextButton(
|
||||||
onPressed: (){
|
onPressed: (){
|
||||||
Get.toNamed(AppPages.LOGIN);
|
Get.toNamed(AppPages.LOGIN);
|
||||||
},
|
},
|
||||||
child: Text("ログイン",style: TextStyle(
|
child: const Text("ログイン",style: TextStyle(
|
||||||
fontWeight: FontWeight.w600,
|
fontWeight: FontWeight.w600,
|
||||||
fontSize: 18
|
fontSize: 18
|
||||||
),),
|
),),
|
||||||
@ -149,17 +151,17 @@ Widget makeInput({label, required TextEditingController controller, obsureText =
|
|||||||
return Column(
|
return Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
Text(label,style:TextStyle(
|
Text(label,style:const TextStyle(
|
||||||
fontSize: 15,
|
fontSize: 15,
|
||||||
fontWeight: FontWeight.w400,
|
fontWeight: FontWeight.w400,
|
||||||
color: Colors.black87
|
color: Colors.black87
|
||||||
),),
|
),),
|
||||||
SizedBox(height: 5,),
|
const SizedBox(height: 5,),
|
||||||
TextField(
|
TextField(
|
||||||
controller: controller,
|
controller: controller,
|
||||||
obscureText: obsureText,
|
obscureText: obsureText,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
contentPadding: EdgeInsets.symmetric(vertical: 0,horizontal: 10),
|
contentPadding: const EdgeInsets.symmetric(vertical: 0,horizontal: 10),
|
||||||
enabledBorder: OutlineInputBorder(
|
enabledBorder: OutlineInputBorder(
|
||||||
borderSide: BorderSide(
|
borderSide: BorderSide(
|
||||||
color: (Colors.grey[400])!,
|
color: (Colors.grey[400])!,
|
||||||
@ -171,7 +173,7 @@ Widget makeInput({label, required TextEditingController controller, obsureText =
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: 30,)
|
const SizedBox(height: 30,)
|
||||||
|
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,8 +1,5 @@
|
|||||||
import 'package:flutter/material.dart';
|
|
||||||
import 'package:geojson/geojson.dart';
|
import 'package:geojson/geojson.dart';
|
||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
import 'package:get/get_state_manager/get_state_manager.dart';
|
|
||||||
import 'package:rogapp/model/destination.dart';
|
|
||||||
import 'package:rogapp/pages/index/index_controller.dart';
|
import 'package:rogapp/pages/index/index_controller.dart';
|
||||||
|
|
||||||
class SearchBarController extends GetxController {
|
class SearchBarController extends GetxController {
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
import 'package:flutter/cupertino.dart';
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter_typeahead/flutter_typeahead.dart';
|
import 'package:flutter_typeahead/flutter_typeahead.dart';
|
||||||
import 'package:geojson/geojson.dart';
|
import 'package:geojson/geojson.dart';
|
||||||
@ -14,13 +13,15 @@ class SearchPage extends StatelessWidget {
|
|||||||
IndexController indexController = Get.find<IndexController>();
|
IndexController indexController = Get.find<IndexController>();
|
||||||
|
|
||||||
Image getImage(int index) {
|
Image getImage(int index) {
|
||||||
if(searchController.searchResults[index].properties!["photos"] == null || searchController.searchResults[index].properties!["photos"] == ""){
|
if (searchController.searchResults[index].properties!["photos"] == null ||
|
||||||
return Image(image: AssetImage('assets/images/empty_image.png'));
|
searchController.searchResults[index].properties!["photos"] == "") {
|
||||||
}
|
return const Image(image: AssetImage('assets/images/empty_image.png'));
|
||||||
else{
|
} else {
|
||||||
return Image(
|
return Image(
|
||||||
image: NetworkImage(searchController.searchResults[index].properties!["photos"]),
|
image: NetworkImage(
|
||||||
errorBuilder: (BuildContext context, Object exception, StackTrace? stackTrace) {
|
searchController.searchResults[index].properties!["photos"]),
|
||||||
|
errorBuilder:
|
||||||
|
(BuildContext context, Object exception, StackTrace? stackTrace) {
|
||||||
return Image.asset("assets/images/empty_image.png");
|
return Image.asset("assets/images/empty_image.png");
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
@ -35,21 +36,48 @@ class SearchPage extends StatelessWidget {
|
|||||||
backgroundColor: Colors.white,
|
backgroundColor: Colors.white,
|
||||||
leading: IconButton(
|
leading: IconButton(
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
Navigator.pop(context);
|
Get.back();
|
||||||
},
|
},
|
||||||
icon: const Icon(Icons.arrow_back_ios_new, color: Colors.black,)),
|
icon: const Icon(
|
||||||
title: TypeAheadField(
|
Icons.arrow_back_ios_new,
|
||||||
|
color: Colors.black,
|
||||||
|
)),
|
||||||
|
centerTitle: true,
|
||||||
|
//title: const CupertinoSearchTextField(),
|
||||||
|
),
|
||||||
|
body: SingleChildScrollView(
|
||||||
|
child: TypeAheadField(
|
||||||
textFieldConfiguration: TextFieldConfiguration(
|
textFieldConfiguration: TextFieldConfiguration(
|
||||||
autofocus: true,
|
autofocus: true,
|
||||||
|
style: DefaultTextStyle.of(context).style.copyWith(
|
||||||
|
fontStyle: FontStyle.normal,
|
||||||
|
fontSize: 15.0,
|
||||||
|
),
|
||||||
|
decoration: InputDecoration(
|
||||||
|
border: const OutlineInputBorder(),
|
||||||
|
hintText: "検索",
|
||||||
|
prefixIcon: const Icon(Icons.search),
|
||||||
|
suffixIcon: IconButton(
|
||||||
|
icon: const Icon(Icons.clear),
|
||||||
|
onPressed: () {
|
||||||
|
// clear the text field
|
||||||
|
},
|
||||||
|
),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
suggestionsCallback: (pattern) async {
|
suggestionsCallback: (pattern) async {
|
||||||
return searchController.searchResults.where((GeoJsonFeature element) => element.properties!["location_name"].toString().contains(pattern));
|
return searchController.searchResults.where(
|
||||||
|
(GeoJsonFeature element) => element.properties!["location_name"]
|
||||||
|
.toString()
|
||||||
|
.contains(pattern));
|
||||||
//return await
|
//return await
|
||||||
},
|
},
|
||||||
itemBuilder: (context, GeoJsonFeature suggestion) {
|
itemBuilder: (context, GeoJsonFeature suggestion) {
|
||||||
return ListTile(
|
return ListTile(
|
||||||
title: Text(suggestion.properties!["location_name"]),
|
title: Text(suggestion.properties!["location_name"]),
|
||||||
subtitle: suggestion.properties!["category"] != null ? Text(suggestion.properties!["category"]) : Text(""),
|
subtitle: suggestion.properties!["category"] != null
|
||||||
|
? Text(suggestion.properties!["category"])
|
||||||
|
: const Text(""),
|
||||||
//leading: getImage(index),
|
//leading: getImage(index),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
@ -58,17 +86,15 @@ class SearchPage extends StatelessWidget {
|
|||||||
indexController.currentFeature.add(suggestion);
|
indexController.currentFeature.add(suggestion);
|
||||||
Get.back();
|
Get.back();
|
||||||
showModalBottomSheet(
|
showModalBottomSheet(
|
||||||
|
constraints:
|
||||||
|
BoxConstraints.loose(Size(Get.width, Get.height * 0.75)),
|
||||||
isScrollControlled: true,
|
isScrollControlled: true,
|
||||||
context: context,
|
context: context,
|
||||||
//builder: (context) => BottomSheetWidget(),
|
//builder: (context) => BottomSheetWidget(),
|
||||||
builder:((context) => BottomSheetNew())
|
builder: ((context) => BottomSheetNew()));
|
||||||
);
|
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
//title: const CupertinoSearchTextField(),
|
|
||||||
|
|
||||||
),
|
),
|
||||||
//body:
|
|
||||||
// Obx(() =>
|
// Obx(() =>
|
||||||
// ListView.builder(
|
// ListView.builder(
|
||||||
// itemCount: searchController.searchResults.length,
|
// itemCount: searchController.searchResults.length,
|
||||||
|
|||||||
@ -11,7 +11,7 @@ class SubPerfPage extends StatelessWidget {
|
|||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
title: Text("Select Sub Perfecture"),
|
title: const Text("Select Sub Perfecture"),
|
||||||
),
|
),
|
||||||
body: ListView.builder(
|
body: ListView.builder(
|
||||||
itemCount: indexController.subPerfs.length,
|
itemCount: indexController.subPerfs.length,
|
||||||
|
|||||||
@ -6,6 +6,8 @@ import 'package:rogapp/pages/changepassword/change_password_page.dart';
|
|||||||
import 'package:rogapp/pages/city/city_page.dart';
|
import 'package:rogapp/pages/city/city_page.dart';
|
||||||
import 'package:rogapp/pages/destination/destination_binding.dart';
|
import 'package:rogapp/pages/destination/destination_binding.dart';
|
||||||
import 'package:rogapp/pages/destination/destination_page.dart';
|
import 'package:rogapp/pages/destination/destination_page.dart';
|
||||||
|
import 'package:rogapp/pages/history/history_page.dart';
|
||||||
|
import 'package:rogapp/pages/home/home_binding.dart';
|
||||||
import 'package:rogapp/pages/home/home_page.dart';
|
import 'package:rogapp/pages/home/home_page.dart';
|
||||||
|
|
||||||
import 'package:rogapp/pages/index/index_page.dart';
|
import 'package:rogapp/pages/index/index_page.dart';
|
||||||
@ -19,23 +21,14 @@ import 'package:rogapp/pages/register/register_page.dart';
|
|||||||
import 'package:rogapp/pages/search/search_binding.dart';
|
import 'package:rogapp/pages/search/search_binding.dart';
|
||||||
import 'package:rogapp/pages/search/search_page.dart';
|
import 'package:rogapp/pages/search/search_page.dart';
|
||||||
import 'package:rogapp/pages/subperf/subperf_page.dart';
|
import 'package:rogapp/pages/subperf/subperf_page.dart';
|
||||||
import 'package:rogapp/screens/auth/views/login/login_screen.dart';
|
|
||||||
import 'package:rogapp/screens/auth/views/register/register_screen.dart';
|
|
||||||
import 'package:rogapp/screens/home/home_screen.dart';
|
|
||||||
import 'package:rogapp/spa/spa_binding.dart';
|
import 'package:rogapp/spa/spa_binding.dart';
|
||||||
import 'package:rogapp/spa/spa_page.dart';
|
import 'package:rogapp/spa/spa_page.dart';
|
||||||
|
|
||||||
import '../screens/home/home_binding.dart';
|
|
||||||
|
|
||||||
|
|
||||||
part 'app_routes.dart';
|
part 'app_routes.dart';
|
||||||
|
|
||||||
class AppPages {
|
class AppPages {
|
||||||
|
|
||||||
static const S_HOME = Routes.S_HOME;
|
|
||||||
static const S_LOGIN = Routes.S_LOGIN;
|
|
||||||
static const S_REGISTER= Routes.S_REGISTER;
|
|
||||||
|
|
||||||
// ignore: constant_identifier_names
|
// ignore: constant_identifier_names
|
||||||
static const INITIAL = Routes.INDEX;
|
static const INITIAL = Routes.INDEX;
|
||||||
// ignore: constant_identifier_names
|
// ignore: constant_identifier_names
|
||||||
@ -56,6 +49,7 @@ class AppPages {
|
|||||||
static const CHANGE_PASSWORD = Routes.CHANGE_PASSWORD;
|
static const CHANGE_PASSWORD = Routes.CHANGE_PASSWORD;
|
||||||
static const CAMERA_PAGE = Routes.CAMERA_PAGE;
|
static const CAMERA_PAGE = Routes.CAMERA_PAGE;
|
||||||
static const PROGRESS = Routes.PROGRESS;
|
static const PROGRESS = Routes.PROGRESS;
|
||||||
|
static const HISTORY = Routes.HISTORY;
|
||||||
|
|
||||||
static final routes = [
|
static final routes = [
|
||||||
// GetPage(
|
// GetPage(
|
||||||
@ -68,20 +62,6 @@ class AppPages {
|
|||||||
// page: () => MapPage(),
|
// page: () => MapPage(),
|
||||||
// binding: MapBinding(),
|
// binding: MapBinding(),
|
||||||
// )
|
// )
|
||||||
GetPage(
|
|
||||||
name: Routes.S_HOME,
|
|
||||||
page: () => HomeScreen(),
|
|
||||||
binding: HomeBinding()
|
|
||||||
),
|
|
||||||
GetPage(
|
|
||||||
name: Routes.S_LOGIN,
|
|
||||||
page: () => LoginScreen(),
|
|
||||||
//binding: IndexBinding(),
|
|
||||||
),
|
|
||||||
GetPage(
|
|
||||||
name: Routes.S_REGISTER,
|
|
||||||
page: () => RegisterScreen(),
|
|
||||||
),
|
|
||||||
GetPage(
|
GetPage(
|
||||||
name: Routes.INDEX,
|
name: Routes.INDEX,
|
||||||
page: () => IndexPage(),
|
page: () => IndexPage(),
|
||||||
@ -94,7 +74,7 @@ class AppPages {
|
|||||||
),
|
),
|
||||||
GetPage(
|
GetPage(
|
||||||
name: Routes.LANDING,
|
name: Routes.LANDING,
|
||||||
page: () => LandingPage(),
|
page: () => const LandingPage(),
|
||||||
//binding: SpaBinding(),
|
//binding: SpaBinding(),
|
||||||
),
|
),
|
||||||
GetPage(
|
GetPage(
|
||||||
@ -114,7 +94,7 @@ class AppPages {
|
|||||||
),
|
),
|
||||||
GetPage(
|
GetPage(
|
||||||
name: Routes.LOADING,
|
name: Routes.LOADING,
|
||||||
page: () => LoadingPage(),
|
page: () => const LoadingPage(),
|
||||||
//binding: DestinationBinding(),
|
//binding: DestinationBinding(),
|
||||||
),
|
),
|
||||||
GetPage(
|
GetPage(
|
||||||
@ -124,12 +104,12 @@ class AppPages {
|
|||||||
),
|
),
|
||||||
GetPage(
|
GetPage(
|
||||||
name: Routes.HOME,
|
name: Routes.HOME,
|
||||||
page: () => HomePage(),
|
page: () => const HomePage(),
|
||||||
binding: HomeBinding(),
|
binding: HomeBinding(),
|
||||||
),
|
),
|
||||||
GetPage(
|
GetPage(
|
||||||
name: Routes.PERMISSION,
|
name: Routes.PERMISSION,
|
||||||
page: () => PermissionHandlerScreen(),
|
page: () => const PermissionHandlerScreen(),
|
||||||
),
|
),
|
||||||
GetPage(
|
GetPage(
|
||||||
name: Routes.SEARCH,
|
name: Routes.SEARCH,
|
||||||
@ -146,11 +126,11 @@ class AppPages {
|
|||||||
),
|
),
|
||||||
GetPage(
|
GetPage(
|
||||||
name: Routes.CITY,
|
name: Routes.CITY,
|
||||||
page: () => CityPage(),
|
page: () => const CityPage(),
|
||||||
),
|
),
|
||||||
GetPage(
|
GetPage(
|
||||||
name: Routes.CATEOGORY,
|
name: Routes.CATEOGORY,
|
||||||
page: () => CategoryPage(),
|
page: () => const CategoryPage(),
|
||||||
),
|
),
|
||||||
GetPage(
|
GetPage(
|
||||||
name: Routes.CHANGE_PASSWORD,
|
name: Routes.CHANGE_PASSWORD,
|
||||||
@ -162,7 +142,11 @@ class AppPages {
|
|||||||
),
|
),
|
||||||
GetPage(
|
GetPage(
|
||||||
name: Routes.PROGRESS,
|
name: Routes.PROGRESS,
|
||||||
page: () => ProgressPage(),
|
page: () => const ProgressPage(),
|
||||||
|
),
|
||||||
|
GetPage(
|
||||||
|
name: Routes.HISTORY,
|
||||||
|
page: () => const HistoryPage(),
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
@ -1,9 +1,6 @@
|
|||||||
part of 'app_pages.dart';
|
part of 'app_pages.dart';
|
||||||
|
|
||||||
abstract class Routes {
|
abstract class Routes {
|
||||||
static const S_HOME = '/s_home';
|
|
||||||
static const S_LOGIN = '/s_login';
|
|
||||||
static const S_REGISTER = '/s_register';
|
|
||||||
// Main Menu Route
|
// Main Menu Route
|
||||||
// static const HOME = '/';
|
// static const HOME = '/';
|
||||||
// static const MAP = '/map';
|
// static const MAP = '/map';
|
||||||
@ -27,4 +24,5 @@ abstract class Routes {
|
|||||||
static const CHANGE_PASSWORD = '/change_password';
|
static const CHANGE_PASSWORD = '/change_password';
|
||||||
static const CAMERA_PAGE = '/camera_page';
|
static const CAMERA_PAGE = '/camera_page';
|
||||||
static const PROGRESS = '/progress';
|
static const PROGRESS = '/progress';
|
||||||
|
static const HISTORY = '/history';
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,36 +0,0 @@
|
|||||||
import 'package:flutter/material.dart';
|
|
||||||
import 'package:rogapp/theme/pallete.dart';
|
|
||||||
|
|
||||||
class AuthTextField extends StatelessWidget {
|
|
||||||
final TextEditingController controller;
|
|
||||||
final String hinttext;
|
|
||||||
final bool isObsque;
|
|
||||||
const AuthTextField({super.key, required this.controller, required this.hinttext, this.isObsque = false});
|
|
||||||
|
|
||||||
@override
|
|
||||||
Widget build(BuildContext context) {
|
|
||||||
return TextFormField(
|
|
||||||
controller: controller,
|
|
||||||
decoration: InputDecoration(
|
|
||||||
focusedBorder: OutlineInputBorder(
|
|
||||||
borderRadius: BorderRadius.circular(5),
|
|
||||||
borderSide: const BorderSide(
|
|
||||||
color: Pallete.BLUE_COLOR,
|
|
||||||
width: 2
|
|
||||||
)
|
|
||||||
),
|
|
||||||
enabledBorder: OutlineInputBorder(
|
|
||||||
borderRadius: BorderRadius.circular(5),
|
|
||||||
borderSide: const BorderSide(
|
|
||||||
color: Pallete.BROWN_COLOR,
|
|
||||||
)
|
|
||||||
),
|
|
||||||
contentPadding: const EdgeInsets.all(22),
|
|
||||||
hintText: hinttext,
|
|
||||||
hintStyle: const TextStyle(
|
|
||||||
fontSize: 18,
|
|
||||||
)
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,30 +0,0 @@
|
|||||||
|
|
||||||
import 'package:rogapp/theme/theme.dart';
|
|
||||||
import 'package:flutter/material.dart';
|
|
||||||
|
|
||||||
class RoundedSmallButton extends StatelessWidget {
|
|
||||||
final VoidCallback onTap;
|
|
||||||
final String label;
|
|
||||||
final Color backgroundColor;
|
|
||||||
final Color textColor;
|
|
||||||
|
|
||||||
const RoundedSmallButton({
|
|
||||||
super.key,
|
|
||||||
required this.onTap,
|
|
||||||
required this.label,
|
|
||||||
this.backgroundColor = Pallete.WHITE_COLOR,
|
|
||||||
this.textColor = Pallete.BACKGROUND_COLOR,
|
|
||||||
});
|
|
||||||
|
|
||||||
@override
|
|
||||||
Widget build(BuildContext context) {
|
|
||||||
return InkWell(
|
|
||||||
onTap: onTap,
|
|
||||||
child: Chip(
|
|
||||||
label: Text(label, style: TextStyle(color: textColor, fontSize: 16),),
|
|
||||||
backgroundColor: backgroundColor,
|
|
||||||
labelPadding:const EdgeInsets.symmetric(horizontal: 10, vertical: 3),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,45 +0,0 @@
|
|||||||
import 'dart:convert' as convert;
|
|
||||||
|
|
||||||
import 'package:get/get.dart';
|
|
||||||
import 'package:rogapp/model/user.dart';
|
|
||||||
import 'package:rogapp/utils/const.dart';
|
|
||||||
import 'package:http/http.dart' as http;
|
|
||||||
|
|
||||||
class AuthController extends GetxController{
|
|
||||||
var isLoading = false.obs;
|
|
||||||
var authList = List<AuthResponse>.empty(growable: true).obs;
|
|
||||||
|
|
||||||
void signinUser(String email, String password) async {
|
|
||||||
try{
|
|
||||||
isLoading(true);
|
|
||||||
String serverUrl = ConstValues.currentServer();
|
|
||||||
String url = '$serverUrl/api/login/';
|
|
||||||
final http.Response response = await http.post(
|
|
||||||
Uri.parse(url),
|
|
||||||
headers: <String, String>{
|
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
|
||||||
},
|
|
||||||
body: convert.jsonEncode(<String, String>{
|
|
||||||
'email': email,
|
|
||||||
'password': password
|
|
||||||
}),
|
|
||||||
);
|
|
||||||
if (response.statusCode == 200) {
|
|
||||||
print(response.body);
|
|
||||||
AuthResponse authResponse = AuthResponse.fromJson(convert.jsonDecode(convert.utf8.decode(response.body.codeUnits)));
|
|
||||||
print(authResponse.user.eventCode.toString());
|
|
||||||
authList.assign(authResponse);
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
throw("Unable to Login, please check your creadentials");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(e){
|
|
||||||
Get.snackbar("Error", e.toString(), snackPosition: SnackPosition.BOTTOM);
|
|
||||||
}
|
|
||||||
finally{
|
|
||||||
isLoading(false);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
import 'package:get/get.dart';
|
|
||||||
|
|
||||||
class LoginController extends GetxController{
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,75 +0,0 @@
|
|||||||
import 'package:flutter/gestures.dart';
|
|
||||||
import 'package:flutter/material.dart';
|
|
||||||
import 'package:get/get.dart';
|
|
||||||
import 'package:rogapp/common/ui/widgets/uis.dart';
|
|
||||||
import 'package:rogapp/routes/app_pages.dart';
|
|
||||||
import 'package:rogapp/screens/auth/common/uis/auth_text_field.dart';
|
|
||||||
import 'package:rogapp/screens/auth/common/uis/rounded_small_button.dart';
|
|
||||||
import 'package:rogapp/screens/auth/controller/auth_controller.dart';
|
|
||||||
import 'package:rogapp/theme/theme.dart';
|
|
||||||
|
|
||||||
class LoginScreen extends StatelessWidget {
|
|
||||||
final emailController = TextEditingController();
|
|
||||||
final passwordController = TextEditingController();
|
|
||||||
LoginScreen({super.key});
|
|
||||||
|
|
||||||
final AuthController authController = Get.find<AuthController>();
|
|
||||||
|
|
||||||
@override
|
|
||||||
Widget build(BuildContext context) {
|
|
||||||
return Scaffold(
|
|
||||||
appBar: UIs.appBar(),
|
|
||||||
body: Obx((){
|
|
||||||
if(authController.isLoading.value) {
|
|
||||||
return const Center(child: CircularProgressIndicator(),);
|
|
||||||
} else {
|
|
||||||
return Center(
|
|
||||||
child: SingleChildScrollView(
|
|
||||||
child: Padding(
|
|
||||||
padding: const EdgeInsets.all(8.0),
|
|
||||||
child: Column(
|
|
||||||
children: [
|
|
||||||
Container(
|
|
||||||
height: MediaQuery.of(context).size.height/6,
|
|
||||||
decoration: const BoxDecoration(
|
|
||||||
image:DecorationImage(image: AssetImage('assets/images/login_image.jpg'))
|
|
||||||
),
|
|
||||||
),
|
|
||||||
const SizedBox(height: 5,),
|
|
||||||
AuthTextField(controller: emailController, hinttext: 'Email',),
|
|
||||||
const SizedBox(height: 25,),
|
|
||||||
AuthTextField(controller: passwordController, hinttext: 'Password',),
|
|
||||||
const SizedBox(height: 40,),
|
|
||||||
Align(
|
|
||||||
alignment: Alignment.topRight,
|
|
||||||
child: RoundedSmallButton(onTap: (){
|
|
||||||
authController.signinUser(emailController.text, passwordController.text);
|
|
||||||
},
|
|
||||||
label: 'Done',),
|
|
||||||
),
|
|
||||||
const SizedBox(height: 40,),
|
|
||||||
RichText(
|
|
||||||
text: TextSpan(
|
|
||||||
text: "Don't have an account?",
|
|
||||||
style: const TextStyle(fontSize: 16, color: Pallete.BROWN_COLOR),
|
|
||||||
children: [
|
|
||||||
TextSpan(
|
|
||||||
text: " Signup",
|
|
||||||
style: const TextStyle(color: Pallete.BLUE_COLOR, fontSize: 16),
|
|
||||||
recognizer: TapGestureRecognizer()..onTap = (){
|
|
||||||
Get.toNamed(AppPages.S_REGISTER);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
]
|
|
||||||
)
|
|
||||||
)
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
import 'package:flutter/material.dart';
|
|
||||||
|
|
||||||
class RegisterScreen extends StatelessWidget {
|
|
||||||
const RegisterScreen({super.key});
|
|
||||||
|
|
||||||
@override
|
|
||||||
Widget build(BuildContext context) {
|
|
||||||
return Container();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,12 +0,0 @@
|
|||||||
import 'package:get/get.dart';
|
|
||||||
import 'package:rogapp/screens/home/home_controller.dart';
|
|
||||||
import 'package:rogapp/screens/home/location_controller.dart';
|
|
||||||
|
|
||||||
class HomeBinding extends Bindings{
|
|
||||||
@override
|
|
||||||
void dependencies() {
|
|
||||||
Get.put(HomeController());
|
|
||||||
Get.put(LocationController());
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,124 +0,0 @@
|
|||||||
import 'dart:async';
|
|
||||||
|
|
||||||
import 'package:connectivity_plus/connectivity_plus.dart';
|
|
||||||
import 'package:flutter_map/flutter_map.dart';
|
|
||||||
import 'package:get/get.dart';
|
|
||||||
import 'package:latlong2/latlong.dart';
|
|
||||||
import 'package:rogapp/model/location_response.dart';
|
|
||||||
import 'package:rogapp/screens/auth/controller/auth_controller.dart';
|
|
||||||
import 'package:rogapp/screens/home/location_controller.dart';
|
|
||||||
import 'package:rogapp/utils/const.dart';
|
|
||||||
import 'package:http/http.dart' as http;
|
|
||||||
import 'dart:convert' as convert;
|
|
||||||
|
|
||||||
import 'package:rogapp/utils/db_helper.dart';
|
|
||||||
|
|
||||||
class HomeController extends GetxController{
|
|
||||||
var isLoading = false.obs;
|
|
||||||
List<LatLngBounds> currentBound = <LatLngBounds>[].obs;
|
|
||||||
List<Feature> currentFeaturesforBound = <Feature>[].obs;
|
|
||||||
List<Feature> currentFeature = <Feature>[].obs;
|
|
||||||
MapController mapController = MapController();
|
|
||||||
|
|
||||||
late StreamSubscription<ConnectivityResult> _connectivitySubscription;
|
|
||||||
ConnectivityResult connectionStatus = ConnectivityResult.none;
|
|
||||||
var connectionStatusName = "".obs;
|
|
||||||
final Connectivity _connectivity = Connectivity();
|
|
||||||
|
|
||||||
AuthController authController = Get.find<AuthController>();
|
|
||||||
DatabaseHelper dbaseHelper = DatabaseHelper.instance;
|
|
||||||
|
|
||||||
@override
|
|
||||||
void onInit() {
|
|
||||||
super.onInit();
|
|
||||||
_connectivitySubscription = _connectivity.onConnectivityChanged.listen(_updateConnectionStatus);
|
|
||||||
dbaseHelper.deleteAll().then((value){
|
|
||||||
fetchBoundForuser(authController.authList[0].token);
|
|
||||||
loadLocationsForBound().then((_){
|
|
||||||
fetchLocalLocationForBound(mapController.bounds!);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<void> _updateConnectionStatus(ConnectivityResult result) async {
|
|
||||||
connectionStatus = result;
|
|
||||||
connectionStatusName.value = result.name;
|
|
||||||
}
|
|
||||||
|
|
||||||
void fetchLocalLocationForBound(LatLngBounds bound) async {
|
|
||||||
final locations = await dbaseHelper.getFeaturesWithinBounds(bound);
|
|
||||||
currentFeaturesforBound.assignAll(locations);
|
|
||||||
print("loading locations ${currentFeaturesforBound.length} ------");
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<void> loadLocationsForBound() async {
|
|
||||||
LatLngBounds bounds = mapController.bounds!;
|
|
||||||
String serverUrl = ConstValues.currentServer();
|
|
||||||
try{
|
|
||||||
isLoading(true);
|
|
||||||
if(bounds.southWest != null && bounds.northEast != null){
|
|
||||||
bool _rog = authController.authList[0].user.isRogaining;
|
|
||||||
String r = _rog == true ? 'True': 'False';
|
|
||||||
var grp = authController.authList[0].user.eventCode;
|
|
||||||
final url = '$serverUrl/api/inbound?rog=${r}&grp=$grp&ln1=${bounds.southWest!.longitude}&la1=${bounds.southWest!.latitude}&ln2=${bounds.northWest.longitude}&la2=${bounds.northWest.latitude}&ln3=${bounds.northEast!.longitude}&la3=${bounds.northEast!.latitude}&ln4=${bounds.southEast.longitude}&la4=${bounds.southEast.latitude}';
|
|
||||||
final response = await http.get(Uri.parse(url),
|
|
||||||
headers: <String, String>{
|
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
|
||||||
},
|
|
||||||
);
|
|
||||||
if (response.statusCode == 200) {
|
|
||||||
// Parse JSON response
|
|
||||||
LocationResponse locationResponse = LocationResponse.fromMap(convert.jsonDecode(convert.utf8.decode(response.body.codeUnits)));
|
|
||||||
|
|
||||||
// For each feature in the location response
|
|
||||||
for (var feature in locationResponse.features!) {
|
|
||||||
await dbaseHelper.insertFeature(feature.toMap());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
throw("Unable to load locations, please try again ...");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(e, st){
|
|
||||||
Get.snackbar("Error", e.toString(), snackPosition: SnackPosition.BOTTOM);
|
|
||||||
}
|
|
||||||
finally{
|
|
||||||
isLoading(false);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void fetchBoundForuser(String usertoken) async {
|
|
||||||
try{
|
|
||||||
isLoading(true);
|
|
||||||
String serverUrl = ConstValues.currentServer();
|
|
||||||
String url = '$serverUrl/api/locsext/';
|
|
||||||
final http.Response response = await http.post(
|
|
||||||
Uri.parse(url),
|
|
||||||
headers: <String, String>{
|
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
|
||||||
'Authorization': 'Token $usertoken'
|
|
||||||
},
|
|
||||||
body: convert.jsonEncode(<String, String>{
|
|
||||||
'token': usertoken,
|
|
||||||
}),
|
|
||||||
);
|
|
||||||
if (response.statusCode == 200) {
|
|
||||||
final ext = convert.json.decode(convert.utf8.decode(response.body.codeUnits));
|
|
||||||
LatLngBounds bnds = LatLngBounds(LatLng(ext[1], ext[0]), LatLng(ext[3], ext[2]));
|
|
||||||
currentBound.assign(bnds);
|
|
||||||
mapController.fitBounds(bnds);
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
throw("Unable to query current bound, please try again ...");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(e){
|
|
||||||
Get.snackbar("Error", e.toString(), snackPosition: SnackPosition.BOTTOM);
|
|
||||||
}
|
|
||||||
finally{
|
|
||||||
isLoading(false);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,183 +0,0 @@
|
|||||||
import 'dart:async';
|
|
||||||
|
|
||||||
import 'package:flutter/material.dart';
|
|
||||||
import 'package:flutter_map/flutter_map.dart';
|
|
||||||
import 'package:flutter_map_location_marker/flutter_map_location_marker.dart';
|
|
||||||
import 'package:get/get.dart';
|
|
||||||
import 'package:latlong2/latlong.dart';
|
|
||||||
import 'package:rogapp/common/ui/widgets/uis.dart';
|
|
||||||
import 'package:rogapp/model/location_response.dart';
|
|
||||||
import 'package:rogapp/screens/home/home_controller.dart';
|
|
||||||
import 'package:rogapp/screens/home/location_controller.dart';
|
|
||||||
import 'package:rogapp/theme/theme.dart';
|
|
||||||
import 'package:rogapp/utils/db_helper.dart';
|
|
||||||
import 'package:rogapp/utils/text_util.dart';
|
|
||||||
import 'package:rogapp/widgets/base_layer_widget.dart';
|
|
||||||
import 'package:rogapp/widgets/bottom_sheet_new.dart';
|
|
||||||
import 'package:sqflite/sqflite.dart';
|
|
||||||
|
|
||||||
class HomeScreen extends StatelessWidget {
|
|
||||||
HomeScreen({super.key});
|
|
||||||
StreamSubscription? subscription;
|
|
||||||
final HomeController homeController = Get.find<HomeController>();
|
|
||||||
final LocationController locationController = Get.find<LocationController>();
|
|
||||||
|
|
||||||
final double zoomThreshold = 0.08;
|
|
||||||
final double boundsThreshold = 0.0005;
|
|
||||||
|
|
||||||
LatLngBounds? lastBounds;
|
|
||||||
double? lastZoom;
|
|
||||||
|
|
||||||
|
|
||||||
Widget getMarkerShape(Feature i, BuildContext context){
|
|
||||||
|
|
||||||
//print("lat is ${p.geoSerie!.geoPoints[0].latitude} and lon is ${p.geoSerie!.geoPoints[0].longitude}");
|
|
||||||
RegExp regex = RegExp(r'([.]*0)(?!.*\d)');
|
|
||||||
return Row(
|
|
||||||
mainAxisAlignment: MainAxisAlignment.start,
|
|
||||||
children: [
|
|
||||||
InkWell(
|
|
||||||
onTap: () {
|
|
||||||
homeController.currentFeature.assign(i);
|
|
||||||
if(homeController.currentFeature != null) {
|
|
||||||
showModalBottomSheet(
|
|
||||||
context: context,
|
|
||||||
isScrollControlled: true,
|
|
||||||
isDismissible: true,
|
|
||||||
builder:((context) => BottomSheetNew())
|
|
||||||
//builder:((context) => BottomSheetWidget())
|
|
||||||
).whenComplete((){
|
|
||||||
locationController.skip_gps = false;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
},
|
|
||||||
child: Container(
|
|
||||||
height: 32,
|
|
||||||
width: 32,
|
|
||||||
decoration: BoxDecoration(
|
|
||||||
shape: BoxShape.circle,
|
|
||||||
color: Colors.transparent,
|
|
||||||
border: Border.all(
|
|
||||||
color: i.properties!.buy_point! > 0 ? Colors.blue : Colors.red,
|
|
||||||
width: 3,
|
|
||||||
style: BorderStyle.solid
|
|
||||||
)
|
|
||||||
),
|
|
||||||
child: Stack(
|
|
||||||
alignment: Alignment.center,
|
|
||||||
children: [
|
|
||||||
Icon(Icons.circle,size: 6.0,),
|
|
||||||
i.properties!.cp == -1 ?
|
|
||||||
Transform.rotate(
|
|
||||||
alignment: Alignment.centerLeft,
|
|
||||||
origin: Offset.fromDirection(1, 26),
|
|
||||||
angle: 270 * pi / 180,
|
|
||||||
child: Icon(Icons.play_arrow_outlined, color: Colors.red, size: 70,)):
|
|
||||||
Container(color: Colors.transparent,),
|
|
||||||
],
|
|
||||||
)
|
|
||||||
),
|
|
||||||
),
|
|
||||||
Container(color: Colors.white, child: Text(TextUtils.getDisplayTextForFeature(i), style: TextStyle(fontSize: 16, fontWeight: FontWeight.bold, color:Colors.red,))),
|
|
||||||
],
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@override
|
|
||||||
Widget build(BuildContext context) {
|
|
||||||
return Scaffold(
|
|
||||||
appBar: AppBar(
|
|
||||||
actions: [
|
|
||||||
TextButton(onPressed: () async {
|
|
||||||
DatabaseHelper dbaseHelper = DatabaseHelper.instance;
|
|
||||||
final res = await dbaseHelper.getFeatureByLatLon(35.807369, 137.240684);
|
|
||||||
print(res[0].toString());
|
|
||||||
},
|
|
||||||
child: const Text("Click", style: TextStyle(color: Colors.white),))
|
|
||||||
],
|
|
||||||
),
|
|
||||||
body: Obx(() =>
|
|
||||||
FlutterMap(
|
|
||||||
mapController: homeController.mapController,
|
|
||||||
options: MapOptions(
|
|
||||||
onMapReady: (){
|
|
||||||
homeController.mapController!.mapEventStream.listen((MapEvent mapEvent) {
|
|
||||||
if (mapEvent is MapEventMoveStart) {
|
|
||||||
}
|
|
||||||
if (mapEvent is MapEventMoveEnd) {
|
|
||||||
LatLngBounds bounds = homeController.mapController!.bounds!;
|
|
||||||
homeController.currentBound.assign(bounds);
|
|
||||||
final _cz = homeController.mapController.zoom;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
} ,
|
|
||||||
onPositionChanged: (position, hasGesture){
|
|
||||||
if (hasGesture) {
|
|
||||||
LatLngBounds currentBounds = position.bounds!;
|
|
||||||
|
|
||||||
if (lastBounds != null && lastZoom != null) {
|
|
||||||
// Compute difference between last bounds and current bounds
|
|
||||||
double boundsDifference = lastBounds!.north - currentBounds.north +
|
|
||||||
lastBounds!.south - currentBounds.south +
|
|
||||||
lastBounds!.east - currentBounds.east +
|
|
||||||
lastBounds!.west - currentBounds.west;
|
|
||||||
|
|
||||||
// Compute difference between last zoom and current zoom
|
|
||||||
double zoomDifference = lastZoom! - position.zoom!;
|
|
||||||
|
|
||||||
if (boundsDifference.abs() > boundsThreshold || zoomDifference.abs() > zoomThreshold) {
|
|
||||||
LatLngBounds bounds = homeController.mapController!.bounds!;
|
|
||||||
homeController.currentBound.assign(bounds);
|
|
||||||
print('----threshold reached ---');
|
|
||||||
homeController.fetchLocalLocationForBound(bounds);
|
|
||||||
//loadData(position.bounds); // Load new data when either threshold is exceeded
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
LatLngBounds bounds = homeController.mapController!.bounds!;
|
|
||||||
homeController.currentBound.assign(bounds);
|
|
||||||
homeController.fetchLocalLocationForBound(bounds);
|
|
||||||
//loadData(position.bounds); // Load new data if this is the first time
|
|
||||||
}
|
|
||||||
|
|
||||||
lastBounds = currentBounds; // Update the last bounds
|
|
||||||
lastZoom = position.zoom; // Update the last zoom
|
|
||||||
|
|
||||||
}
|
|
||||||
},
|
|
||||||
bounds: homeController.currentBound.isNotEmpty ? homeController.currentBound[0]: LatLngBounds.fromPoints([LatLng(35.03999881162295, 136.40587119778962), LatLng(36.642756778706904, 137.95226720406063)]),
|
|
||||||
zoom: 14,
|
|
||||||
maxZoom:18.4,
|
|
||||||
interactiveFlags: InteractiveFlag.pinchZoom | InteractiveFlag.drag,
|
|
||||||
),
|
|
||||||
children: [
|
|
||||||
const BaseLayer(),
|
|
||||||
CurrentLocationLayer(),
|
|
||||||
homeController.currentFeaturesforBound.isNotEmpty ?
|
|
||||||
MarkerLayer(
|
|
||||||
markers:homeController.currentFeaturesforBound.map((i) {
|
|
||||||
RegExp regex = RegExp(r'([.]*0)(?!.*\d)');
|
|
||||||
return Marker(
|
|
||||||
anchorPos: AnchorPos.exactly(Anchor(108.0, 18.0)),
|
|
||||||
height: 32.0,
|
|
||||||
width: 120.0,
|
|
||||||
point: LatLng(i.latitude!, i.longitude!),
|
|
||||||
builder: (ctx){
|
|
||||||
return getMarkerShape(i, context);
|
|
||||||
},
|
|
||||||
);
|
|
||||||
}).toList(),
|
|
||||||
)
|
|
||||||
:
|
|
||||||
Center(child: CircularProgressIndicator()),
|
|
||||||
],
|
|
||||||
|
|
||||||
)
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,318 +0,0 @@
|
|||||||
import 'dart:async';
|
|
||||||
import 'dart:io';
|
|
||||||
|
|
||||||
import 'package:flutter/foundation.dart';
|
|
||||||
import 'package:flutter/material.dart';
|
|
||||||
import 'package:geolocator/geolocator.dart';
|
|
||||||
import 'package:get/get.dart';
|
|
||||||
import 'package:latlong2/latlong.dart';
|
|
||||||
import 'package:modal_bottom_sheet/modal_bottom_sheet.dart';
|
|
||||||
import 'package:rogapp/model/location_response.dart';
|
|
||||||
import 'package:rogapp/pages/camera/camera_page.dart';
|
|
||||||
import 'package:rogapp/screens/auth/controller/auth_controller.dart';
|
|
||||||
import 'package:rogapp/screens/home/home_controller.dart';
|
|
||||||
import 'package:rogapp/utils/checkin_db_helper.dart';
|
|
||||||
import 'package:rogapp/widgets/bottom_sheet_new.dart';
|
|
||||||
|
|
||||||
class LocationController extends GetxController{
|
|
||||||
|
|
||||||
HomeController homeController = Get.find<HomeController>();
|
|
||||||
AuthController authController = Get.find<AuthController>();
|
|
||||||
CheckinDBHelper checkinDBHelper = CheckinDBHelper.instance;
|
|
||||||
|
|
||||||
|
|
||||||
late LocationSettings locationSettings;
|
|
||||||
List<String> locationPermission = <String>[" -- starting -- "].obs;
|
|
||||||
double current_lat = 0.0;
|
|
||||||
double current_lon = 0.0;
|
|
||||||
var is_gps_selected = true.obs;
|
|
||||||
var is_checkingIn = false.obs;
|
|
||||||
var moveMapwithGPS = false.obs;
|
|
||||||
bool skip_gps = false;
|
|
||||||
var is_photo_shoot = false.obs;
|
|
||||||
final photos = <File>[].obs;
|
|
||||||
Timer? _timer;
|
|
||||||
int _start = 0;
|
|
||||||
int chekcs = 0;
|
|
||||||
var rogaining_counted = false.obs;
|
|
||||||
|
|
||||||
var is_in_checkin = false.obs;
|
|
||||||
var is_in_rog = false.obs;
|
|
||||||
var is_at_start = false.obs;
|
|
||||||
var is_at_goal = false.obs;
|
|
||||||
DateTime last_goal_at = DateTime.now().subtract(Duration(days:1));
|
|
||||||
bool skip_10s = false;
|
|
||||||
|
|
||||||
bool checking_in = false;
|
|
||||||
BuildContext? context;
|
|
||||||
|
|
||||||
@override
|
|
||||||
void onInit() {
|
|
||||||
initGPS();
|
|
||||||
super.onInit();
|
|
||||||
}
|
|
||||||
|
|
||||||
void checkPermission() async {
|
|
||||||
LocationPermission permission = await Geolocator.checkPermission();
|
|
||||||
if (permission != LocationPermission.whileInUse ||
|
|
||||||
permission != LocationPermission.always) {
|
|
||||||
locationPermission.clear();
|
|
||||||
locationPermission.add(permission.name);
|
|
||||||
permission = await Geolocator.requestPermission();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void initGPS(){
|
|
||||||
checkPermission();
|
|
||||||
|
|
||||||
//print("------ in iniit");
|
|
||||||
|
|
||||||
if (defaultTargetPlatform == TargetPlatform.android) {
|
|
||||||
locationSettings = AndroidSettings(
|
|
||||||
accuracy: LocationAccuracy.bestForNavigation,
|
|
||||||
distanceFilter: 0,
|
|
||||||
forceLocationManager: true,
|
|
||||||
intervalDuration: const Duration(seconds: 1),
|
|
||||||
foregroundNotificationConfig: const ForegroundNotificationConfig(
|
|
||||||
notificationText:
|
|
||||||
"Thi app will continue to receive your location even when you aren't using it",
|
|
||||||
notificationTitle: "Running in Background",
|
|
||||||
enableWakeLock: true,
|
|
||||||
)
|
|
||||||
);
|
|
||||||
} else if (defaultTargetPlatform == TargetPlatform.iOS || defaultTargetPlatform == TargetPlatform.macOS) {
|
|
||||||
locationSettings = AppleSettings(
|
|
||||||
accuracy: LocationAccuracy.bestForNavigation,
|
|
||||||
activityType: ActivityType.fitness,
|
|
||||||
distanceFilter: 0,
|
|
||||||
pauseLocationUpdatesAutomatically: false,
|
|
||||||
// Only set to true if our app will be started up in the background.
|
|
||||||
showBackgroundLocationIndicator: true
|
|
||||||
);
|
|
||||||
} else {
|
|
||||||
locationSettings = const LocationSettings(
|
|
||||||
accuracy: LocationAccuracy.high,
|
|
||||||
distanceFilter: 0,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
|
||||||
|
|
||||||
StreamSubscription<Position> positionStream = Geolocator.getPositionStream(locationSettings: locationSettings).listen(
|
|
||||||
|
|
||||||
(Position? position) {
|
|
||||||
current_lat = position != null ? position.latitude : 0;
|
|
||||||
current_lon = position != null ? position.longitude : 0;
|
|
||||||
|
|
||||||
print('current GPS point is - $current_lat, $current_lon');
|
|
||||||
|
|
||||||
if(is_gps_selected.value){
|
|
||||||
double czoom = homeController.mapController.zoom;
|
|
||||||
if(moveMapwithGPS.value){
|
|
||||||
homeController.mapController.move(LatLng(position!.latitude, position!.longitude), czoom);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
//gps.clear();
|
|
||||||
//gps.add("-- lat : ${position.latitude}, lon : ${position.longitude} --");
|
|
||||||
if(is_checkingIn.value ==false || skip_gps == false){
|
|
||||||
print("--- calling checkFoCheckin ---");
|
|
||||||
checkFoCheckin();
|
|
||||||
}
|
|
||||||
//checkForCheckin(position!.latitude, position.longitude);
|
|
||||||
|
|
||||||
}
|
|
||||||
//print(position == null ? 'Unknown' : 'current position is ${position.latitude.toString()}, ${position.longitude.toString()}');
|
|
||||||
});
|
|
||||||
} catch (err){
|
|
||||||
locationPermission.clear();
|
|
||||||
locationPermission.add(err.toString());
|
|
||||||
}
|
|
||||||
|
|
||||||
//ever(indexController.connectionStatusName, connectionChanged);
|
|
||||||
}
|
|
||||||
|
|
||||||
void checkFoCheckin(){
|
|
||||||
|
|
||||||
for(final f in homeController.currentFeaturesforBound){
|
|
||||||
|
|
||||||
if(skip_gps) return;
|
|
||||||
|
|
||||||
var distance = Distance();
|
|
||||||
var dist = distance.as(LengthUnit.Meter, LatLng(f.latitude!, f.longitude!), LatLng(current_lat, current_lon));
|
|
||||||
|
|
||||||
if(dist <= 250 && is_checkingIn.value == false){
|
|
||||||
startTimer(f, dist);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void startTimer(Feature d, double distance) async {
|
|
||||||
skip_gps = true;
|
|
||||||
print("---- in startTimer ----");
|
|
||||||
double checkin_radious = d.properties!.checkin_radius ?? double.infinity;
|
|
||||||
bool auto_checkin = d.properties!.auto_checkin == 0 ? false : true;
|
|
||||||
bool location_already_checked_in = await checkinDBHelper.exists(d.location_id!);
|
|
||||||
bool isUser_logged_in = authController.authList.length > 0 ? true : false;
|
|
||||||
//make current destination
|
|
||||||
print("---- locationid : ${d.location_id} checkin radius ---- ${checkin_radious} --- distance : ${distance} ----");
|
|
||||||
print("---- distance ${distance} ----");
|
|
||||||
if(checkin_radious >= distance){
|
|
||||||
//currentSelectedDestinations.add(d);
|
|
||||||
homeController.currentFeature.assign(d);
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
skip_gps = false;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if(is_photo_shoot.value == true){
|
|
||||||
photos.clear();
|
|
||||||
showModalBottomSheet(context: Get.context!, isScrollControlled: true,
|
|
||||||
builder:((context) => CameraPage())
|
|
||||||
).whenComplete((){
|
|
||||||
skip_gps = false;
|
|
||||||
chekcs = 0;
|
|
||||||
is_in_checkin.value = false;
|
|
||||||
});
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
List<Feature> ds = homeController.currentFeature;
|
|
||||||
if(ds.isNotEmpty){
|
|
||||||
if(d.properties!.cp == -1 && DateTime.now().difference(last_goal_at).inHours >= 24){
|
|
||||||
chekcs = 1;
|
|
||||||
//start
|
|
||||||
print("---- in start -----");
|
|
||||||
chekcs = 1;
|
|
||||||
is_in_checkin.value = true;
|
|
||||||
is_at_start.value = true;
|
|
||||||
showModalBottomSheet(context: Get.context!, isScrollControlled: true,
|
|
||||||
builder:((context) => BottomSheetNew())
|
|
||||||
).whenComplete((){
|
|
||||||
skip_gps = false;
|
|
||||||
chekcs = 0;
|
|
||||||
is_at_start.value = false;
|
|
||||||
is_in_checkin.value = false;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
else if(is_in_rog.value == true)
|
|
||||||
{
|
|
||||||
print("----- in location popup checkin cp - ${d.properties!.cp}----");
|
|
||||||
chekcs = 2;
|
|
||||||
is_in_checkin.value = true;
|
|
||||||
showModalBottomSheet(context: Get.context!, isScrollControlled: true,
|
|
||||||
builder:((context) => BottomSheetNew())
|
|
||||||
).whenComplete((){
|
|
||||||
skip_gps = false;
|
|
||||||
chekcs =0;
|
|
||||||
is_in_checkin.value = false;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
print("---- location checkin radious ${d.properties!.checkin_radius} ----");
|
|
||||||
print("---- already checked in ${location_already_checked_in} ----");
|
|
||||||
if(checkin_radious >= distance && location_already_checked_in == false){
|
|
||||||
if(auto_checkin){
|
|
||||||
if(!checking_in){
|
|
||||||
makeCheckin(d, true,"");
|
|
||||||
if(d.properties!.cp != -1){
|
|
||||||
rogaining_counted.value =true;
|
|
||||||
}
|
|
||||||
skip_gps = false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
print("--- hidden loc ${d.properties!.hidden_location} ----");
|
|
||||||
// ask for checkin
|
|
||||||
if(d.properties!.hidden_location != null && d.properties!.hidden_location == 0 && d.properties!.cp != -1){
|
|
||||||
chekcs = 3;
|
|
||||||
is_in_checkin.value = true;
|
|
||||||
photos.clear();
|
|
||||||
showModalBottomSheet(context: Get.context!, isScrollControlled: true,
|
|
||||||
builder:((context) => CameraPage(destination: d,))
|
|
||||||
).whenComplete((){
|
|
||||||
skip_gps = false;
|
|
||||||
rogaining_counted.value =true;
|
|
||||||
chekcs = 0;
|
|
||||||
is_in_checkin.value = false;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
else if(is_in_rog.value == true && d.properties!.cp != -1){
|
|
||||||
chekcs = 4;
|
|
||||||
is_in_checkin.value = true;
|
|
||||||
showMaterialModalBottomSheet(
|
|
||||||
expand: true,
|
|
||||||
context: Get.context!,
|
|
||||||
backgroundColor: Colors.transparent,
|
|
||||||
builder: (context) => BottomSheetNew()
|
|
||||||
).whenComplete(() {
|
|
||||||
skip_gps = false;
|
|
||||||
chekcs = 0;
|
|
||||||
is_in_checkin.value = false;
|
|
||||||
});
|
|
||||||
// showModalBottomSheet(context: Get.context!, isScrollControlled: true,
|
|
||||||
// builder:((context) => BottomSheetNew())
|
|
||||||
// ).whenComplete((){
|
|
||||||
// skip_gps = false;
|
|
||||||
// chekcs = 0;
|
|
||||||
// is_in_checkin.value = false;
|
|
||||||
// });
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if(isUser_logged_in && d.properties!.cp == -1 && location_already_checked_in && skip_10s == false){
|
|
||||||
//check for rogaining
|
|
||||||
if(is_at_goal.value == false && rogaining_counted.value){
|
|
||||||
//goal
|
|
||||||
print("---- in goal -----");
|
|
||||||
chekcs = 5;
|
|
||||||
is_at_goal.value = true;
|
|
||||||
photos.clear();
|
|
||||||
showModalBottomSheet(context: Get.context!, isScrollControlled: true,
|
|
||||||
builder:((context) => CameraPage(destination: d,))
|
|
||||||
).whenComplete((){
|
|
||||||
skip_gps = false;
|
|
||||||
chekcs = 0;
|
|
||||||
is_at_goal.value = false;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
else if(is_in_rog.value == false && DateTime.now().difference(last_goal_at).inHours >= 24){
|
|
||||||
//start
|
|
||||||
print("---- in start -----");
|
|
||||||
chekcs = 6;
|
|
||||||
is_at_start.value = true;
|
|
||||||
showModalBottomSheet(context: Get.context!, isScrollControlled: true,
|
|
||||||
builder:((context) => BottomSheetNew())
|
|
||||||
).whenComplete((){
|
|
||||||
print("----- finished start -------");
|
|
||||||
skip_gps = false;
|
|
||||||
chekcs = 0;
|
|
||||||
is_at_start.value = false;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
print("==== _chekcs ${chekcs} ====");
|
|
||||||
if(chekcs == 0){
|
|
||||||
skip_gps = false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void makeCheckin(Feature destination, bool action, String imageurl) async {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
void addToRogaining(double lat, double lon, int destination_id) async {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
void destinationMatrixFromCurrentPoint(List<Feature> ls){
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -5,13 +5,14 @@ import 'package:rogapp/utils/const.dart';
|
|||||||
|
|
||||||
class ActionService{
|
class ActionService{
|
||||||
|
|
||||||
static Future<Map<String, dynamic>> makeAction(int user_id, int location_id, bool wanttogo, bool like, bool checkin) async {
|
static Future<Map<String, dynamic>> makeAction(int userId, int locationId, bool wanttogo, bool like, bool checkin) async {
|
||||||
print("----- action is ---- ${like}-- ${wanttogo}-- ${checkin}");
|
print("----- action is ---- $like-- $wanttogo-- $checkin");
|
||||||
Map<String, dynamic> cats = {};
|
Map<String, dynamic> cats = {};
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = "${server_url}/api/makeaction/?user_id=${user_id}&location_id=${location_id}&wanttogo=${wanttogo}&like=${like}&checkin=${checkin}";
|
String url = "$serverUrl/api/makeaction/?user_id=$userId&location_id=$locationId&wanttogo=$wanttogo&like=$like&checkin=$checkin";
|
||||||
//String url = "http://localhost:8100/api/makeaction/?user_id=${user_id}&location_id=${location_id}&wanttogo=${wanttogo}&like=${like}&checkin=${checkin}";
|
//String url = "http://localhost:8100/api/makeaction/?user_id=${user_id}&location_id=${location_id}&wanttogo=${wanttogo}&like=${like}&checkin=${checkin}";
|
||||||
print('@@@@@@+++ action_service MAKEACTION - GET, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
|
print("url is ------ $url");
|
||||||
final http.Response response = await http.get(
|
final http.Response response = await http.get(
|
||||||
Uri.parse(url),
|
Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
@ -26,11 +27,11 @@ class ActionService{
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static Future<List<dynamic>?> userAction(int user_id, int location_id) async {
|
static Future<List<dynamic>?> userAction(int userId, int locationId) async {
|
||||||
List<dynamic> cats = [];
|
List<dynamic> cats = [];
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = '${server_url}/api/useraction/?user_id=${user_id}&location_id=${location_id}';
|
String url = '$serverUrl/api/useraction/?user_id=$userId&location_id=$locationId';
|
||||||
print('@@@@@@+++ action_service USERACTION - GET, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
//String url = 'http://localhost:8100/api/useraction/?user_id=${user_id}&location_id=${location_id}';
|
//String url = 'http://localhost:8100/api/useraction/?user_id=${user_id}&location_id=${location_id}';
|
||||||
final response = await http.get(Uri.parse(url),
|
final response = await http.get(Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
|
|||||||
@ -8,14 +8,14 @@ class AuthService{
|
|||||||
|
|
||||||
static Future<Map<String, dynamic>> changePassword(String oldpassword, String newpassword, String token) async {
|
static Future<Map<String, dynamic>> changePassword(String oldpassword, String newpassword, String token) async {
|
||||||
Map<String, dynamic> changePassword = {};
|
Map<String, dynamic> changePassword = {};
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = '${server_url}/api/change-password/';
|
String url = '$serverUrl/api/change-password/';
|
||||||
print('@@@@@@+++ auth_service CHANGE PASSWORD - PUT with old_password : ${oldpassword} new_password : ${newpassword}, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final http.Response response = await http.put(
|
final http.Response response = await http.put(
|
||||||
Uri.parse(url),
|
Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
'Authorization': 'Token ${token}'
|
'Authorization': 'Token $token'
|
||||||
},
|
},
|
||||||
body: jsonEncode(<String, String>{
|
body: jsonEncode(<String, String>{
|
||||||
'old_password': oldpassword,
|
'old_password': oldpassword,
|
||||||
@ -31,11 +31,11 @@ class AuthService{
|
|||||||
|
|
||||||
|
|
||||||
static Future<Map<String, dynamic>> login(String email, String password) async {
|
static Future<Map<String, dynamic>> login(String email, String password) async {
|
||||||
//print("------- in logged email ${email} pwd ${password} ###### --------");
|
print("------- in logged email $email pwd $password ###### --------");
|
||||||
Map<String, dynamic> cats = {};
|
Map<String, dynamic> cats = {};
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = '${server_url}/api/login/';
|
String url = '$serverUrl/api/login/';
|
||||||
print('@@@@@@+++ auth_service LOGIN - POST with email : ${email} password : ${password}, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
//String url = 'http://localhost:8100/api/login/';
|
//String url = 'http://localhost:8100/api/login/';
|
||||||
final http.Response response = await http.post(
|
final http.Response response = await http.post(
|
||||||
Uri.parse(url),
|
Uri.parse(url),
|
||||||
@ -57,9 +57,9 @@ class AuthService{
|
|||||||
|
|
||||||
static Future<Map<String, dynamic>> register(String email, String password) async {
|
static Future<Map<String, dynamic>> register(String email, String password) async {
|
||||||
Map<String, dynamic> cats = {};
|
Map<String, dynamic> cats = {};
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = '${server_url}/api/register/';
|
String url = '$serverUrl/api/register/';
|
||||||
print('@@@@@@+++ auth_service REGISTER - POST with email : ${email} password : ${password}, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final http.Response response = await http.post(
|
final http.Response response = await http.post(
|
||||||
Uri.parse(url),
|
Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
@ -70,7 +70,7 @@ class AuthService{
|
|||||||
'password': password
|
'password': password
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
print(response.body);
|
||||||
if (response.statusCode == 200) {
|
if (response.statusCode == 200) {
|
||||||
cats = json.decode(utf8.decode(response.bodyBytes));
|
cats = json.decode(utf8.decode(response.bodyBytes));
|
||||||
}
|
}
|
||||||
@ -79,14 +79,14 @@ class AuthService{
|
|||||||
|
|
||||||
static Future<Map<String, dynamic>> deleteUser(String token) async {
|
static Future<Map<String, dynamic>> deleteUser(String token) async {
|
||||||
Map<String, dynamic> cats = {};
|
Map<String, dynamic> cats = {};
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = '${server_url}/api/delete-account/';
|
String url = '$serverUrl/api/delete-account/';
|
||||||
print('@@@@@@+++ auth_service DELETE USER - GET with Authorization : Token ${token}, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final http.Response response = await http.get(
|
final http.Response response = await http.get(
|
||||||
Uri.parse(url),
|
Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
'Authorization': 'Token ${token}'
|
'Authorization': 'Token $token'
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -99,9 +99,10 @@ class AuthService{
|
|||||||
|
|
||||||
static Future<List<dynamic>?> UserDetails(int userid) async {
|
static Future<List<dynamic>?> UserDetails(int userid) async {
|
||||||
List<dynamic> cats = [];
|
List<dynamic> cats = [];
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = '${server_url}/api/userdetials?user_id=${userid}';
|
String url = '$serverUrl/api/userdetials?user_id=$userid';
|
||||||
print('@@@@@@+++ auth_service USER DETAILS - GET, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
|
print("---- UserDetails url is $url");
|
||||||
final response = await http.get(Uri.parse(url),
|
final response = await http.get(Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
@ -117,6 +118,26 @@ class AuthService{
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
static Future<List<dynamic>?> userForToken(String token) async {
|
||||||
|
Map<String, dynamic> cats = {};
|
||||||
|
String serverUrl = ConstValues.currentServer();
|
||||||
|
String url = '$serverUrl/api/user/';
|
||||||
|
print('++++++++$url');
|
||||||
|
print("---- UserDetails url is $url");
|
||||||
|
final response = await http.get(Uri.parse(url),
|
||||||
|
headers: <String, String>{
|
||||||
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
|
'Authorization': 'Token $token'
|
||||||
|
},
|
||||||
|
);
|
||||||
|
|
||||||
|
if (response.statusCode == 200) {
|
||||||
|
|
||||||
|
cats = json.decode(utf8.decode(response.bodyBytes));
|
||||||
|
print("--- eeeeee $cats ----");
|
||||||
|
}
|
||||||
|
return [{"user":cats}];
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
import 'dart:convert';
|
import 'dart:convert';
|
||||||
import 'package:flutter/material.dart';
|
|
||||||
import 'package:http/http.dart' as http;
|
import 'package:http/http.dart' as http;
|
||||||
|
|
||||||
import '../utils/const.dart';
|
import '../utils/const.dart';
|
||||||
@ -9,9 +8,9 @@ class CatService{
|
|||||||
|
|
||||||
static Future<List<dynamic>?> loadCats(double lat1, double lon1, double lat2, double lon2, double lat3, double lon3, double lat4, double lon4) async {
|
static Future<List<dynamic>?> loadCats(double lat1, double lon1, double lat2, double lon2, double lat3, double lon3, double lat4, double lon4) async {
|
||||||
List<dynamic> cats = [];
|
List<dynamic> cats = [];
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = '${server_url}/api/cats/?ln1=${lon1}&la1=${lat1}&ln2=${lon2}&la2=${lat2}&ln3=${lon3}&la3=${lat3}&ln4=${lon4}&la4=${lat4}';
|
String url = '$serverUrl/api/cats/?ln1=$lon1&la1=$lat1&ln2=$lon2&la2=$lat2&ln3=$lon3&la3=$lat3&ln4=$lon4&la4=$lat4';
|
||||||
print('@@@@@@+++ cat_service LOADCATS - GET, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final response = await http.get(Uri.parse(url),
|
final response = await http.get(Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
@ -28,9 +27,9 @@ class CatService{
|
|||||||
|
|
||||||
static Future<List<dynamic>?> loadCatByCity(String cityname)async {
|
static Future<List<dynamic>?> loadCatByCity(String cityname)async {
|
||||||
List<dynamic> cats = [];
|
List<dynamic> cats = [];
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = '${server_url}/api/catbycity/?${cityname}';
|
String url = '$serverUrl/api/catbycity/?$cityname';
|
||||||
print('@@@@@@+++ cat_service CHANGE PASSWORD - GET, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final response = await http.get(Uri.parse(url),
|
final response = await http.get(Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
|
|||||||
@ -11,11 +11,11 @@ import '../utils/const.dart';
|
|||||||
|
|
||||||
class DestinationService{
|
class DestinationService{
|
||||||
|
|
||||||
static Future<List<dynamic>> getDestinations(int user_id) async {
|
static Future<List<dynamic>> getDestinations(int userId) async {
|
||||||
List<dynamic> cats = [];
|
List<dynamic> cats = [];
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = "${server_url}/api/destinations/?user_id=${user_id}";
|
String url = "$serverUrl/api/destinations/?user_id=$userId";
|
||||||
print('@@@@@@+++ destination_service GETDESTINATIONS - GET, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final http.Response response = await http.get(
|
final http.Response response = await http.get(
|
||||||
Uri.parse(url),
|
Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
@ -29,11 +29,11 @@ class DestinationService{
|
|||||||
return cats;
|
return cats;
|
||||||
}
|
}
|
||||||
|
|
||||||
static Future<Map<String, dynamic>> deleteDestination(int dest_id) async {
|
static Future<Map<String, dynamic>> deleteDestination(int destId) async {
|
||||||
Map<String, dynamic> cats = {};
|
Map<String, dynamic> cats = {};
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = "${server_url}/api/delete_destination/?dest_id=${dest_id}";
|
String url = "$serverUrl/api/delete_destination/?dest_id=$destId";
|
||||||
print('@@@@@@+++ destination_service DELETEDESTINATION - GET, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final http.Response response = await http.get(
|
final http.Response response = await http.get(
|
||||||
Uri.parse(url),
|
Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
@ -44,15 +44,15 @@ class DestinationService{
|
|||||||
if (response.statusCode == 200) {
|
if (response.statusCode == 200) {
|
||||||
cats = json.decode(utf8.decode(response.bodyBytes));
|
cats = json.decode(utf8.decode(response.bodyBytes));
|
||||||
}
|
}
|
||||||
print("####### ---- ${cats}");
|
print("####### ---- $cats");
|
||||||
return cats;
|
return cats;
|
||||||
}
|
}
|
||||||
|
|
||||||
static Future<int> updateOrder(int action_id, int order, String dir) async {
|
static Future<int> updateOrder(int actionId, int order, String dir) async {
|
||||||
int cats = 0;
|
int cats = 0;
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = "${server_url}/api/updateorder/?user_action_id=${action_id}&order=${order}&dir=${dir}";
|
String url = "$serverUrl/api/updateorder/?user_action_id=$actionId&order=$order&dir=$dir";
|
||||||
print('@@@@@@+++ destination_service UPDATEORDER - GET, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final http.Response response = await http.get(
|
final http.Response response = await http.get(
|
||||||
Uri.parse(url),
|
Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
@ -69,7 +69,7 @@ class DestinationService{
|
|||||||
static Future<List<PointLatLng>>? getDestinationLine(List<Destination> destinations, Map<String, dynamic> mtx) async{
|
static Future<List<PointLatLng>>? getDestinationLine(List<Destination> destinations, Map<String, dynamic> mtx) async{
|
||||||
PolylinePoints polylinePoints = PolylinePoints();
|
PolylinePoints polylinePoints = PolylinePoints();
|
||||||
|
|
||||||
if(destinations.length <= 0){
|
if(destinations.isEmpty){
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -90,7 +90,7 @@ class DestinationService{
|
|||||||
|
|
||||||
int j = 0;
|
int j = 0;
|
||||||
|
|
||||||
PolylineWayPoint pwp = PolylineWayPoint(location: "${la},${ln}", stopOver: false);
|
PolylineWayPoint pwp = PolylineWayPoint(location: "$la,$ln", stopOver: false);
|
||||||
|
|
||||||
|
|
||||||
//print("----- UUUUUU ${pwp}");
|
//print("----- UUUUUU ${pwp}");
|
||||||
@ -101,13 +101,13 @@ class DestinationService{
|
|||||||
}
|
}
|
||||||
|
|
||||||
final DestinationController destinationController = Get.find<DestinationController>();
|
final DestinationController destinationController = Get.find<DestinationController>();
|
||||||
int trav_mode = destinationController.travelMode.value;
|
int travMode = destinationController.travelMode.value;
|
||||||
String _mode = "WALKING";
|
String _mode = "WALKING";
|
||||||
if(trav_mode == 1){
|
if(travMode == 1){
|
||||||
//_mode = TravelMode.driving;
|
//_mode = TravelMode.driving;
|
||||||
_mode = "DRIVING";
|
_mode = "DRIVING";
|
||||||
}
|
}
|
||||||
else if(trav_mode == 2) {
|
else if(travMode == 2) {
|
||||||
//_mode = TravelMode.transit;
|
//_mode = TravelMode.transit;
|
||||||
_mode = "TRANSIT";
|
_mode = "TRANSIT";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,14 +2,10 @@ import 'dart:io';
|
|||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
import 'package:http/http.dart' as http;
|
import 'package:http/http.dart' as http;
|
||||||
import 'package:intl/intl.dart';
|
import 'package:intl/intl.dart';
|
||||||
import 'package:rogapp/model/destination.dart';
|
|
||||||
import 'package:rogapp/model/rog.dart';
|
import 'package:rogapp/model/rog.dart';
|
||||||
import 'package:rogapp/pages/destination/destination_controller.dart';
|
import 'package:rogapp/pages/destination/destination_controller.dart';
|
||||||
import 'package:rogapp/pages/index/index_controller.dart';
|
import 'package:rogapp/pages/index/index_controller.dart';
|
||||||
import 'package:rogapp/screens/auth/controller/auth_controller.dart';
|
|
||||||
import 'package:rogapp/screens/home/home_controller.dart';
|
|
||||||
import 'package:rogapp/utils/database_helper.dart';
|
import 'package:rogapp/utils/database_helper.dart';
|
||||||
import 'package:sqflite/sqlite_api.dart';
|
|
||||||
import 'dart:convert';
|
import 'dart:convert';
|
||||||
|
|
||||||
import '../utils/const.dart';
|
import '../utils/const.dart';
|
||||||
@ -33,25 +29,23 @@ class ExternalService {
|
|||||||
|
|
||||||
Future<Map<String, dynamic>> StartRogaining() async {
|
Future<Map<String, dynamic>> StartRogaining() async {
|
||||||
|
|
||||||
//final IndexController indexController = Get.find<IndexController>();
|
final IndexController indexController = Get.find<IndexController>();
|
||||||
final homeController = Get.find<HomeController>();
|
|
||||||
final authController = Get.find<AuthController>();
|
|
||||||
|
|
||||||
Map<String, dynamic> _res = {};
|
Map<String, dynamic> _res = {};
|
||||||
|
|
||||||
int user_id = authController.authList[0].user.id;
|
int userId = indexController.currentUser[0]["user"]["id"];
|
||||||
//print("--- Pressed -----");
|
//print("--- Pressed -----");
|
||||||
String _team = authController.authList[0].user.teamName;
|
String _team = indexController.currentUser[0]["user"]['team_name'];
|
||||||
//print("--- _team : ${_team}-----");
|
//print("--- _team : ${_team}-----");
|
||||||
String _event_code = authController.authList[0].user.eventCode;
|
String _event_code = indexController.currentUser[0]["user"]["event_code"];
|
||||||
|
|
||||||
if(homeController.connectionStatusName != "wifi" && homeController.connectionStatusName != "mobile"){
|
if(indexController.connectionStatusName != "wifi" && indexController.connectionStatusName != "mobile"){
|
||||||
DatabaseHelper db = DatabaseHelper.instance;
|
DatabaseHelper db = DatabaseHelper.instance;
|
||||||
Rog _rog = Rog(
|
Rog _rog = Rog(
|
||||||
id:1,
|
id:1,
|
||||||
team_name: _team,
|
team_name: _team,
|
||||||
event_code : _event_code,
|
event_code : _event_code,
|
||||||
user_id: user_id,
|
user_id: userId,
|
||||||
cp_number: -1,
|
cp_number: -1,
|
||||||
checkintime: DateTime.now().toUtc().microsecondsSinceEpoch,
|
checkintime: DateTime.now().toUtc().microsecondsSinceEpoch,
|
||||||
image: null,
|
image: null,
|
||||||
@ -60,8 +54,8 @@ class ExternalService {
|
|||||||
db.insertRogaining(_rog);
|
db.insertRogaining(_rog);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
String url = 'https://natnats.mobilous.com/start_from_rogapp';
|
String url = 'https://rogaining.sumasen.net/gifuroge/start_from_rogapp';
|
||||||
print('@@@@@@+++ external_service STARTROGAINING - POST with team_name : ${_team} event_code : ${_event_code}, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final http.Response response = await http.post(
|
final http.Response response = await http.post(
|
||||||
Uri.parse(url),
|
Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
@ -77,15 +71,17 @@ class ExternalService {
|
|||||||
|
|
||||||
if (response.statusCode == 200) {
|
if (response.statusCode == 200) {
|
||||||
_res = json.decode(utf8.decode(response.bodyBytes));
|
_res = json.decode(utf8.decode(response.bodyBytes));
|
||||||
print('----_res : ${_res} ----');
|
print('----_res : $_res ----');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return _res;
|
return _res;
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<Map<String, dynamic>> makeCheckpoint(int user_id, String token, String checkin_time, String teamname, int cp, String eventcode, String imageurl) async {
|
Future<Map<String, dynamic>> makeCheckpoint(int userId, String token, String checkinTime, String teamname, int cp, String eventcode, String imageurl) async {
|
||||||
|
//print("--cpcp-- ${cp}");
|
||||||
Map<String, dynamic> _res = {};
|
Map<String, dynamic> _res = {};
|
||||||
String url = 'https://natnats.mobilous.com/checkin_from_rogapp';
|
String url = 'https://rogaining.sumasen.net/gifuroge/checkin_from_rogapp';
|
||||||
|
print('++++++++$url');
|
||||||
final IndexController indexController = Get.find<IndexController>();
|
final IndexController indexController = Get.find<IndexController>();
|
||||||
|
|
||||||
if(imageurl != null){
|
if(imageurl != null){
|
||||||
@ -96,7 +92,7 @@ class ExternalService {
|
|||||||
id:1,
|
id:1,
|
||||||
team_name: teamname,
|
team_name: teamname,
|
||||||
event_code : eventcode,
|
event_code : eventcode,
|
||||||
user_id: user_id,
|
user_id: userId,
|
||||||
cp_number: cp,
|
cp_number: cp,
|
||||||
checkintime: DateTime.now().toUtc().microsecondsSinceEpoch,
|
checkintime: DateTime.now().toUtc().microsecondsSinceEpoch,
|
||||||
image: imageurl,
|
image: imageurl,
|
||||||
@ -105,36 +101,34 @@ class ExternalService {
|
|||||||
db.insertRogaining(_rog);
|
db.insertRogaining(_rog);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url1 = "${server_url}/api/checkinimage/";
|
String url1 = "$serverUrl/api/checkinimage/";
|
||||||
final im1Bytes = File(imageurl!).readAsBytesSync();
|
final im1Bytes = File(imageurl).readAsBytesSync();
|
||||||
String im1_64 = base64Encode(im1Bytes);
|
String im1_64 = base64Encode(im1Bytes);
|
||||||
print('@@@@@@+++ external_service MAKECHECKPOINT - POST with user : ${user_id.toString()} team_name : ${teamname} event_code : ${eventcode} checkinimage : ${im1_64} checkintime : ${checkin_time} cp_number : ${cp.toString()}, @@@@@@ ${url1}');
|
|
||||||
final http.Response response = await http.post(
|
final http.Response response = await http.post(
|
||||||
Uri.parse(url1),
|
Uri.parse(url1),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
'Authorization': 'Token ${token}'
|
'Authorization': 'Token $token'
|
||||||
},
|
},
|
||||||
// 'id', 'user', 'goalimage', 'goaltime', 'team_name', 'event_code','cp_number'
|
// 'id', 'user', 'goalimage', 'goaltime', 'team_name', 'event_code','cp_number'
|
||||||
body: jsonEncode(<String, String>{
|
body: jsonEncode(<String, String>{
|
||||||
'user' : user_id.toString(),
|
'user' : userId.toString(),
|
||||||
'team_name': teamname,
|
'team_name': teamname,
|
||||||
'event_code': eventcode,
|
'event_code': eventcode,
|
||||||
'checkinimage' : im1_64,
|
'checkinimage' : im1_64,
|
||||||
'checkintime' : checkin_time,
|
'checkintime' : checkinTime,
|
||||||
'cp_number' : cp.toString()
|
'cp_number' : cp.toString()
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
||||||
_res = json.decode(utf8.decode(response.bodyBytes));
|
_res = json.decode(utf8.decode(response.bodyBytes));
|
||||||
|
|
||||||
print("-----@@@@@ ${_res} -----");
|
print("-----@@@@@ $_res -----");
|
||||||
|
|
||||||
if(response.statusCode == 201){
|
if(response.statusCode == 201){
|
||||||
//print('---- toekn is ${token} -----');
|
//print('---- toekn is ${token} -----');
|
||||||
String imgUrl = _res["checkinimage"].toString().replaceAll('http://localhost:8100', 'http://rogaining.sumasen.net');
|
|
||||||
print('@@@@@@+++ external_service MAKECHECKPOINT - POST with team_name : ${teamname} event_code : ${eventcode} checkinimage : ${imgUrl} cp_number : ${cp.toString()}, @@@@@@ ${url}');
|
|
||||||
final http.Response response2 = await http.post(
|
final http.Response response2 = await http.post(
|
||||||
Uri.parse(url),
|
Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
@ -147,10 +141,17 @@ class ExternalService {
|
|||||||
'image': _res["checkinimage"].toString().replaceAll('http://localhost:8100', 'http://rogaining.sumasen.net')
|
'image': _res["checkinimage"].toString().replaceAll('http://localhost:8100', 'http://rogaining.sumasen.net')
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
var vv = jsonEncode(<String, String>{
|
||||||
|
'team_name': teamname,
|
||||||
|
'cp_number': cp.toString(),
|
||||||
|
'event_code': eventcode,
|
||||||
|
'image': _res["checkinimage"].toString().replaceAll('http://localhost:8100', 'http://rogaining.sumasen.net')
|
||||||
|
});
|
||||||
|
print("--json-- $vv");
|
||||||
print("--- checnin response ${response2.statusCode}----");
|
print("--- checnin response ${response2.statusCode}----");
|
||||||
if (response2.statusCode == 200) {
|
if (response2.statusCode == 200) {
|
||||||
_res = json.decode(utf8.decode(response2.bodyBytes));
|
_res = json.decode(utf8.decode(response2.bodyBytes));
|
||||||
print('----checkin res _res : ${_res} ----');
|
print('----checkin res _res : $_res ----');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -162,7 +163,7 @@ class ExternalService {
|
|||||||
id:1,
|
id:1,
|
||||||
team_name: teamname,
|
team_name: teamname,
|
||||||
event_code : eventcode,
|
event_code : eventcode,
|
||||||
user_id: user_id,
|
user_id: userId,
|
||||||
cp_number: cp,
|
cp_number: cp,
|
||||||
checkintime: DateTime.now().toUtc().microsecondsSinceEpoch,
|
checkintime: DateTime.now().toUtc().microsecondsSinceEpoch,
|
||||||
image: null,
|
image: null,
|
||||||
@ -171,7 +172,6 @@ class ExternalService {
|
|||||||
db.insertRogaining(_rog);
|
db.insertRogaining(_rog);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
print('@@@@@@+++ external_service MAKECHECKPOINT - POST with team_name : ${teamname} event_code : ${eventcode} cp_number : ${cp.toString()} image : "", @@@@@@ ${url}');
|
|
||||||
final http.Response response3 = await http.post(
|
final http.Response response3 = await http.post(
|
||||||
Uri.parse(url),
|
Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
@ -184,10 +184,17 @@ class ExternalService {
|
|||||||
'image': ""
|
'image': ""
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
var vvv = jsonEncode(<String, String>{
|
||||||
|
'team_name': teamname,
|
||||||
|
'cp_number': cp.toString(),
|
||||||
|
'event_code': eventcode,
|
||||||
|
'image': _res["checkinimage"].toString().replaceAll('http://localhost:8100', 'http://rogaining.sumasen.net')
|
||||||
|
});
|
||||||
|
print("--json-- $vvv");
|
||||||
print("--- checnin response ${response3.statusCode}----");
|
print("--- checnin response ${response3.statusCode}----");
|
||||||
if (response3.statusCode == 200) {
|
if (response3.statusCode == 200) {
|
||||||
_res = json.decode(utf8.decode(response3.bodyBytes));
|
_res = json.decode(utf8.decode(response3.bodyBytes));
|
||||||
print('----checkin res _res : ${_res} ----');
|
print('----checkin res _res : $_res ----');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -195,7 +202,7 @@ class ExternalService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Future<Map<String, dynamic>> makeGoal(int user_id, String token, String teamname, String image, String goal_time, String eventcode) async {
|
Future<Map<String, dynamic>> makeGoal(int userId, String token, String teamname, String image, String goalTime, String eventcode) async {
|
||||||
Map<String, dynamic> _res2 = {};
|
Map<String, dynamic> _res2 = {};
|
||||||
|
|
||||||
final IndexController indexController = Get.find<IndexController>();
|
final IndexController indexController = Get.find<IndexController>();
|
||||||
@ -207,7 +214,7 @@ class ExternalService {
|
|||||||
id:1,
|
id:1,
|
||||||
team_name: teamname,
|
team_name: teamname,
|
||||||
event_code : eventcode,
|
event_code : eventcode,
|
||||||
user_id: user_id,
|
user_id: userId,
|
||||||
cp_number: -1,
|
cp_number: -1,
|
||||||
checkintime: DateTime.now().toUtc().microsecondsSinceEpoch,
|
checkintime: DateTime.now().toUtc().microsecondsSinceEpoch,
|
||||||
image: image,
|
image: image,
|
||||||
@ -216,33 +223,34 @@ class ExternalService {
|
|||||||
db.insertRogaining(_rog);
|
db.insertRogaining(_rog);
|
||||||
// }
|
// }
|
||||||
// else{
|
// else{
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url1 = "${server_url}/api/goalimage/";
|
String url1 = "$serverUrl/api/goalimage/";
|
||||||
final im1Bytes = File(image!).readAsBytesSync();
|
final im1Bytes = File(image).readAsBytesSync();
|
||||||
String im1_64 = base64Encode(im1Bytes);
|
String im1_64 = base64Encode(im1Bytes);
|
||||||
print('@@@@@@+++ external_service MAKEGOAL - POST with user : ${user_id.toString()} team_name : ${teamname} event_code : ${eventcode} goaltime : ${goal_time} cp_number : -1 goalimage : ${im1_64}, @@@@@@ ${url1}');
|
|
||||||
final http.Response response = await http.post(
|
final http.Response response = await http.post(
|
||||||
Uri.parse(url1),
|
Uri.parse(url1),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
'Authorization': 'Token ${token}'
|
'Authorization': 'Token $token'
|
||||||
},
|
},
|
||||||
// 'id', 'user', 'goalimage', 'goaltime', 'team_name', 'event_code','cp_number'
|
// 'id', 'user', 'goalimage', 'goaltime', 'team_name', 'event_code','cp_number'
|
||||||
body: jsonEncode(<String, String>{
|
body: jsonEncode(<String, String>{
|
||||||
'user' : user_id.toString(),
|
'user' : userId.toString(),
|
||||||
'team_name': teamname,
|
'team_name': teamname,
|
||||||
'event_code': eventcode,
|
'event_code': eventcode,
|
||||||
'goaltime' : goal_time,
|
'goaltime' : goalTime,
|
||||||
'goalimage' : im1_64,
|
'goalimage' : im1_64,
|
||||||
'cp_number' : "-1"
|
'cp_number' : "-1"
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
||||||
String url = 'https://natnats.mobilous.com/goal_from_rogapp';
|
String url = 'https://rogaining.sumasen.net/gifuroge/goal_from_rogapp';
|
||||||
|
print('++++++++$url');
|
||||||
if (response.statusCode == 201) {
|
if (response.statusCode == 201) {
|
||||||
Map<String, dynamic> _res = json.decode(utf8.decode(response.bodyBytes));
|
Map<String, dynamic> _res = json.decode(utf8.decode(response.bodyBytes));
|
||||||
String imgUrl = _res["goalimage"].toString().replaceAll('http://localhost:8100', 'http://rogaining.sumasen.net');
|
print('----_res : $_res ----');
|
||||||
print('@@@@@@+++ external_service MAKEGOAL - POST with team_name : ${teamname} event_code : ${eventcode} goal_time : ${goal_time} goalimage : ${imgUrl}, @@@@@@ ${url}');
|
print('---- image url ${_res["goalimage"]} ----');
|
||||||
final http.Response response2 = await http.post(
|
final http.Response response2 = await http.post(
|
||||||
Uri.parse(url),
|
Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
@ -251,12 +259,20 @@ class ExternalService {
|
|||||||
body: jsonEncode(<String, String>{
|
body: jsonEncode(<String, String>{
|
||||||
'team_name': teamname,
|
'team_name': teamname,
|
||||||
'event_code': eventcode,
|
'event_code': eventcode,
|
||||||
'goal_time' : goal_time,
|
'goal_time' : goalTime,
|
||||||
'image' : _res["goalimage"].toString().replaceAll('http://localhost:8100', 'http://rogaining.sumasen.net')
|
'image' : _res["goalimage"].toString().replaceAll('http://localhost:8100', 'http://rogaining.sumasen.net')
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
print('----- response2 is ${response2} --------');
|
String rec = jsonEncode(<String, String>{
|
||||||
|
'team_name': teamname,
|
||||||
|
'event_code': eventcode,
|
||||||
|
'goal_time' : goalTime,
|
||||||
|
'image' : _res["goalimage"].toString().replaceAll('http://localhost:8100', 'http://rogaining.sumasen.net')
|
||||||
|
}
|
||||||
|
);
|
||||||
|
print("-- json -- $rec");
|
||||||
|
print('----- response2 is $response2 --------');
|
||||||
if (response2.statusCode == 200) {
|
if (response2.statusCode == 200) {
|
||||||
_res2 = json.decode(utf8.decode(response2.bodyBytes));
|
_res2 = json.decode(utf8.decode(response2.bodyBytes));
|
||||||
}
|
}
|
||||||
@ -269,8 +285,8 @@ class ExternalService {
|
|||||||
|
|
||||||
static Future<Map<String, dynamic>> usersEventCode(String teamcode, String password) async {
|
static Future<Map<String, dynamic>> usersEventCode(String teamcode, String password) async {
|
||||||
Map<String, dynamic> _res = {};
|
Map<String, dynamic> _res = {};
|
||||||
String url = "https://natnats.mobilous.com/check_event_code?zekken_number=${teamcode}&password=${password}";
|
String url = "https://rogaining.sumasen.net/gifuroge/check_event_code?zekken_number=$teamcode&password=$password";
|
||||||
print('@@@@@@+++ external_service USEREVENTCODE - GET, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final http.Response response = await http.get(
|
final http.Response response = await http.get(
|
||||||
Uri.parse(url),
|
Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
|
|||||||
@ -8,9 +8,9 @@ class LocationLineService{
|
|||||||
static Future<GeoJsonFeature?> loadLocationLines() async {
|
static Future<GeoJsonFeature?> loadLocationLines() async {
|
||||||
final geo = GeoJson();
|
final geo = GeoJson();
|
||||||
GeoJsonFeature? fs;
|
GeoJsonFeature? fs;
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = '${server_url}/api/location_line/';
|
String url = '$serverUrl/api/location_line/';
|
||||||
print('++++++++${url}');
|
print('++++++++$url');
|
||||||
final response = await http.get(Uri.parse(url),
|
final response = await http.get(Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
|
|||||||
@ -9,9 +9,9 @@ class LocationPolygonervice{
|
|||||||
final geo = GeoJson();
|
final geo = GeoJson();
|
||||||
GeoJsonFeature? fs;
|
GeoJsonFeature? fs;
|
||||||
|
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = '${server_url}/api/location_polygon/';
|
String url = '$serverUrl/api/location_polygon/';
|
||||||
print('++++++++${url}');
|
print('++++++++$url');
|
||||||
final response = await http.get(Uri.parse(url),
|
final response = await http.get(Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
|
|||||||
@ -37,17 +37,17 @@ class LocationService{
|
|||||||
static Future<GeoJsonFeatureCollection?> loadLocationsFor(String perfecture, String cat) async {
|
static Future<GeoJsonFeatureCollection?> loadLocationsFor(String perfecture, String cat) async {
|
||||||
final IndexController indexController = Get.find<IndexController>();
|
final IndexController indexController = Get.find<IndexController>();
|
||||||
String url = "";
|
String url = "";
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
|
|
||||||
if(cat.isNotEmpty){
|
if(cat.isNotEmpty){
|
||||||
if(indexController.currentUser.isNotEmpty){
|
if(indexController.currentUser.isNotEmpty){
|
||||||
bool _rog = indexController.currentUser[0]['user']['is_rogaining'];
|
bool _rog = indexController.currentUser[0]['user']['is_rogaining'];
|
||||||
String r = _rog == true ? 'True': 'False';
|
String r = _rog == true ? 'True': 'False';
|
||||||
var grp = indexController.currentUser[0]['user']['event_code'];
|
var grp = indexController.currentUser[0]['user']['event_code'];
|
||||||
url = '${server_url}/api/inperf/?rog=${r}&perf=' + perfecture + '&cat=' + cat;
|
url = '$serverUrl/api/inperf/?rog=$r&perf=' + perfecture + '&cat=' + cat;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
url = '${server_url}/api/inperf/?perf=' + perfecture + '&cat=' + cat;
|
url = '$serverUrl/api/inperf/?perf=' + perfecture + '&cat=' + cat;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
@ -55,13 +55,13 @@ class LocationService{
|
|||||||
bool _rog = indexController.currentUser[0]['user']['is_rogaining'];
|
bool _rog = indexController.currentUser[0]['user']['is_rogaining'];
|
||||||
String r = _rog == true ? 'True': 'False';
|
String r = _rog == true ? 'True': 'False';
|
||||||
var grp = indexController.currentUser[0]['user']['event_code'];
|
var grp = indexController.currentUser[0]['user']['event_code'];
|
||||||
url = '${server_url}/api/inperf/?rog=${r}&perf=' + perfecture;
|
url = '$serverUrl/api/inperf/?rog=$r&perf=' + perfecture;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
url = '${server_url}/api/inperf/?perf=' + perfecture;
|
url = '$serverUrl/api/inperf/?perf=' + perfecture;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
print('@@@@@@+++ location_service LOADLOCATIONFOR - GET, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final response = await http.get(Uri.parse(url),
|
final response = await http.get(Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
@ -78,13 +78,13 @@ class LocationService{
|
|||||||
|
|
||||||
static Future<List<dynamic>?> getLocationsExt(String token) async {
|
static Future<List<dynamic>?> getLocationsExt(String token) async {
|
||||||
List<dynamic> ext = [];
|
List<dynamic> ext = [];
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = '${server_url}/api/locsext/';
|
String url = '$serverUrl/api/locsext/';
|
||||||
print('@@@@@@+++ location_service GETLOCATIONEXT - POST, with token : ${token} @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final response = await http.post(Uri.parse(url),
|
final response = await http.post(Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
'Authorization': 'Token ${token}'
|
'Authorization': 'Token $token'
|
||||||
},
|
},
|
||||||
body: jsonEncode(<String, String>{
|
body: jsonEncode(<String, String>{
|
||||||
'token': token,
|
'token': token,
|
||||||
@ -102,16 +102,16 @@ class LocationService{
|
|||||||
static Future<GeoJsonFeatureCollection?> loadLocationsSubFor(String subperfecture, String cat) async {
|
static Future<GeoJsonFeatureCollection?> loadLocationsSubFor(String subperfecture, String cat) async {
|
||||||
final IndexController indexController = Get.find<IndexController>();
|
final IndexController indexController = Get.find<IndexController>();
|
||||||
String url = "";
|
String url = "";
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
if(cat.isNotEmpty){
|
if(cat.isNotEmpty){
|
||||||
if(indexController.currentUser.isNotEmpty){
|
if(indexController.currentUser.isNotEmpty){
|
||||||
bool _rog = indexController.currentUser[0]['user']['is_rogaining'];
|
bool _rog = indexController.currentUser[0]['user']['is_rogaining'];
|
||||||
String r = _rog == true ? 'True': 'False';
|
String r = _rog == true ? 'True': 'False';
|
||||||
var grp = indexController.currentUser[0]['user']['event_code'];
|
var grp = indexController.currentUser[0]['user']['event_code'];
|
||||||
url = '${server_url}/api/insubperf?rog=${r}&subperf=' + subperfecture + '&cat=' + cat;
|
url = '$serverUrl/api/insubperf?rog=$r&subperf=' + subperfecture + '&cat=' + cat;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
url = '${server_url}/api/insubperf?subperf=' + subperfecture + '&cat=' + cat;
|
url = '$serverUrl/api/insubperf?subperf=' + subperfecture + '&cat=' + cat;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
@ -119,13 +119,13 @@ class LocationService{
|
|||||||
bool _rog = indexController.currentUser[0]['user']['is_rogaining'];
|
bool _rog = indexController.currentUser[0]['user']['is_rogaining'];
|
||||||
String r = _rog == true ? 'True': 'False';
|
String r = _rog == true ? 'True': 'False';
|
||||||
var grp = indexController.currentUser[0]['user']['event_code'];
|
var grp = indexController.currentUser[0]['user']['event_code'];
|
||||||
url = '${server_url}/api/insubperf?rog=${r}&subperf=' + subperfecture;
|
url = '$serverUrl/api/insubperf?rog=$r&subperf=' + subperfecture;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
url = '${server_url}/api/insubperf?subperf=' + subperfecture;
|
url = '$serverUrl/api/insubperf?subperf=' + subperfecture;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
print('@@@@@@+++ location_service LOADLOCATIONSUBFOR - GET, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final response = await http.get(Uri.parse(url),
|
final response = await http.get(Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
@ -145,16 +145,16 @@ class LocationService{
|
|||||||
print("-------- in location for bound -------------");
|
print("-------- in location for bound -------------");
|
||||||
final IndexController indexController = Get.find<IndexController>();
|
final IndexController indexController = Get.find<IndexController>();
|
||||||
String url = "";
|
String url = "";
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
if(cat.isNotEmpty){
|
if(cat.isNotEmpty){
|
||||||
if(indexController.currentUser.isNotEmpty){
|
if(indexController.currentUser.isNotEmpty){
|
||||||
bool _rog = indexController.currentUser[0]['user']['is_rogaining'];
|
bool _rog = indexController.currentUser[0]['user']['is_rogaining'];
|
||||||
String r = _rog == true ? 'True': 'False';
|
String r = _rog == true ? 'True': 'False';
|
||||||
var grp = indexController.currentUser[0]['user']['event_code'];
|
var grp = indexController.currentUser[0]['user']['event_code'];
|
||||||
url = '${server_url}/api/inbound?rog=${r}&grp=$grp&ln1=${lon1}&la1=${lat1}&ln2=${lon2}&la2=${lat2}&ln3=${lon3}&la3=${lat3}&ln4=${lon4}&la4=${lat4}' + '&cat=' + cat;
|
url = '$serverUrl/api/inbound?rog=$r&grp=$grp&ln1=$lon1&la1=$lat1&ln2=$lon2&la2=$lat2&ln3=$lon3&la3=$lat3&ln4=$lon4&la4=$lat4' '&cat=' + cat;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
url = '${server_url}/api/inbound?ln1=${lon1}&la1=${lat1}&ln2=${lon2}&la2=${lat2}&ln3=${lon3}&la3=${lat3}&ln4=${lon4}&la4=${lat4}' + '&cat=' + cat;
|
url = '$serverUrl/api/inbound?ln1=$lon1&la1=$lat1&ln2=$lon2&la2=$lat2&ln3=$lon3&la3=$lat3&ln4=$lon4&la4=$lat4' '&cat=' + cat;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
@ -162,14 +162,14 @@ class LocationService{
|
|||||||
bool _rog = indexController.currentUser[0]['user']['is_rogaining'];
|
bool _rog = indexController.currentUser[0]['user']['is_rogaining'];
|
||||||
String r = _rog == true ? 'True': 'False';
|
String r = _rog == true ? 'True': 'False';
|
||||||
var grp = indexController.currentUser[0]['user']['event_code'];
|
var grp = indexController.currentUser[0]['user']['event_code'];
|
||||||
print("-------- requested user group ${grp} -------------");
|
print("-------- requested user group $grp -------------");
|
||||||
url = '${server_url}/api/inbound?rog=${r}&grp=$grp&ln1=${lon1}&la1=${lat1}&ln2=${lon2}&la2=${lat2}&ln3=${lon3}&la3=${lat3}&ln4=${lon4}&la4=${lat4}';
|
url = '$serverUrl/api/inbound?rog=$r&grp=$grp&ln1=$lon1&la1=$lat1&ln2=$lon2&la2=$lat2&ln3=$lon3&la3=$lat3&ln4=$lon4&la4=$lat4';
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
url = '${server_url}/api/inbound?ln1=${lon1}&la1=${lat1}&ln2=${lon2}&la2=${lat2}&ln3=${lon3}&la3=${lat3}&ln4=${lon4}&la4=${lat4}';
|
url = '$serverUrl/api/inbound?ln1=$lon1&la1=$lat1&ln2=$lon2&la2=$lat2&ln3=$lon3&la3=$lat3&ln4=$lon4&la4=$lat4';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
print('@@@@@@+++ location_service LOADLOCATIONSBOUNDS - GET, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final response = await http.get(Uri.parse(url),
|
final response = await http.get(Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
@ -200,17 +200,17 @@ class LocationService{
|
|||||||
if(cat == "-all-"){
|
if(cat == "-all-"){
|
||||||
cat = "";
|
cat = "";
|
||||||
}
|
}
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
print("loadCustomLocations url is ----- ${cat}");
|
print("loadCustomLocations url is ----- $cat");
|
||||||
if(cat.isNotEmpty){
|
if(cat.isNotEmpty){
|
||||||
if(indexController.currentUser.isNotEmpty){
|
if(indexController.currentUser.isNotEmpty){
|
||||||
bool _rog = indexController.currentUser[0]['user']['is_rogaining'];
|
bool _rog = indexController.currentUser[0]['user']['is_rogaining'];
|
||||||
String r = _rog == true ? 'True': 'False';
|
String r = _rog == true ? 'True': 'False';
|
||||||
var grp = indexController.currentUser[0]['user']['event_code'];
|
var grp = indexController.currentUser[0]['user']['event_code'];
|
||||||
url = '${server_url}/api/custom_area/?rog=${r}&&cat=' + cat;
|
url = '$serverUrl/api/custom_area/?rog=$r&&cat=' + cat;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
url = '${server_url}/api/custom_area/?&cat=' + cat;
|
url = '$serverUrl/api/custom_area/?&cat=' + cat;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
@ -218,13 +218,13 @@ class LocationService{
|
|||||||
bool _rog = indexController.currentUser[0]['user']['is_rogaining'];
|
bool _rog = indexController.currentUser[0]['user']['is_rogaining'];
|
||||||
String r = _rog == true ? 'True': 'False';
|
String r = _rog == true ? 'True': 'False';
|
||||||
var grp = indexController.currentUser[0]['user']['event_code'];
|
var grp = indexController.currentUser[0]['user']['event_code'];
|
||||||
url = '${server_url}/api/customarea?rog=${r}&name=${name}';
|
url = '$serverUrl/api/customarea?rog=$r&name=$name';
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
url = '${server_url}/api/customarea?name=${name}';
|
url = '$serverUrl/api/customarea?name=$name';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
print('@@@@@@+++ location_service LOADCUSTOMLOCATIONS - GET, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final response = await http.get(Uri.parse(url),
|
final response = await http.get(Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
|
|||||||
@ -18,7 +18,7 @@ class MatrixService{
|
|||||||
int i = 0;
|
int i = 0;
|
||||||
for(Destination d in destinations){
|
for(Destination d in destinations){
|
||||||
|
|
||||||
print("---- getting matrix for ${d} ------------");
|
print("---- getting matrix for $d ------------");
|
||||||
|
|
||||||
if(i==0){
|
if(i==0){
|
||||||
origin = "${d.lat}, ${d.lon}";
|
origin = "${d.lat}, ${d.lon}";
|
||||||
@ -37,7 +37,7 @@ class MatrixService{
|
|||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
locs = "optimize:false|${locs}";
|
locs = "optimize:false|$locs";
|
||||||
|
|
||||||
String _mode = "walking";
|
String _mode = "walking";
|
||||||
switch (destinationController.travelMode.value) {
|
switch (destinationController.travelMode.value) {
|
||||||
@ -53,8 +53,8 @@ class MatrixService{
|
|||||||
}
|
}
|
||||||
|
|
||||||
Map<String, dynamic> cats = {};
|
Map<String, dynamic> cats = {};
|
||||||
String url = "https://maps.googleapis.com/maps/api/directions/json?destination=${destination}&mode=${_mode}&waypoints=${locs}&origin=${origin}&key=AIzaSyAUBI1ablMKuJwGj2-kSuEhvYxvB1A-mOE";
|
String url = "https://maps.googleapis.com/maps/api/directions/json?destination=$destination&mode=$_mode&waypoints=$locs&origin=$origin&key=AIzaSyAUBI1ablMKuJwGj2-kSuEhvYxvB1A-mOE";
|
||||||
print('@@@@@@+++ matrix_service GETDESTINATIONS - GET, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final http.Response response = await http.get(
|
final http.Response response = await http.get(
|
||||||
Uri.parse(url),
|
Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
|
|||||||
@ -7,9 +7,9 @@ class PerfectureService{
|
|||||||
|
|
||||||
static Future<List<dynamic>?> loadPerfectures() async {
|
static Future<List<dynamic>?> loadPerfectures() async {
|
||||||
List<dynamic> perfs = [];
|
List<dynamic> perfs = [];
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = '${server_url}/api/perf_main/';
|
String url = '$serverUrl/api/perf_main/';
|
||||||
print('@@@@@@+++ perfeture_service LOADPERFECTURES - GET, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final response = await http.get(Uri.parse(url),
|
final response = await http.get(Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
@ -25,9 +25,9 @@ class PerfectureService{
|
|||||||
|
|
||||||
static Future<List<dynamic>?> loadSubPerfectures(String area) async {
|
static Future<List<dynamic>?> loadSubPerfectures(String area) async {
|
||||||
List<dynamic> perfs = [];
|
List<dynamic> perfs = [];
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = '${server_url}/api/subperfinmain/?area=' + area;
|
String url = '$serverUrl/api/subperfinmain/?area=' + area;
|
||||||
print('@@@@@@+++ perfeture_service LOADSUBPERFECTURES - GET, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final response = await http.get(Uri.parse(url),
|
final response = await http.get(Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
@ -44,9 +44,9 @@ class PerfectureService{
|
|||||||
|
|
||||||
static Future<List<dynamic>?> getMainPerfExt(String id) async {
|
static Future<List<dynamic>?> getMainPerfExt(String id) async {
|
||||||
List<dynamic> perfs = [];
|
List<dynamic> perfs = [];
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = '${server_url}/api/mainperfext/?perf=' + id;
|
String url = '$serverUrl/api/mainperfext/?perf=' + id;
|
||||||
print('@@@@@@+++ perfeture_service GETMAINPERFEXT - GET, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final response = await http.get(Uri.parse(url),
|
final response = await http.get(Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
@ -62,9 +62,9 @@ class PerfectureService{
|
|||||||
|
|
||||||
static Future<List<dynamic>?> loadGifuAreas(String perf) async {
|
static Future<List<dynamic>?> loadGifuAreas(String perf) async {
|
||||||
List<dynamic> perfs = [];
|
List<dynamic> perfs = [];
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = '${server_url}/api/allgifuareas/?perf=' + perf;
|
String url = '$serverUrl/api/allgifuareas/?perf=' + perf;
|
||||||
print('@@@@@@+++ perfeture_service LOADGIFUAREAS - GET, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final response = await http.get(Uri.parse(url),
|
final response = await http.get(Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
@ -80,9 +80,9 @@ class PerfectureService{
|
|||||||
|
|
||||||
static Future<List<dynamic>?> loadCustomAreas() async {
|
static Future<List<dynamic>?> loadCustomAreas() async {
|
||||||
List<dynamic> perfs = [];
|
List<dynamic> perfs = [];
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = '${server_url}/api/customareanames';
|
String url = '$serverUrl/api/customareanames';
|
||||||
print('@@@@@@+++ perfeture_service LOADCUSTOMAREAS - GET, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final response = await http.get(Uri.parse(url),
|
final response = await http.get(Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
@ -99,9 +99,9 @@ class PerfectureService{
|
|||||||
|
|
||||||
static Future<List<dynamic>?> getSubExt(String id) async {
|
static Future<List<dynamic>?> getSubExt(String id) async {
|
||||||
List<dynamic> perfs = [];
|
List<dynamic> perfs = [];
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = '${server_url}/api/perfext/?sub_perf=' + id;
|
String url = '$serverUrl/api/perfext/?sub_perf=' + id;
|
||||||
print('@@@@@@+++ perfeture_service GETSUBEXT - GET, @@@@@@ ${url}');
|
print('++++++++$url');
|
||||||
final response = await http.get(Uri.parse(url),
|
final response = await http.get(Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
|
|||||||
@ -1,26 +1,25 @@
|
|||||||
|
|
||||||
import 'dart:convert';
|
import 'dart:convert';
|
||||||
|
|
||||||
import 'package:flutter/material.dart';
|
|
||||||
import 'package:http/http.dart' as http;
|
import 'package:http/http.dart' as http;
|
||||||
import 'package:rogapp/utils/const.dart';
|
import 'package:rogapp/utils/const.dart';
|
||||||
|
|
||||||
|
|
||||||
class TrackingService {
|
class TrackingService {
|
||||||
|
|
||||||
static Future<Map<String, dynamic>> addTrack(String user_id, double lat, double lon) async {
|
static Future<Map<String, dynamic>> addTrack(String userId, double lat, double lon) async {
|
||||||
Map<String, dynamic> cats = {};
|
Map<String, dynamic> cats = {};
|
||||||
String server_url = ConstValues.currentServer();
|
String serverUrl = ConstValues.currentServer();
|
||||||
String url = '${server_url}/api/track/';
|
String url = '$serverUrl/api/track/';
|
||||||
final geom = '{"type": "MULTIPOINT", "coordinates": [[${lon}, ${lat}]]}';
|
print('++++++++$url');
|
||||||
print('@@@@@@+++ tracking_service ADDTRAACK - POST, with user_id : ${user_id} geom : ${geom} @@@@@@ ${url}');
|
final geom = '{"type": "MULTIPOINT", "coordinates": [[$lon, $lat]]}';
|
||||||
final http.Response response = await http.post(
|
final http.Response response = await http.post(
|
||||||
Uri.parse(url),
|
Uri.parse(url),
|
||||||
headers: <String, String>{
|
headers: <String, String>{
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
},
|
},
|
||||||
body: jsonEncode(<String, String>{
|
body: jsonEncode(<String, String>{
|
||||||
'user_id': user_id,
|
'user_id': userId,
|
||||||
'geom': geom
|
'geom': geom
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,17 +0,0 @@
|
|||||||
import 'package:flutter/material.dart';
|
|
||||||
import 'package:rogapp/theme/pallete.dart';
|
|
||||||
|
|
||||||
class AppTheme {
|
|
||||||
static ThemeData theme = ThemeData.light(useMaterial3: true).copyWith(
|
|
||||||
scaffoldBackgroundColor: Pallete.WHITE_COLOR,
|
|
||||||
primaryColor: Pallete.BLUE_COLOR,
|
|
||||||
secondaryHeaderColor: Pallete.GREEN_COLOR,
|
|
||||||
appBarTheme: const AppBarTheme(
|
|
||||||
color: Pallete.BACKGROUND_COLOR,
|
|
||||||
elevation: 0
|
|
||||||
),
|
|
||||||
floatingActionButtonTheme: const FloatingActionButtonThemeData(
|
|
||||||
backgroundColor: Pallete.BLUE_COLOR
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
import 'package:flutter/material.dart';
|
|
||||||
|
|
||||||
class Pallete {
|
|
||||||
static const Color BACKGROUND_COLOR = Color.fromRGBO(191, 33, 46, 1);
|
|
||||||
static const Color SEARCHBAR_COLOR = Color.fromRGBO(191, 33, 120, 1);
|
|
||||||
static const Color BLUE_COLOR = Color.fromRGBO(36, 163, 191, 1);
|
|
||||||
static const Color GREEN_COLOR = Color.fromRGBO(31, 140, 58, 1);
|
|
||||||
static const Color BROWN_COLOR = Color.fromRGBO(191, 135, 31, 1);
|
|
||||||
static const Color WHITE_COLOR = Colors.white;
|
|
||||||
}
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
|
|
||||||
export 'pallete.dart';
|
|
||||||
export 'app_theme.dart';
|
|
||||||
@ -1,82 +0,0 @@
|
|||||||
import 'package:sqflite/sqflite.dart';
|
|
||||||
import 'package:path/path.dart';
|
|
||||||
|
|
||||||
class CheckinDBHelper {
|
|
||||||
static final _databaseName = "EventDatabase.db";
|
|
||||||
static final _databaseVersion = 1;
|
|
||||||
|
|
||||||
static final table = 'event_table';
|
|
||||||
|
|
||||||
static final columnLocationId = 'location_id';
|
|
||||||
static final columnOrderId = 'order_id';
|
|
||||||
static final columnCheckinTime = 'checkin_time';
|
|
||||||
static final columnEventName = 'event_name';
|
|
||||||
|
|
||||||
// make this a singleton class
|
|
||||||
CheckinDBHelper._privateConstructor();
|
|
||||||
static final CheckinDBHelper instance = CheckinDBHelper._privateConstructor();
|
|
||||||
|
|
||||||
// only have a single app-wide reference to the database
|
|
||||||
static Database? _database;
|
|
||||||
Future<Database> get database async {
|
|
||||||
if (_database != null) return _database!;
|
|
||||||
_database = await _initDatabase();
|
|
||||||
return _database!;
|
|
||||||
}
|
|
||||||
|
|
||||||
// this opens the database (and creates it if it doesn't exist)
|
|
||||||
_initDatabase() async {
|
|
||||||
String path = join(await getDatabasesPath(), _databaseName);
|
|
||||||
return await openDatabase(path,
|
|
||||||
version: _databaseVersion,
|
|
||||||
onCreate: _onCreate);
|
|
||||||
}
|
|
||||||
|
|
||||||
// SQL code to create the database table
|
|
||||||
Future _onCreate(Database db, int version) async {
|
|
||||||
await db.execute('''
|
|
||||||
CREATE TABLE $table (
|
|
||||||
$columnLocationId INTEGER PRIMARY KEY,
|
|
||||||
$columnOrderId INTEGER NOT NULL,
|
|
||||||
$columnCheckinTime TEXT NOT NULL,
|
|
||||||
$columnEventName TEXT NOT NULL
|
|
||||||
)
|
|
||||||
''');
|
|
||||||
}
|
|
||||||
|
|
||||||
// Helper methods
|
|
||||||
|
|
||||||
Future<int> insert(Map<String, dynamic> row) async {
|
|
||||||
Database db = await instance.database;
|
|
||||||
return await db.insert(table, row);
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<bool> exists(int locationId) async {
|
|
||||||
Database db = await instance.database;
|
|
||||||
List<Map<String, dynamic>> rows = await db.query(
|
|
||||||
table,
|
|
||||||
where: '$columnLocationId = ?',
|
|
||||||
whereArgs: [locationId],
|
|
||||||
);
|
|
||||||
return rows.isNotEmpty;
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<List<Map<String, dynamic>>> queryAllRows() async {
|
|
||||||
Database db = await instance.database;
|
|
||||||
return await db.query(table);
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<List<Map<String, dynamic>>> queryRowsByLocation(int locationId) async {
|
|
||||||
Database db = await instance.database;
|
|
||||||
return await db.query(table,
|
|
||||||
where: '$columnLocationId = ?',
|
|
||||||
whereArgs: [locationId],
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<int> update(Map<String, dynamic> row) async {
|
|
||||||
Database db = await instance.database;
|
|
||||||
int id = row[columnLocationId];
|
|
||||||
return await db.update(table, row, where: '$columnLocationId = ?', whereArgs: [id]);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,6 +1,5 @@
|
|||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
import 'package:path_provider/path_provider.dart';
|
import 'package:path_provider/path_provider.dart';
|
||||||
import 'package:rogapp/model/Rogaining.dart';
|
|
||||||
import 'package:rogapp/model/destination.dart';
|
import 'package:rogapp/model/destination.dart';
|
||||||
import 'package:sqflite/sqflite.dart';
|
import 'package:sqflite/sqflite.dart';
|
||||||
import 'package:path/path.dart';
|
import 'package:path/path.dart';
|
||||||
@ -86,14 +85,14 @@ class DatabaseHelper{
|
|||||||
var rog = await db.query('rog');
|
var rog = await db.query('rog');
|
||||||
List<Rog> roglist = rog.isNotEmpty ?
|
List<Rog> roglist = rog.isNotEmpty ?
|
||||||
rog.map((e) => Rog.fromMap(e)).toList() : [];
|
rog.map((e) => Rog.fromMap(e)).toList() : [];
|
||||||
print("--------- ${rog}");
|
print("--------- $rog");
|
||||||
return roglist;
|
return roglist;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Future<List<Rog>> getRogainingByLatLon(double lat, double lon) async {
|
Future<List<Rog>> getRogainingByLatLon(double lat, double lon) async {
|
||||||
Database db = await instance.database;
|
Database db = await instance.database;
|
||||||
var rog = await db.query('rog', where: "lat = ${lat} and lon= ${lon}");
|
var rog = await db.query('rog', where: "lat = $lat and lon= $lon");
|
||||||
List<Rog> roglist = rog.isNotEmpty
|
List<Rog> roglist = rog.isNotEmpty
|
||||||
? rog.map((e) => Rog.fromMap(e)).toList() : [];
|
? rog.map((e) => Rog.fromMap(e)).toList() : [];
|
||||||
return roglist;
|
return roglist;
|
||||||
@ -101,12 +100,12 @@ class DatabaseHelper{
|
|||||||
|
|
||||||
Future clearSelection() async {
|
Future clearSelection() async {
|
||||||
Database db = await instance.database;
|
Database db = await instance.database;
|
||||||
Map<String, dynamic> row_clear = {
|
Map<String, dynamic> rowClear = {
|
||||||
"selected": false
|
"selected": false
|
||||||
};
|
};
|
||||||
return await db.update(
|
return await db.update(
|
||||||
"destination",
|
"destination",
|
||||||
row_clear
|
rowClear
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -114,7 +113,7 @@ class DatabaseHelper{
|
|||||||
Database db = await instance.database;
|
Database db = await instance.database;
|
||||||
|
|
||||||
bool val = !dest.selected!;
|
bool val = !dest.selected!;
|
||||||
Map<String, dynamic> row_target = {
|
Map<String, dynamic> rowTarget = {
|
||||||
"selected": val
|
"selected": val
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -122,7 +121,7 @@ class DatabaseHelper{
|
|||||||
|
|
||||||
return await db.update(
|
return await db.update(
|
||||||
"destination",
|
"destination",
|
||||||
row_target,
|
rowTarget,
|
||||||
where: 'location_id = ?',
|
where: 'location_id = ?',
|
||||||
whereArgs: [dest.location_id!]
|
whereArgs: [dest.location_id!]
|
||||||
);
|
);
|
||||||
@ -130,7 +129,7 @@ class DatabaseHelper{
|
|||||||
|
|
||||||
Future<int> deleteRogaining(int id) async {
|
Future<int> deleteRogaining(int id) async {
|
||||||
Database db = await instance.database;
|
Database db = await instance.database;
|
||||||
var rog = await db.delete('rog', where: "id = ${id}");
|
var rog = await db.delete('rog', where: "id = $id");
|
||||||
int ret = rog > 0 ? rog : -1;
|
int ret = rog > 0 ? rog : -1;
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
@ -145,8 +144,8 @@ class DatabaseHelper{
|
|||||||
|
|
||||||
Future<bool>isRogAlreadyAvailable(int id) async{
|
Future<bool>isRogAlreadyAvailable(int id) async{
|
||||||
Database db = await instance.database;
|
Database db = await instance.database;
|
||||||
var rog = await db.query('rog', where: "id = ${id}");
|
var rog = await db.query('rog', where: "id = $id");
|
||||||
return rog.length > 0 ? true : false;
|
return rog.isNotEmpty ? true : false;
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<int?>latestGoal() async{
|
Future<int?>latestGoal() async{
|
||||||
@ -157,16 +156,16 @@ class DatabaseHelper{
|
|||||||
|
|
||||||
Future<int> insertRogaining(Rog rog) async {
|
Future<int> insertRogaining(Rog rog) async {
|
||||||
Database db = await instance.database;
|
Database db = await instance.database;
|
||||||
int? next_order = Sqflite.firstIntValue(await db.rawQuery('SELECT MAX(id) FROM rog'));
|
int? nextOrder = Sqflite.firstIntValue(await db.rawQuery('SELECT MAX(id) FROM rog'));
|
||||||
next_order = next_order==null ? 0 : next_order;
|
nextOrder = nextOrder ?? 0;
|
||||||
next_order = next_order + 1;
|
nextOrder = nextOrder + 1;
|
||||||
rog.id = next_order;
|
rog.id = nextOrder;
|
||||||
int res = await db.insert(
|
int res = await db.insert(
|
||||||
'rog',
|
'rog',
|
||||||
rog.toMap(),
|
rog.toMap(),
|
||||||
conflictAlgorithm: ConflictAlgorithm.replace,
|
conflictAlgorithm: ConflictAlgorithm.replace,
|
||||||
);
|
);
|
||||||
print("------ database helper insert ${res}-----------::::::::");
|
print("------ database helper insert $res-----------::::::::");
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -176,13 +175,13 @@ class DatabaseHelper{
|
|||||||
var dest = await db.query('destination', orderBy: 'list_order');
|
var dest = await db.query('destination', orderBy: 'list_order');
|
||||||
List<Destination> destList = dest.isNotEmpty ?
|
List<Destination> destList = dest.isNotEmpty ?
|
||||||
dest.map((e) => Destination.fromMap(e)).toList() : [];
|
dest.map((e) => Destination.fromMap(e)).toList() : [];
|
||||||
print("--------- ${destList}");
|
print("--------- $destList");
|
||||||
return destList;
|
return destList;
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<List<Destination>> getDestinationById(int id) async {
|
Future<List<Destination>> getDestinationById(int id) async {
|
||||||
Database db = await instance.database;
|
Database db = await instance.database;
|
||||||
var rog = await db.query('destination', where: "location_id = ${id}");
|
var rog = await db.query('destination', where: "location_id = $id");
|
||||||
List<Destination> deslist = rog.isNotEmpty
|
List<Destination> deslist = rog.isNotEmpty
|
||||||
? rog.map((e) => Destination.fromMap(e)).toList() : [];
|
? rog.map((e) => Destination.fromMap(e)).toList() : [];
|
||||||
return deslist;
|
return deslist;
|
||||||
@ -191,15 +190,15 @@ class DatabaseHelper{
|
|||||||
|
|
||||||
Future<List<Destination>> getDestinationByLatLon(double lat, double lon) async {
|
Future<List<Destination>> getDestinationByLatLon(double lat, double lon) async {
|
||||||
Database db = await instance.database;
|
Database db = await instance.database;
|
||||||
var dest = await db.query('destination', where: "lat = ${lat} and lon= ${lon}", orderBy: 'list_order');
|
var dest = await db.query('destination', where: "lat = $lat and lon= $lon", orderBy: 'list_order');
|
||||||
List<Destination> destList = dest.isNotEmpty
|
List<Destination> destList = dest.isNotEmpty
|
||||||
? dest.map((e) => Destination.fromMap(e)).toList() : [];
|
? dest.map((e) => Destination.fromMap(e)).toList() : [];
|
||||||
return destList;
|
return destList;
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<int> deleteDestination(int location_id) async {
|
Future<int> deleteDestination(int locationId) async {
|
||||||
Database db = await instance.database;
|
Database db = await instance.database;
|
||||||
var dest = await db.delete('destination', where: "location_id = ${location_id}");
|
var dest = await db.delete('destination', where: "location_id = $locationId");
|
||||||
int ret = dest > 0 ? dest : -1;
|
int ret = dest > 0 ? dest : -1;
|
||||||
|
|
||||||
//after deleting set correct order
|
//after deleting set correct order
|
||||||
@ -212,19 +211,19 @@ class DatabaseHelper{
|
|||||||
Database db = await instance.database;
|
Database db = await instance.database;
|
||||||
var byOrder = await db.query('destination', orderBy: 'list_order');
|
var byOrder = await db.query('destination', orderBy: 'list_order');
|
||||||
|
|
||||||
List<Destination> des_db = byOrder.isNotEmpty
|
List<Destination> desDb = byOrder.isNotEmpty
|
||||||
? byOrder.map((e) => Destination.fromMap(e)).toList() : [];
|
? byOrder.map((e) => Destination.fromMap(e)).toList() : [];
|
||||||
|
|
||||||
int order = 1;
|
int order = 1;
|
||||||
for( Destination d in des_db){
|
for( Destination d in desDb){
|
||||||
|
|
||||||
Map<String, dynamic> row_target = {
|
Map<String, dynamic> rowTarget = {
|
||||||
"list_order": order
|
"list_order": order
|
||||||
};
|
};
|
||||||
|
|
||||||
await db.update(
|
await db.update(
|
||||||
"destination",
|
"destination",
|
||||||
row_target,
|
rowTarget,
|
||||||
where: 'location_id = ?',
|
where: 'location_id = ?',
|
||||||
whereArgs: [d.location_id]
|
whereArgs: [d.location_id]
|
||||||
);
|
);
|
||||||
@ -238,18 +237,18 @@ class DatabaseHelper{
|
|||||||
await db.delete('destination');
|
await db.delete('destination');
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<bool>isAlreadyAvailable(int location_id) async{
|
Future<bool>isAlreadyAvailable(int locationId) async{
|
||||||
Database db = await instance.database;
|
Database db = await instance.database;
|
||||||
var dest = await db.query('destination', where: "location_id = ${location_id}");
|
var dest = await db.query('destination', where: "location_id = $locationId");
|
||||||
return dest.length > 0 ? true : false;
|
return dest.isNotEmpty ? true : false;
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<int> insertDestination(Destination dest) async {
|
Future<int> insertDestination(Destination dest) async {
|
||||||
Database db = await instance.database;
|
Database db = await instance.database;
|
||||||
int? next_order = Sqflite.firstIntValue(await db.rawQuery('SELECT MAX(list_order) FROM destination'));
|
int? nextOrder = Sqflite.firstIntValue(await db.rawQuery('SELECT MAX(list_order) FROM destination'));
|
||||||
next_order = next_order==null ? 0 : next_order;
|
nextOrder = nextOrder ?? 0;
|
||||||
next_order = next_order + 1;
|
nextOrder = nextOrder + 1;
|
||||||
dest.list_order = next_order;
|
dest.list_order = nextOrder;
|
||||||
int res = await db.insert(
|
int res = await db.insert(
|
||||||
'destination',
|
'destination',
|
||||||
dest.toMap(),
|
dest.toMap(),
|
||||||
@ -278,23 +277,23 @@ class DatabaseHelper{
|
|||||||
var target = await db.query('destination', where: "list_order = ${d.list_order! + dir}");
|
var target = await db.query('destination', where: "list_order = ${d.list_order! + dir}");
|
||||||
var dest = await db.query('destination', where: "location_id = ${d.location_id}");
|
var dest = await db.query('destination', where: "location_id = ${d.location_id}");
|
||||||
|
|
||||||
print("--- target in db is ${target}");
|
print("--- target in db is $target");
|
||||||
print("--- destine in db is ${dest}");
|
print("--- destine in db is $dest");
|
||||||
|
|
||||||
if(target.isNotEmpty){
|
if(target.isNotEmpty){
|
||||||
|
|
||||||
List<Destination> target_indb = target.isNotEmpty
|
List<Destination> targetIndb = target.isNotEmpty
|
||||||
? target.map((e) => Destination.fromMap(e)).toList() : [];
|
? target.map((e) => Destination.fromMap(e)).toList() : [];
|
||||||
|
|
||||||
List<Destination> dest_indb = dest.isNotEmpty
|
List<Destination> destIndb = dest.isNotEmpty
|
||||||
? dest.map((e) => Destination.fromMap(e)).toList() : [];
|
? dest.map((e) => Destination.fromMap(e)).toList() : [];
|
||||||
|
|
||||||
Map<String, dynamic> row_target = {
|
Map<String, dynamic> rowTarget = {
|
||||||
"list_order": d.list_order
|
"list_order": d.list_order
|
||||||
};
|
};
|
||||||
|
|
||||||
Map<String, dynamic> row_des = {
|
Map<String, dynamic> rowDes = {
|
||||||
"list_order": dest_indb[0].list_order! + dir
|
"list_order": destIndb[0].list_order! + dir
|
||||||
};
|
};
|
||||||
|
|
||||||
// print("--- target destination is ${target_indb[0].location_id}");
|
// print("--- target destination is ${target_indb[0].location_id}");
|
||||||
@ -302,16 +301,16 @@ class DatabaseHelper{
|
|||||||
|
|
||||||
await db.update(
|
await db.update(
|
||||||
"destination",
|
"destination",
|
||||||
row_target,
|
rowTarget,
|
||||||
where: 'location_id = ?',
|
where: 'location_id = ?',
|
||||||
whereArgs: [target_indb[0]!.location_id]
|
whereArgs: [targetIndb[0].location_id]
|
||||||
);
|
);
|
||||||
|
|
||||||
await db.update(
|
await db.update(
|
||||||
"destination",
|
"destination",
|
||||||
row_des,
|
rowDes,
|
||||||
where: 'location_id = ?',
|
where: 'location_id = ?',
|
||||||
whereArgs: [dest_indb[0]!.location_id]
|
whereArgs: [destIndb[0].location_id]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,170 +0,0 @@
|
|||||||
import 'package:flutter_map/flutter_map.dart';
|
|
||||||
import 'package:rogapp/model/location_response.dart';
|
|
||||||
import 'package:sqflite/sqflite.dart';
|
|
||||||
import 'package:path/path.dart';
|
|
||||||
import 'package:path_provider/path_provider.dart';
|
|
||||||
import 'dart:io';
|
|
||||||
import 'dart:convert'; // for jsonEncode
|
|
||||||
|
|
||||||
class DatabaseHelper {
|
|
||||||
static const _databaseName = "FeatureDatabase.db";
|
|
||||||
static const _databaseVersion = 1;
|
|
||||||
|
|
||||||
// Singleton class
|
|
||||||
DatabaseHelper._();
|
|
||||||
static final DatabaseHelper instance = DatabaseHelper._();
|
|
||||||
|
|
||||||
Database? _database;
|
|
||||||
Future<Database> get database async {
|
|
||||||
if (_database != null) return _database!;
|
|
||||||
_database = await _initDatabase();
|
|
||||||
return _database!;
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<Database> _initDatabase() async {
|
|
||||||
Directory documentsDirectory = await getApplicationDocumentsDirectory();
|
|
||||||
String path = join(documentsDirectory.path, _databaseName);
|
|
||||||
return await openDatabase(
|
|
||||||
path,
|
|
||||||
version: _databaseVersion,
|
|
||||||
onCreate: _onCreate,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<void> _onCreate(Database db, int version) async {
|
|
||||||
await db.execute('''
|
|
||||||
CREATE TABLE features (
|
|
||||||
id INTEGER PRIMARY KEY,
|
|
||||||
geometry TEXT NOT NULL,
|
|
||||||
properties TEXT NOT NULL,
|
|
||||||
type TEXT NOT NULL,
|
|
||||||
location_id,
|
|
||||||
latitude REAL NOT NULL,
|
|
||||||
longitude REAL NOT NULL
|
|
||||||
)
|
|
||||||
''');
|
|
||||||
}
|
|
||||||
|
|
||||||
// Database insert operation
|
|
||||||
Future<void> insertFeature(Map<String, dynamic> feature) async {
|
|
||||||
// Get a reference to the database.
|
|
||||||
final db = await database;
|
|
||||||
|
|
||||||
// Insert the feature into the correct table.
|
|
||||||
await db.insert(
|
|
||||||
'features',
|
|
||||||
feature,
|
|
||||||
conflictAlgorithm: ConflictAlgorithm.replace,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Database get operation
|
|
||||||
Future<List<Feature>> getFeatures() async {
|
|
||||||
Database db = await database;
|
|
||||||
final List<Map<String, dynamic>> maps = await db.query('features');
|
|
||||||
|
|
||||||
return List.generate(maps.length, (i) {
|
|
||||||
return Feature(
|
|
||||||
id: maps[i]['id'],
|
|
||||||
geometry: Geometry.fromMap(jsonDecode(maps[i]['geometry'])),
|
|
||||||
properties: Properties.fromMap(jsonDecode(maps[i]['properties'])),
|
|
||||||
type: maps[i]['type'],
|
|
||||||
location_id: Properties.fromMap(jsonDecode(maps[i]['properties'])).location_id,
|
|
||||||
latitude: Geometry.fromMap(jsonDecode(maps[i]['geometry'])).coordinates![0][1],
|
|
||||||
longitude: Geometry.fromMap(jsonDecode(maps[i]['geometry'])).coordinates![0][0]
|
|
||||||
);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// Database delete operation
|
|
||||||
Future<void> deleteFeature(int id) async {
|
|
||||||
Database db = await database;
|
|
||||||
await db.delete(
|
|
||||||
'features',
|
|
||||||
where: "id = ?",
|
|
||||||
whereArgs: [id],
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<void> deleteAll() async {
|
|
||||||
// Get a reference to the database.
|
|
||||||
final db = await database;
|
|
||||||
|
|
||||||
// Delete all rows.
|
|
||||||
await db.rawDelete('DELETE FROM features');
|
|
||||||
}
|
|
||||||
|
|
||||||
// Database search by location_id
|
|
||||||
Future<List<Feature>> getFeatureByLocationId(int locationId) async {
|
|
||||||
Database db = await database;
|
|
||||||
final List<Map<String, dynamic>> maps = await db.query(
|
|
||||||
'features',
|
|
||||||
where: "location_id = ?",
|
|
||||||
whereArgs: [locationId],
|
|
||||||
);
|
|
||||||
|
|
||||||
return List.generate(maps.length, (i) {
|
|
||||||
return Feature(
|
|
||||||
id: maps[i]['id'],
|
|
||||||
geometry: Geometry.fromMap(jsonDecode(maps[i]['geometry'])),
|
|
||||||
properties: Properties.fromMap(jsonDecode(maps[i]['properties'])),
|
|
||||||
type: maps[i]['type'],
|
|
||||||
location_id: Properties.fromMap(jsonDecode(maps[i]['properties'])).location_id,
|
|
||||||
latitude: Geometry.fromMap(jsonDecode(maps[i]['geometry'])).coordinates![0][1],
|
|
||||||
longitude: Geometry.fromMap(jsonDecode(maps[i]['geometry'])).coordinates![0][0]
|
|
||||||
);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// Database search by latitude and longitude
|
|
||||||
Future<List<Feature>> getFeatureByLatLon(double latitude, double longitude) async {
|
|
||||||
Database db = await database;
|
|
||||||
final List<Map<String, dynamic>> maps = await db.query(
|
|
||||||
'features',
|
|
||||||
where: "latitude = ? AND longitude = ?",
|
|
||||||
whereArgs: [latitude, longitude],
|
|
||||||
);
|
|
||||||
|
|
||||||
return List.generate(maps.length, (i) {
|
|
||||||
return Feature(
|
|
||||||
id: maps[i]['id'],
|
|
||||||
geometry: Geometry.fromMap(jsonDecode(maps[i]['geometry'])),
|
|
||||||
properties: Properties.fromMap(jsonDecode(maps[i]['properties'])),
|
|
||||||
type: maps[i]['type'],
|
|
||||||
location_id: Properties.fromMap(jsonDecode(maps[i]['properties'])).location_id,
|
|
||||||
latitude: Geometry.fromMap(jsonDecode(maps[i]['geometry'])).coordinates![0][1],
|
|
||||||
longitude: Geometry.fromMap(jsonDecode(maps[i]['geometry'])).coordinates![0][0]
|
|
||||||
);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<List<Feature>> getFeaturesWithinBounds(LatLngBounds bounds) async {
|
|
||||||
final db = await database;
|
|
||||||
|
|
||||||
final List<Map<String, dynamic>> maps = await db.query(
|
|
||||||
'features',
|
|
||||||
where: 'latitude BETWEEN ? AND ? AND longitude BETWEEN ? AND ?',
|
|
||||||
whereArgs: [
|
|
||||||
bounds.southWest!.latitude,
|
|
||||||
bounds.northEast!.latitude,
|
|
||||||
bounds.southWest!.longitude,
|
|
||||||
bounds.northEast!.longitude,
|
|
||||||
],
|
|
||||||
);
|
|
||||||
|
|
||||||
return List.generate(maps.length, (i) {
|
|
||||||
return Feature(
|
|
||||||
id: maps[i]['id'],
|
|
||||||
geometry: Geometry.fromMap(jsonDecode(maps[i]['geometry'])),
|
|
||||||
properties: Properties.fromMap(jsonDecode(maps[i]['properties'])),
|
|
||||||
type: maps[i]['type'],
|
|
||||||
location_id: Properties.fromMap(jsonDecode(maps[i]['properties'])).location_id,
|
|
||||||
latitude: Geometry.fromMap(jsonDecode(maps[i]['geometry'])).coordinates![0][1],
|
|
||||||
longitude: Geometry.fromMap(jsonDecode(maps[i]['geometry'])).coordinates![0][0]
|
|
||||||
);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
@ -1,7 +1,6 @@
|
|||||||
|
|
||||||
import 'package:geojson/geojson.dart';
|
import 'package:geojson/geojson.dart';
|
||||||
import 'package:rogapp/model/destination.dart';
|
import 'package:rogapp/model/destination.dart';
|
||||||
import 'package:rogapp/model/location_response.dart';
|
|
||||||
|
|
||||||
class TextUtils{
|
class TextUtils{
|
||||||
|
|
||||||
@ -19,25 +18,22 @@ class TextUtils{
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static String getDisplayText(Feature dp){
|
static String getDisplayText(Destination dp){
|
||||||
RegExp regex = RegExp(r'([.]*0)(?!.*\d)');
|
RegExp regex = RegExp(r'([.]*0)(?!.*\d)');
|
||||||
String txt = "";
|
String txt = "";
|
||||||
if(dp.properties!.cp! > 0){
|
if(dp.cp! > 0){
|
||||||
txt = "${dp.properties!.cp.toString().replaceAll(regex, '')}";
|
txt = dp.cp.toString().replaceAll(regex, '');
|
||||||
if(dp.properties!.checkin_point != null && dp.properties!.checkin_point! > 0){
|
if(dp.checkin_point != null && dp.checkin_point! > 0){
|
||||||
txt = txt + "{${dp.properties!.checkin_point.toString().replaceAll(regex, '')}}";
|
txt = txt + "{${dp.checkin_point.toString().replaceAll(regex, '')}}";
|
||||||
}
|
}
|
||||||
if(dp.properties!.buy_point != null && dp.properties!.buy_point! > 0){
|
if(dp.buy_point != null && dp.buy_point! > 0){
|
||||||
txt = "#${dp.properties!.cp.toString().replaceAll(regex, '')}(${dp.properties!.checkin_point.toString().replaceAll(regex, '')}+${dp.properties!.buy_point.toString().replaceAll(regex, '')})";
|
print("^^^^^^^^^ ${dp.sub_loc_id}^^^^^^^^^^");
|
||||||
|
txt = "#${dp.cp.toString().replaceAll(regex, '')}(${dp.checkin_point.toString().replaceAll(regex, '')}+${dp.buy_point.toString().replaceAll(regex, '')})";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return txt;
|
return txt;
|
||||||
}
|
}
|
||||||
|
|
||||||
static String getDisplayTextForFeature(Feature f){
|
|
||||||
return "${f.properties!.sub_loc_id}";
|
|
||||||
}
|
|
||||||
|
|
||||||
// static String getDisplayText(String num){
|
// static String getDisplayText(String num){
|
||||||
// RegExp regex = RegExp(r'([.]*0)(?!.*\d)');
|
// RegExp regex = RegExp(r'([.]*0)(?!.*\d)');
|
||||||
// return "${num.replaceAll(regex, '')}";
|
// return "${num.replaceAll(regex, '')}";
|
||||||
|
|||||||
@ -13,7 +13,7 @@ class BaseLayer extends StatelessWidget {
|
|||||||
FMTCTileProviderSettings(
|
FMTCTileProviderSettings(
|
||||||
behavior: CacheBehavior.values
|
behavior: CacheBehavior.values
|
||||||
.byName('cacheFirst'),
|
.byName('cacheFirst'),
|
||||||
cachedValidDuration: Duration(
|
cachedValidDuration: const Duration(
|
||||||
days: 14
|
days: 14
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,3 @@
|
|||||||
import 'dart:io';
|
|
||||||
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:geojson/geojson.dart';
|
import 'package:geojson/geojson.dart';
|
||||||
@ -13,9 +12,11 @@ class BottomSheetWidget extends StatelessWidget {
|
|||||||
|
|
||||||
final IndexController indexController = Get.find<IndexController>();
|
final IndexController indexController = Get.find<IndexController>();
|
||||||
|
|
||||||
|
BottomSheetWidget({Key? key}) : super(key: key);
|
||||||
|
|
||||||
Image getImage(GeoJsonFeature? gf){
|
Image getImage(GeoJsonFeature? gf){
|
||||||
if(gf!.properties!["photos"] == null || gf.properties!["photos"] == ""){
|
if(gf!.properties!["photos"] == null || gf.properties!["photos"] == ""){
|
||||||
return Image(image: AssetImage('assets/images/empty_image.png'));
|
return const Image(image: AssetImage('assets/images/empty_image.png'));
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
return Image(image: NetworkImage(
|
return Image(image: NetworkImage(
|
||||||
@ -37,7 +38,7 @@ class BottomSheetWidget extends StatelessWidget {
|
|||||||
return SingleChildScrollView(
|
return SingleChildScrollView(
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
SizedBox(height: 5.0,),
|
const SizedBox(height: 5.0,),
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: [
|
children: [
|
||||||
@ -47,18 +48,18 @@ class BottomSheetWidget extends StatelessWidget {
|
|||||||
},
|
},
|
||||||
color: Colors.blue,
|
color: Colors.blue,
|
||||||
textColor: Colors.white,
|
textColor: Colors.white,
|
||||||
child: Icon(
|
child: const Icon(
|
||||||
Icons.arrow_back_ios,
|
Icons.arrow_back_ios,
|
||||||
size: 14,
|
size: 14,
|
||||||
),
|
),
|
||||||
padding: EdgeInsets.all(14),
|
padding: const EdgeInsets.all(14),
|
||||||
shape: CircleBorder(),
|
shape: const CircleBorder(),
|
||||||
),
|
),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Container(
|
child: Container(
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
child: Obx(() =>
|
child: Obx(() =>
|
||||||
Text(indexController.currentFeature[0].properties!["location_name"], style: TextStyle(
|
Text(indexController.currentFeature[0].properties!["location_name"], style: const TextStyle(
|
||||||
fontSize: 15.0,
|
fontSize: 15.0,
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
),
|
),
|
||||||
@ -72,12 +73,12 @@ class BottomSheetWidget extends StatelessWidget {
|
|||||||
},
|
},
|
||||||
color: Colors.blue,
|
color: Colors.blue,
|
||||||
textColor: Colors.white,
|
textColor: Colors.white,
|
||||||
child: Icon(
|
child: const Icon(
|
||||||
Icons.arrow_forward_ios,
|
Icons.arrow_forward_ios,
|
||||||
size: 14,
|
size: 14,
|
||||||
),
|
),
|
||||||
padding: EdgeInsets.all(14),
|
padding: const EdgeInsets.all(14),
|
||||||
shape: CircleBorder(),
|
shape: const CircleBorder(),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
@ -105,59 +106,59 @@ class BottomSheetWidget extends StatelessWidget {
|
|||||||
Expanded(
|
Expanded(
|
||||||
child: Container(
|
child: Container(
|
||||||
alignment: Alignment.topRight,
|
alignment: Alignment.topRight,
|
||||||
child: Text("address".tr, style: TextStyle(fontWeight: FontWeight.bold),)),
|
child: Text("address".tr, style: const TextStyle(fontWeight: FontWeight.bold),)),
|
||||||
),
|
),
|
||||||
SizedBox(width: 12.0,),
|
const SizedBox(width: 12.0,),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Container(
|
child: Container(
|
||||||
alignment: Alignment.topLeft,
|
alignment: Alignment.topLeft,
|
||||||
child: Obx(() => Text(indexController.currentFeature[0].properties!["address"] ?? '',
|
child: Obx(() => Text(indexController.currentFeature[0].properties!["address"] ?? '',
|
||||||
style: TextStyle(color: Colors.blue,),
|
style: const TextStyle(color: Colors.blue,),
|
||||||
softWrap: true,
|
softWrap: true,
|
||||||
overflow: TextOverflow.ellipsis,)
|
overflow: TextOverflow.ellipsis,)
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
): Container(width: 0.0, height: 0,),
|
): const SizedBox(width: 0.0, height: 0,),
|
||||||
indexController.currentFeature[0].properties!["phone"] != null ?
|
indexController.currentFeature[0].properties!["phone"] != null ?
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
Expanded(child: Container(
|
Expanded(child: Container(
|
||||||
alignment: Alignment.topRight,
|
alignment: Alignment.topRight,
|
||||||
child: Text("telephone".tr, style: TextStyle(fontWeight: FontWeight.bold),))),
|
child: Text("telephone".tr, style: const TextStyle(fontWeight: FontWeight.bold),))),
|
||||||
SizedBox(width: 12.0,),
|
const SizedBox(width: 12.0,),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Container(
|
child: Container(
|
||||||
alignment: Alignment.topLeft,
|
alignment: Alignment.topLeft,
|
||||||
child: Obx(() => Text(indexController.currentFeature[0].properties!["phone"] ?? '',
|
child: Obx(() => Text(indexController.currentFeature[0].properties!["phone"] ?? '',
|
||||||
style: TextStyle(color: Colors.blue,),
|
style: const TextStyle(color: Colors.blue,),
|
||||||
overflow: TextOverflow.ellipsis,)
|
overflow: TextOverflow.ellipsis,)
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
): Container(width: 0, height: 0,),
|
): const SizedBox(width: 0, height: 0,),
|
||||||
indexController.currentFeature[0].properties!["email"] != null ?
|
indexController.currentFeature[0].properties!["email"] != null ?
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
Expanded(child: Container(
|
Expanded(child: Container(
|
||||||
alignment: Alignment.topRight,
|
alignment: Alignment.topRight,
|
||||||
child: Text("email".tr, style: TextStyle(fontWeight: FontWeight.bold),))),
|
child: Text("email".tr, style: const TextStyle(fontWeight: FontWeight.bold),))),
|
||||||
SizedBox(width: 12.0,),
|
const SizedBox(width: 12.0,),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Container(
|
child: Container(
|
||||||
alignment: Alignment.topLeft,
|
alignment: Alignment.topLeft,
|
||||||
child: Obx(() => Text(indexController.currentFeature[0].properties!["email"] ?? '',
|
child: Obx(() => Text(indexController.currentFeature[0].properties!["email"] ?? '',
|
||||||
style: TextStyle(color: Colors.blue,),
|
style: const TextStyle(color: Colors.blue,),
|
||||||
overflow: TextOverflow.ellipsis,)
|
overflow: TextOverflow.ellipsis,)
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
): Container(width: 0, height: 0,),
|
): const SizedBox(width: 0, height: 0,),
|
||||||
indexController.currentFeature[0].properties!["webcontents"] != null ?
|
indexController.currentFeature[0].properties!["webcontents"] != null ?
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
@ -165,8 +166,8 @@ class BottomSheetWidget extends StatelessWidget {
|
|||||||
Expanded(child: Container(
|
Expanded(child: Container(
|
||||||
alignment: Alignment.topRight,
|
alignment: Alignment.topRight,
|
||||||
child: Text(
|
child: Text(
|
||||||
"web".tr, style: TextStyle(fontWeight: FontWeight.bold)))),
|
"web".tr, style: const TextStyle(fontWeight: FontWeight.bold)))),
|
||||||
SizedBox(width: 12.0,),
|
const SizedBox(width: 12.0,),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Container(
|
child: Container(
|
||||||
alignment: Alignment.topLeft,
|
alignment: Alignment.topLeft,
|
||||||
@ -175,40 +176,40 @@ class BottomSheetWidget extends StatelessWidget {
|
|||||||
_launchURL(indexController.currentFeature[0].properties!["webcontents"]);
|
_launchURL(indexController.currentFeature[0].properties!["webcontents"]);
|
||||||
},
|
},
|
||||||
child: Text(indexController.currentFeature[0].properties!["webcontents"] ?? '',
|
child: Text(indexController.currentFeature[0].properties!["webcontents"] ?? '',
|
||||||
style: TextStyle(color: Colors.blue,),
|
style: const TextStyle(color: Colors.blue,),
|
||||||
softWrap: false,
|
softWrap: false,
|
||||||
overflow: TextOverflow.fade,),
|
overflow: TextOverflow.fade,),
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
): Container(width: 0.0, height: 0.0,),
|
): const SizedBox(width: 0.0, height: 0.0,),
|
||||||
indexController.currentFeature[0].properties!["videos"] != null ?
|
indexController.currentFeature[0].properties!["videos"] != null ?
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
Expanded(child: Container(
|
Expanded(child: Container(
|
||||||
alignment: Alignment.topRight,
|
alignment: Alignment.topRight,
|
||||||
child: Text("video".tr, style: TextStyle(fontWeight: FontWeight.bold)))),
|
child: Text("video".tr, style: const TextStyle(fontWeight: FontWeight.bold)))),
|
||||||
SizedBox(width: 12.0,),
|
const SizedBox(width: 12.0,),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Container(
|
child: Container(
|
||||||
alignment: Alignment.topLeft,
|
alignment: Alignment.topLeft,
|
||||||
child: Obx(() => Text(indexController.currentFeature[0].properties!["videos"] ?? '',
|
child: Obx(() => Text(indexController.currentFeature[0].properties!["videos"] ?? '',
|
||||||
style: TextStyle(color: Colors.blue,),
|
style: const TextStyle(color: Colors.blue,),
|
||||||
overflow: TextOverflow.ellipsis,)
|
overflow: TextOverflow.ellipsis,)
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
): Container(width: 0.0, height: 0.0,),
|
): const SizedBox(width: 0.0, height: 0.0,),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
SizedBox(height: 20.0,),
|
const SizedBox(height: 20.0,),
|
||||||
Obx(() =>
|
Obx(() =>
|
||||||
indexController.currentAction.isNotEmpty ?
|
indexController.currentAction.isNotEmpty ?
|
||||||
Row(
|
Row(
|
||||||
@ -232,7 +233,7 @@ class BottomSheetWidget extends StatelessWidget {
|
|||||||
indexController.currentAction[0][0]["wanttogo"] = true;
|
indexController.currentAction[0][0]["wanttogo"] = true;
|
||||||
Map<String,dynamic> temp = Map<String,dynamic>.from(indexController.currentAction[0][0]);
|
Map<String,dynamic> temp = Map<String,dynamic>.from(indexController.currentAction[0][0]);
|
||||||
indexController.currentAction.clear();
|
indexController.currentAction.clear();
|
||||||
print("---temp---${temp}");
|
print("---temp---$temp");
|
||||||
indexController.currentAction.add([temp]);
|
indexController.currentAction.add([temp]);
|
||||||
}
|
}
|
||||||
indexController.makeAction(context);
|
indexController.makeAction(context);
|
||||||
@ -246,7 +247,7 @@ class BottomSheetWidget extends StatelessWidget {
|
|||||||
indexController.currentAction[0][0]["wanttogo"] = false;
|
indexController.currentAction[0][0]["wanttogo"] = false;
|
||||||
Map<String,dynamic> temp = Map<String,dynamic>.from(indexController.currentAction[0][0]);
|
Map<String,dynamic> temp = Map<String,dynamic>.from(indexController.currentAction[0][0]);
|
||||||
indexController.currentAction.clear();
|
indexController.currentAction.clear();
|
||||||
print("---temp---${temp}");
|
print("---temp---$temp");
|
||||||
indexController.currentAction.add([temp]);
|
indexController.currentAction.add([temp]);
|
||||||
}
|
}
|
||||||
indexController.makeAction(context);
|
indexController.makeAction(context);
|
||||||
@ -267,7 +268,7 @@ class BottomSheetWidget extends StatelessWidget {
|
|||||||
indexController.currentAction[0][0]["like"] = true;
|
indexController.currentAction[0][0]["like"] = true;
|
||||||
Map<String,dynamic> temp = Map<String,dynamic>.from(indexController.currentAction[0][0]);
|
Map<String,dynamic> temp = Map<String,dynamic>.from(indexController.currentAction[0][0]);
|
||||||
indexController.currentAction.clear();
|
indexController.currentAction.clear();
|
||||||
print("---temp---${temp}");
|
print("---temp---$temp");
|
||||||
indexController.currentAction.add([temp]);
|
indexController.currentAction.add([temp]);
|
||||||
}
|
}
|
||||||
indexController.makeAction(context);
|
indexController.makeAction(context);
|
||||||
@ -281,7 +282,7 @@ class BottomSheetWidget extends StatelessWidget {
|
|||||||
indexController.currentAction[0][0]["like"] = false;
|
indexController.currentAction[0][0]["like"] = false;
|
||||||
Map<String,dynamic> temp = Map<String,dynamic>.from(indexController.currentAction[0][0]);
|
Map<String,dynamic> temp = Map<String,dynamic>.from(indexController.currentAction[0][0]);
|
||||||
indexController.currentAction.clear();
|
indexController.currentAction.clear();
|
||||||
print("---temp---${temp}");
|
print("---temp---$temp");
|
||||||
indexController.currentAction.add([temp]);
|
indexController.currentAction.add([temp]);
|
||||||
}
|
}
|
||||||
indexController.makeAction(context);
|
indexController.makeAction(context);
|
||||||
@ -302,7 +303,7 @@ class BottomSheetWidget extends StatelessWidget {
|
|||||||
|
|
||||||
|
|
||||||
:
|
:
|
||||||
Container(width: 0, height: 0,),
|
const SizedBox(width: 0, height: 0,),
|
||||||
indexController.rog_mode.value == 1 ?
|
indexController.rog_mode.value == 1 ?
|
||||||
indexController.currentAction[0][0]["checkin"] == false ?
|
indexController.currentAction[0][0]["checkin"] == false ?
|
||||||
Column(
|
Column(
|
||||||
@ -311,7 +312,7 @@ class BottomSheetWidget extends StatelessWidget {
|
|||||||
mainAxisSize: MainAxisSize.max,
|
mainAxisSize: MainAxisSize.max,
|
||||||
children: [
|
children: [
|
||||||
ElevatedButton(
|
ElevatedButton(
|
||||||
child: Text("Image"), onPressed: (){
|
child: const Text("Image"), onPressed: (){
|
||||||
final ImagePicker _picker = ImagePicker();
|
final ImagePicker _picker = ImagePicker();
|
||||||
_picker.pickImage(source: ImageSource.camera).then((value){
|
_picker.pickImage(source: ImageSource.camera).then((value){
|
||||||
print("----- image---- ${value!.path}");
|
print("----- image---- ${value!.path}");
|
||||||
@ -327,7 +328,7 @@ class BottomSheetWidget extends StatelessWidget {
|
|||||||
indexController.currentAction[0][0]["checkin"] = true;
|
indexController.currentAction[0][0]["checkin"] = true;
|
||||||
Map<String,dynamic> temp = Map<String,dynamic>.from(indexController.currentAction[0][0]);
|
Map<String,dynamic> temp = Map<String,dynamic>.from(indexController.currentAction[0][0]);
|
||||||
indexController.currentAction.clear();
|
indexController.currentAction.clear();
|
||||||
print("---temp---${temp}");
|
print("---temp---$temp");
|
||||||
indexController.currentAction.add([temp]);
|
indexController.currentAction.add([temp]);
|
||||||
}
|
}
|
||||||
indexController.makeAction(context);
|
indexController.makeAction(context);
|
||||||
@ -344,18 +345,18 @@ class BottomSheetWidget extends StatelessWidget {
|
|||||||
indexController.currentAction[0][0]["checkin"] = false;
|
indexController.currentAction[0][0]["checkin"] = false;
|
||||||
Map<String,dynamic> temp = Map<String,dynamic>.from(indexController.currentAction[0][0]);
|
Map<String,dynamic> temp = Map<String,dynamic>.from(indexController.currentAction[0][0]);
|
||||||
indexController.currentAction.clear();
|
indexController.currentAction.clear();
|
||||||
print("---temp---${temp}");
|
print("---temp---$temp");
|
||||||
indexController.currentAction.add([temp]);
|
indexController.currentAction.add([temp]);
|
||||||
}
|
}
|
||||||
indexController.makeAction(context);
|
indexController.makeAction(context);
|
||||||
},
|
},
|
||||||
|
|
||||||
child: Icon(
|
child: const Icon(
|
||||||
Icons.favorite, color: Colors.red)
|
Icons.favorite, color: Colors.red)
|
||||||
|
|
||||||
,
|
,
|
||||||
):
|
):
|
||||||
Container(width: 0, height: 0,),
|
const SizedBox(width: 0, height: 0,),
|
||||||
],
|
],
|
||||||
): Row(
|
): Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
@ -364,11 +365,11 @@ class BottomSheetWidget extends StatelessWidget {
|
|||||||
onPressed: (){
|
onPressed: (){
|
||||||
Get.toNamed(AppPages.LOGIN);
|
Get.toNamed(AppPages.LOGIN);
|
||||||
},
|
},
|
||||||
child: Flexible(child: Text("その他のオプションについてはログインしてください")))
|
child: const Flexible(child: Text("その他のオプションについてはログインしてください")))
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Row(
|
const Row(
|
||||||
children: [
|
children: [
|
||||||
SizedBox(height: 60.0,),
|
SizedBox(height: 60.0,),
|
||||||
],
|
],
|
||||||
|
|||||||
@ -15,7 +15,7 @@ class BreadCrumbWidget extends StatelessWidget {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
print("------ map controller is ${mapController}------------");
|
print("------ map controller is $mapController------------");
|
||||||
return
|
return
|
||||||
Obx(()=>
|
Obx(()=>
|
||||||
indexController.perfectures.isNotEmpty && mapController != null ?
|
indexController.perfectures.isNotEmpty && mapController != null ?
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:rogapp/pages/index/index_controller.dart';
|
import 'package:rogapp/pages/index/index_controller.dart';
|
||||||
import 'package:rogapp/services/location_service.dart';
|
|
||||||
|
|
||||||
class CatWidget extends StatefulWidget {
|
class CatWidget extends StatefulWidget {
|
||||||
CatWidget({ Key? key, required this.indexController, }) : super(key: key);
|
CatWidget({ Key? key, required this.indexController, }) : super(key: key);
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:geojson/geojson.dart';
|
|
||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
import 'package:rogapp/model/destination.dart';
|
import 'package:rogapp/model/destination.dart';
|
||||||
import 'package:rogapp/pages/destination/destination_controller.dart';
|
import 'package:rogapp/pages/destination/destination_controller.dart';
|
||||||
@ -7,45 +6,47 @@ import 'package:rogapp/pages/index/index_controller.dart';
|
|||||||
import 'package:rogapp/utils/const.dart';
|
import 'package:rogapp/utils/const.dart';
|
||||||
import 'package:rogapp/utils/database_helper.dart';
|
import 'package:rogapp/utils/database_helper.dart';
|
||||||
import 'package:rogapp/widgets/bottom_sheet_new.dart';
|
import 'package:rogapp/widgets/bottom_sheet_new.dart';
|
||||||
import 'package:rogapp/widgets/bottom_sheet_widget.dart';
|
|
||||||
import 'package:sqflite/sqlite_api.dart';
|
|
||||||
import 'package:timeline_tile/timeline_tile.dart';
|
import 'package:timeline_tile/timeline_tile.dart';
|
||||||
|
|
||||||
class DestinationWidget extends StatelessWidget {
|
class DestinationWidget extends StatelessWidget {
|
||||||
DestinationWidget({Key? key}) : super(key: key);
|
DestinationWidget({Key? key}) : super(key: key);
|
||||||
|
|
||||||
final DestinationController destinationController = Get.find<DestinationController>();
|
final DestinationController destinationController =
|
||||||
|
Get.find<DestinationController>();
|
||||||
|
|
||||||
final IndexController indexController = Get.find<IndexController>();
|
final IndexController indexController = Get.find<IndexController>();
|
||||||
|
|
||||||
final List<int> _items = List<int>.generate(50, (int index) => index);
|
final List<int> _items = List<int>.generate(50, (int index) => index);
|
||||||
|
|
||||||
Image getImage(int index) {
|
Image getImage(int index) {
|
||||||
if(destinationController.destinations[index].photos== null || destinationController.destinations[index].photos == ""){
|
if (destinationController.destinations[index].photos == null ||
|
||||||
return Image(image: AssetImage('assets/images/empty_image.png'));
|
destinationController.destinations[index].photos == "") {
|
||||||
}
|
return const Image(image: AssetImage('assets/images/empty_image.png'));
|
||||||
else{
|
} else {
|
||||||
print("------- image is ${destinationController.destinations[index].photos!}------");
|
print(
|
||||||
|
"------- image is ${destinationController.destinations[index].photos!}------");
|
||||||
String _photo = destinationController.destinations[index].photos!;
|
String _photo = destinationController.destinations[index].photos!;
|
||||||
if (_photo.contains('http')) {
|
if (_photo.contains('http')) {
|
||||||
return Image(image: NetworkImage(
|
return Image(
|
||||||
destinationController.destinations[index].photos!),
|
image:
|
||||||
errorBuilder: (BuildContext context, Object exception, StackTrace? stackTrace) {
|
NetworkImage(destinationController.destinations[index].photos!),
|
||||||
|
errorBuilder:
|
||||||
|
(BuildContext context, Object exception, StackTrace? stackTrace) {
|
||||||
return Image.asset("assets/images/empty_image.png");
|
return Image.asset("assets/images/empty_image.png");
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
} else {
|
||||||
else {
|
String serverUrl = ConstValues.currentServer();
|
||||||
String server_url = ConstValues.currentServer();
|
|
||||||
//print("==== photo is ${server_url + '/media/compressed/' + destinationController.destinations[index].photos!} ===");
|
//print("==== photo is ${server_url + '/media/compressed/' + destinationController.destinations[index].photos!} ===");
|
||||||
return Image(image: NetworkImage(
|
return Image(
|
||||||
'${server_url}/media/compressed/' + destinationController.destinations[index].photos!),
|
image: NetworkImage('$serverUrl/media/compressed/' +
|
||||||
errorBuilder: (BuildContext context, Object exception, StackTrace? stackTrace) {
|
destinationController.destinations[index].photos!),
|
||||||
|
errorBuilder:
|
||||||
|
(BuildContext context, Object exception, StackTrace? stackTrace) {
|
||||||
return Image.asset("assets/images/empty_image.png");
|
return Image.asset("assets/images/empty_image.png");
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -63,10 +64,10 @@ class DestinationWidget extends StatelessWidget {
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
void doDelete() {
|
void doDelete() {
|
||||||
destinationController.currentSelectedDestinations.forEach((element) {
|
for (var element in destinationController.currentSelectedDestinations) {
|
||||||
destinationController.deleteDestination(element);
|
destinationController.deleteDestination(element);
|
||||||
destinationController.resetRogaining();
|
destinationController.resetRogaining();
|
||||||
});
|
}
|
||||||
// destinationController.destination_index_data.forEach((element) {
|
// destinationController.destination_index_data.forEach((element) {
|
||||||
// //print(element["index"]);
|
// //print(element["index"]);
|
||||||
// destinationController.deleteDestination(element["index"]);
|
// destinationController.deleteDestination(element["index"]);
|
||||||
@ -75,7 +76,7 @@ class DestinationWidget extends StatelessWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void moveUp() {
|
void moveUp() {
|
||||||
Destination? d = null;
|
Destination? d;
|
||||||
for (Destination ad in destinationController.destinations) {
|
for (Destination ad in destinationController.destinations) {
|
||||||
if (ad.selected == true) {
|
if (ad.selected == true) {
|
||||||
d = ad;
|
d = ad;
|
||||||
@ -89,7 +90,7 @@ class DestinationWidget extends StatelessWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void moveDown() {
|
void moveDown() {
|
||||||
Destination? d = null;
|
Destination? d;
|
||||||
for (Destination ad in destinationController.destinations) {
|
for (Destination ad in destinationController.destinations) {
|
||||||
if (ad.selected == true) {
|
if (ad.selected == true) {
|
||||||
d = ad;
|
d = ad;
|
||||||
@ -107,8 +108,8 @@ class DestinationWidget extends StatelessWidget {
|
|||||||
title: "are_you_sure_want_to_delete_all".tr,
|
title: "are_you_sure_want_to_delete_all".tr,
|
||||||
middleText: "all_added_destination_will_be_deleted".tr,
|
middleText: "all_added_destination_will_be_deleted".tr,
|
||||||
backgroundColor: Colors.blue.shade300,
|
backgroundColor: Colors.blue.shade300,
|
||||||
titleStyle: TextStyle(color: Colors.white),
|
titleStyle: const TextStyle(color: Colors.white),
|
||||||
middleTextStyle: TextStyle(color: Colors.white),
|
middleTextStyle: const TextStyle(color: Colors.white),
|
||||||
textConfirm: "confirm".tr,
|
textConfirm: "confirm".tr,
|
||||||
textCancel: "cancel".tr,
|
textCancel: "cancel".tr,
|
||||||
cancelTextColor: Colors.white,
|
cancelTextColor: Colors.white,
|
||||||
@ -116,16 +117,15 @@ class DestinationWidget extends StatelessWidget {
|
|||||||
buttonColor: Colors.white,
|
buttonColor: Colors.white,
|
||||||
barrierDismissible: false,
|
barrierDismissible: false,
|
||||||
radius: 10,
|
radius: 10,
|
||||||
content: Column(
|
content: const Column(
|
||||||
children: [
|
children: [],
|
||||||
],
|
|
||||||
),
|
),
|
||||||
onConfirm: () {
|
onConfirm: () {
|
||||||
destinationController.deleteAllDestinations();
|
destinationController.deleteAllDestinations();
|
||||||
Get.back();
|
Get.back();
|
||||||
Get.snackbar("deleted".tr, "all_destinations_are_deleted_successfully".tr);
|
Get.snackbar(
|
||||||
}
|
"deleted".tr, "all_destinations_are_deleted_successfully".tr);
|
||||||
);
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
void interChange() {
|
void interChange() {
|
||||||
@ -138,33 +138,34 @@ class DestinationWidget extends StatelessWidget {
|
|||||||
// });
|
// });
|
||||||
}
|
}
|
||||||
|
|
||||||
Future getIsLocationAvilable(int location_id) async {
|
Future getIsLocationAvilable(int locationId) async {
|
||||||
DatabaseHelper db = DatabaseHelper.instance;
|
DatabaseHelper db = DatabaseHelper.instance;
|
||||||
return await db.isAlreadyAvailable(location_id);
|
return await db.isAlreadyAvailable(locationId);
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
print(
|
||||||
|
"------ destination widget------ ${destinationController.destinationCount.value} ----------");
|
||||||
|
|
||||||
print("------ destination widget------ ${destinationController.destinationCount.value} ----------");
|
return Obx(() => Stack(
|
||||||
|
|
||||||
return
|
|
||||||
Obx(() =>
|
|
||||||
Stack(
|
|
||||||
children: [
|
children: [
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.only(top: 45.0),
|
padding: const EdgeInsets.only(top: 45.0),
|
||||||
child: ListView.builder(
|
child: ListView.builder(
|
||||||
itemCount: destinationController.destinationCount.value,
|
itemCount: destinationController.destinationCount.value,
|
||||||
itemBuilder: (BuildContext context, int index) {
|
itemBuilder: (BuildContext context, int index) {
|
||||||
return
|
return TimelineTile(
|
||||||
TimelineTile(
|
|
||||||
alignment: TimelineAlign.manual,
|
alignment: TimelineAlign.manual,
|
||||||
lineXY: 0.2,
|
lineXY: 0.2,
|
||||||
isFirst: index == 0 ? true : false,
|
isFirst: index == 0 ? true : false,
|
||||||
indicatorStyle: IndicatorStyle(
|
indicatorStyle: IndicatorStyle(
|
||||||
indicator: CircleAvatar(
|
indicator: CircleAvatar(
|
||||||
child: Text(destinationController.destinations[index].list_order.toString(), style: TextStyle(color: Colors.white),),
|
child: Text(
|
||||||
|
destinationController.destinations[index].list_order
|
||||||
|
.toString(),
|
||||||
|
style: const TextStyle(color: Colors.white),
|
||||||
|
),
|
||||||
backgroundColor: Colors.red,
|
backgroundColor: Colors.red,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
@ -177,50 +178,72 @@ class DestinationWidget extends StatelessWidget {
|
|||||||
child: ListTile(
|
child: ListTile(
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
{
|
{
|
||||||
Destination? fs = destinationController.destinations[index];
|
Destination? fs =
|
||||||
print("----fsf-----${index}");
|
destinationController.destinations[index];
|
||||||
if(fs != null){
|
print("----fsf-----$index");
|
||||||
|
if (indexController
|
||||||
if(indexController.currentDestinationFeature.isNotEmpty) {
|
.currentDestinationFeature.isNotEmpty) {
|
||||||
indexController.currentDestinationFeature.clear();
|
indexController.currentDestinationFeature
|
||||||
|
.clear();
|
||||||
}
|
}
|
||||||
indexController.currentDestinationFeature.add(fs);
|
indexController.currentDestinationFeature
|
||||||
print("--- ndexController.currentDestinationFeature ----- ${ indexController.currentDestinationFeature[0].name} ----");
|
.add(fs);
|
||||||
|
print(
|
||||||
|
"--- ndexController.currentDestinationFeature ----- ${indexController.currentDestinationFeature[0].name} ----");
|
||||||
//indexController.getAction();
|
//indexController.getAction();
|
||||||
|
|
||||||
showModalBottomSheet(context: context, isScrollControlled: true,
|
showModalBottomSheet(
|
||||||
|
constraints: BoxConstraints.loose(
|
||||||
|
Size(Get.width, Get.height * 0.75)),
|
||||||
|
context: context,
|
||||||
|
isScrollControlled: true,
|
||||||
//builder:((context) => BottomSheetWidget())
|
//builder:((context) => BottomSheetWidget())
|
||||||
builder:((context) => BottomSheetNew())
|
builder: ((context) => BottomSheetNew()));
|
||||||
);
|
|
||||||
}
|
}
|
||||||
};
|
|
||||||
},
|
},
|
||||||
onLongPress: () {
|
onLongPress: () {
|
||||||
destinationController.toggleSelection(destinationController.destinations[index]);
|
destinationController.toggleSelection(
|
||||||
|
destinationController.destinations[index]);
|
||||||
},
|
},
|
||||||
selectedTileColor: Colors.amberAccent,
|
selectedTileColor: Colors.amberAccent,
|
||||||
selected:destinationController.destinations[index].selected!,
|
selected: destinationController
|
||||||
|
.destinations[index].selected!,
|
||||||
leading: getImage(index),
|
leading: getImage(index),
|
||||||
title: Text(destinationController.destinations[index].name!),
|
title: Text(destinationController
|
||||||
subtitle: Text(destinationController.destinations[index].category!),
|
.destinations[index].name!),
|
||||||
|
subtitle: Text(destinationController
|
||||||
|
.destinations[index].category!),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
startChild:
|
startChild: index > 0 &&
|
||||||
index > 0 && destinationController.matrix["routes"][0]["legs"] != null ?
|
destinationController.matrix["routes"][0]
|
||||||
Column(
|
["legs"] !=
|
||||||
|
null
|
||||||
|
? Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
||||||
children: [
|
children: [
|
||||||
Text(destinationController.matrix["routes"][0]["legs"][index -1]["distance"] != null ? destinationController.matrix["routes"][0]["legs"][index-1]["distance"]["text"].toString(): ''),
|
Text(destinationController.matrix["routes"][0]
|
||||||
Text(destinationController.matrix["routes"][0]["legs"][index -1]["duration"] != null ? destinationController.matrix["routes"][0]["legs"][index-1]["duration"]["text"].toString() : '')
|
["legs"][index - 1]["distance"] !=
|
||||||
|
null
|
||||||
|
? destinationController.matrix["routes"][0]
|
||||||
|
["legs"][index - 1]["distance"]
|
||||||
|
["text"]
|
||||||
|
.toString()
|
||||||
|
: ''),
|
||||||
|
Text(destinationController.matrix["routes"][0]
|
||||||
|
["legs"][index - 1]["duration"] !=
|
||||||
|
null
|
||||||
|
? destinationController.matrix["routes"][0]
|
||||||
|
["legs"][index - 1]["duration"]
|
||||||
|
["text"]
|
||||||
|
.toString()
|
||||||
|
: '')
|
||||||
],
|
],
|
||||||
):
|
)
|
||||||
Container()
|
: Container(),
|
||||||
,
|
|
||||||
);
|
);
|
||||||
|
}),
|
||||||
}
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
Container(
|
Container(
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
@ -229,7 +252,7 @@ class DestinationWidget extends StatelessWidget {
|
|||||||
color: Colors.grey.withOpacity(0.3),
|
color: Colors.grey.withOpacity(0.3),
|
||||||
spreadRadius: 5,
|
spreadRadius: 5,
|
||||||
blurRadius: 3,
|
blurRadius: 3,
|
||||||
offset: Offset(0, 7), // changes position of shadow
|
offset: const Offset(0, 7), // changes position of shadow
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
@ -239,22 +262,31 @@ class DestinationWidget extends StatelessWidget {
|
|||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
IconButton(
|
IconButton(
|
||||||
icon:Icon(Icons.delete_forever),
|
icon: const Icon(Icons.delete_forever),
|
||||||
//onPressed: (){doDelete();},
|
//onPressed: (){doDelete();},
|
||||||
onPressed: clearall,
|
onPressed: clearall,
|
||||||
),
|
),
|
||||||
IconButton(
|
IconButton(
|
||||||
icon:Icon(Icons.cancel),
|
icon: const Icon(Icons.cancel),
|
||||||
//onPressed: (){doDelete();},
|
//onPressed: (){doDelete();},
|
||||||
onPressed: destinationController.currentSelectedDestinations.length > 0 ? doDelete : null,
|
onPressed: destinationController
|
||||||
|
.currentSelectedDestinations.isNotEmpty
|
||||||
|
? doDelete
|
||||||
|
: null,
|
||||||
),
|
),
|
||||||
IconButton(
|
IconButton(
|
||||||
icon:Icon(Icons.move_up),
|
icon: const Icon(Icons.move_up),
|
||||||
onPressed: destinationController.currentSelectedDestinations.length > 0 ? moveUp : null,
|
onPressed: destinationController
|
||||||
|
.currentSelectedDestinations.isNotEmpty
|
||||||
|
? moveUp
|
||||||
|
: null,
|
||||||
),
|
),
|
||||||
IconButton(
|
IconButton(
|
||||||
icon:Icon(Icons.move_down),
|
icon: const Icon(Icons.move_down),
|
||||||
onPressed: destinationController.currentSelectedDestinations.length > 0 ? moveDown : null,
|
onPressed: destinationController
|
||||||
|
.currentSelectedDestinations.isNotEmpty
|
||||||
|
? moveDown
|
||||||
|
: null,
|
||||||
),
|
),
|
||||||
// IconButton(
|
// IconButton(
|
||||||
// icon:Icon(Icons.sync),
|
// icon:Icon(Icons.sync),
|
||||||
@ -264,7 +296,6 @@ class DestinationWidget extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
)
|
));
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -4,30 +4,39 @@ import 'package:get/get.dart';
|
|||||||
import 'package:rogapp/model/destination.dart';
|
import 'package:rogapp/model/destination.dart';
|
||||||
import 'package:rogapp/pages/destination/destination_controller.dart';
|
import 'package:rogapp/pages/destination/destination_controller.dart';
|
||||||
import 'package:rogapp/pages/index/index_controller.dart';
|
import 'package:rogapp/pages/index/index_controller.dart';
|
||||||
|
import 'package:rogapp/services/maxtrix_service.dart';
|
||||||
import 'package:rogapp/utils/const.dart';
|
import 'package:rogapp/utils/const.dart';
|
||||||
import 'package:rogapp/widgets/bottom_sheet_new.dart';
|
import 'package:rogapp/widgets/bottom_sheet_new.dart';
|
||||||
import 'package:rogapp/widgets/bottom_sheet_widget.dart';
|
|
||||||
|
|
||||||
class ListWidget extends StatelessWidget {
|
class ListWidget extends StatefulWidget {
|
||||||
ListWidget({ Key? key }) : super(key: key);
|
const ListWidget({Key? key}) : super(key: key);
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<ListWidget> createState() => _ListWidgetState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _ListWidgetState extends State<ListWidget> {
|
||||||
final IndexController indexController = Get.find<IndexController>();
|
final IndexController indexController = Get.find<IndexController>();
|
||||||
final DestinationController destinationController = Get.find<DestinationController>();
|
|
||||||
|
final DestinationController destinationController =
|
||||||
|
Get.find<DestinationController>();
|
||||||
|
|
||||||
Image getImage(int index) {
|
Image getImage(int index) {
|
||||||
if(indexController.locations[0].collection[index].properties!["photos"] == null || indexController.locations[0].collection[index].properties!["photos"] == ""){
|
if (indexController.locations[0].collection[index].properties!["photos"] ==
|
||||||
return Image(image: AssetImage('assets/images/empty_image.png'));
|
null ||
|
||||||
}
|
indexController.locations[0].collection[index].properties!["photos"] ==
|
||||||
else{
|
"") {
|
||||||
print("==== photo index is ${index} ===");
|
return const Image(image: AssetImage('assets/images/empty_image.png'));
|
||||||
String server_url = ConstValues.currentServer();
|
} else {
|
||||||
GeoJsonFeature<dynamic> gf = indexController.locations[0].collection[index];
|
print("==== photo index is $index ===");
|
||||||
String _photo = gf!.properties!["photos"];
|
String serverUrl = ConstValues.currentServer();
|
||||||
|
GeoJsonFeature<dynamic> gf =
|
||||||
|
indexController.locations[0].collection[index];
|
||||||
|
String _photo = gf.properties!["photos"];
|
||||||
return Image(
|
return Image(
|
||||||
image: NetworkImage(
|
image: NetworkImage('$serverUrl/media/compressed/' + _photo),
|
||||||
'${server_url}/media/compressed/' + _photo
|
errorBuilder:
|
||||||
),
|
(BuildContext context, Object exception, StackTrace? stackTrace) {
|
||||||
errorBuilder: (BuildContext context, Object exception, StackTrace? stackTrace) {
|
|
||||||
return Image.asset("assets/images/empty_image.png");
|
return Image.asset("assets/images/empty_image.png");
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
@ -35,23 +44,66 @@ class ListWidget extends StatelessWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void changeCurrentFeature(GeoJsonFeature fs) {
|
void changeCurrentFeature(GeoJsonFeature fs) {
|
||||||
if(indexController.currentFeature.length > 0){
|
if (indexController.currentFeature.isNotEmpty) {
|
||||||
indexController.currentFeature.clear();
|
indexController.currentFeature.clear();
|
||||||
}
|
}
|
||||||
indexController.currentFeature.add(fs);
|
indexController.currentFeature.add(fs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void initState() {
|
||||||
|
super.initState();
|
||||||
|
}
|
||||||
|
|
||||||
|
Destination createDestination(GeoJsonFeature feature) {
|
||||||
|
final props = feature.properties;
|
||||||
|
GeoJsonMultiPoint _pt = feature.geometry;
|
||||||
|
|
||||||
|
return Destination(
|
||||||
|
cp: props!['cp'],
|
||||||
|
lat: _pt.geoSerie!.geoPoints.first.latitude,
|
||||||
|
lon: _pt.geoSerie!.geoPoints.first.longitude,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<String> matrixDistance(int i) async {
|
||||||
|
// Create two destinations directly from indexController.locations[0].collection
|
||||||
|
Destination desCurr = Destination(
|
||||||
|
lat: indexController.current_lat, lon: indexController.current_lon);
|
||||||
|
//Destination dest1 = createDestination(indexController.locations[0].collection[0]);
|
||||||
|
Destination dest2 =
|
||||||
|
createDestination(indexController.locations[0].collection[i]);
|
||||||
|
|
||||||
|
// Get the distance between these two destinations
|
||||||
|
final res = await MatrixService.getDestinations([desCurr, dest2]);
|
||||||
|
|
||||||
|
return res["routes"][0]["legs"][0]["distance"]["text"];
|
||||||
|
//print("matrix result is ${i} : ${res["routes"][0]["legs"][0]["distance"]["text"]} ");
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _pullRefresh() async {
|
||||||
|
print("pull to refesh");
|
||||||
|
indexController.locations[0].collection.sort((a, b) =>
|
||||||
|
(a.properties!['cp'] as Comparable)
|
||||||
|
.compareTo(b.properties!['cp'] as Comparable));
|
||||||
|
setState(() {});
|
||||||
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Obx(() =>
|
return Obx(
|
||||||
indexController.locations.length > 0 ?
|
() => indexController.locations.isNotEmpty
|
||||||
ListView.builder(
|
? RefreshIndicator(
|
||||||
|
onRefresh: _pullRefresh,
|
||||||
|
child: ListView.builder(
|
||||||
itemCount: indexController.locations[0].collection.length,
|
itemCount: indexController.locations[0].collection.length,
|
||||||
shrinkWrap: true,
|
shrinkWrap: true,
|
||||||
itemBuilder: (_, index) {
|
itemBuilder: (_, index) {
|
||||||
bool _is_found = false;
|
bool _is_found = false;
|
||||||
for (Destination d in destinationController.destinations) {
|
for (Destination d in destinationController.destinations) {
|
||||||
if(indexController.locations[0].collection[index].properties!['location_id'] == d.location_id){
|
if (indexController.locations[0].collection[index]
|
||||||
|
.properties!['location_id'] ==
|
||||||
|
d.location_id) {
|
||||||
_is_found = true;
|
_is_found = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@ -59,26 +111,78 @@ class ListWidget extends StatelessWidget {
|
|||||||
return Card(
|
return Card(
|
||||||
child: ListTile(
|
child: ListTile(
|
||||||
selected: _is_found,
|
selected: _is_found,
|
||||||
|
|
||||||
selectedTileColor: Colors.yellow.shade200,
|
selectedTileColor: Colors.yellow.shade200,
|
||||||
onTap: () {
|
onTap: () {
|
||||||
GeoJsonFeature gf = indexController.locations[0].collection[index];
|
GeoJsonFeature gf =
|
||||||
|
indexController.locations[0].collection[index];
|
||||||
changeCurrentFeature(gf);
|
changeCurrentFeature(gf);
|
||||||
showModalBottomSheet(
|
showModalBottomSheet(
|
||||||
|
constraints: BoxConstraints.loose(
|
||||||
|
Size(Get.width, Get.height * 0.75)),
|
||||||
isScrollControlled: true,
|
isScrollControlled: true,
|
||||||
context: context,
|
context: context,
|
||||||
//builder: (context) => BottomSheetWidget(),
|
//builder: (context) => BottomSheetWidget(),
|
||||||
builder:((context) => BottomSheetNew())
|
builder: ((context) => BottomSheetNew()));
|
||||||
);
|
|
||||||
},
|
},
|
||||||
leading: getImage(index),
|
leading: getImage(index),
|
||||||
title: indexController.locations[0].collection[index].properties!['location_name'] != null ? Text(indexController.locations[0].collection[index].properties!['location_name'].toString()) : Text(""),
|
title: indexController.locations[0].collection[index]
|
||||||
subtitle: indexController.locations[0].collection[index].properties!['category'] != null ? Text(indexController.locations[0].collection[index].properties!['category']) : Text(""),
|
.properties!['location_name'] !=
|
||||||
trailing: indexController.locations[0].collection[index].properties!['sub_loc_id'] != null ? Text(indexController.locations[0].collection[index].properties!['sub_loc_id']) : Text(""),
|
null
|
||||||
|
? Text(indexController.locations[0]
|
||||||
|
.collection[index].properties!['location_name']
|
||||||
|
.toString())
|
||||||
|
: const Text(""),
|
||||||
|
subtitle: indexController.locations[0].collection[index]
|
||||||
|
.properties!['category'] !=
|
||||||
|
null
|
||||||
|
? Text(indexController.locations[0]
|
||||||
|
.collection[index].properties!['category'])
|
||||||
|
: const Text(""),
|
||||||
|
trailing: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.end,
|
||||||
|
children: [
|
||||||
|
indexController.locations[0].collection[index]
|
||||||
|
.properties!['sub_loc_id'] !=
|
||||||
|
null
|
||||||
|
? Text(indexController
|
||||||
|
.locations[0]
|
||||||
|
.collection[index]
|
||||||
|
.properties!['sub_loc_id'])
|
||||||
|
: const Text(""),
|
||||||
|
SizedBox(
|
||||||
|
width: 100,
|
||||||
|
child: FutureBuilder<String>(
|
||||||
|
future: matrixDistance(index),
|
||||||
|
builder: (context, snapshot) {
|
||||||
|
if (snapshot.connectionState ==
|
||||||
|
ConnectionState.waiting) {
|
||||||
|
return const Center(
|
||||||
|
child: CircularProgressIndicator(),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
if (snapshot.hasError) {
|
||||||
|
return const Text("-");
|
||||||
|
} else {
|
||||||
|
return Text(
|
||||||
|
snapshot.data ?? '',
|
||||||
|
style: const TextStyle(
|
||||||
|
color: Colors.red,
|
||||||
|
fontWeight: FontWeight.bold),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
},
|
||||||
),
|
),
|
||||||
|
)
|
||||||
|
],
|
||||||
|
)),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
) : Container(width: 0, height: 0,),
|
),
|
||||||
|
)
|
||||||
|
: const SizedBox(
|
||||||
|
width: 0,
|
||||||
|
height: 0,
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -3,21 +3,20 @@ import 'package:flutter/material.dart';
|
|||||||
import 'package:flutter_map/plugin_api.dart';
|
import 'package:flutter_map/plugin_api.dart';
|
||||||
import 'package:flutter_map_location_marker/flutter_map_location_marker.dart';
|
import 'package:flutter_map_location_marker/flutter_map_location_marker.dart';
|
||||||
import 'package:flutter_map_marker_cluster/flutter_map_marker_cluster.dart';
|
import 'package:flutter_map_marker_cluster/flutter_map_marker_cluster.dart';
|
||||||
|
import 'package:flutter_polyline_points/flutter_polyline_points.dart';
|
||||||
import 'package:geojson/geojson.dart';
|
import 'package:geojson/geojson.dart';
|
||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
import 'package:get/get_state_manager/get_state_manager.dart';
|
|
||||||
import 'package:latlong2/latlong.dart';
|
import 'package:latlong2/latlong.dart';
|
||||||
import 'package:rogapp/pages/destination/destination_controller.dart';
|
import 'package:rogapp/pages/destination/destination_controller.dart';
|
||||||
import 'package:rogapp/pages/index/index_controller.dart';
|
import 'package:rogapp/pages/index/index_controller.dart';
|
||||||
import 'package:rogapp/utils/text_util.dart';
|
import 'package:rogapp/utils/text_util.dart';
|
||||||
import 'package:rogapp/widgets/base_layer_widget.dart';
|
import 'package:rogapp/widgets/base_layer_widget.dart';
|
||||||
import 'package:rogapp/widgets/bottom_sheet_new.dart';
|
import 'package:rogapp/widgets/bottom_sheet_new.dart';
|
||||||
import 'package:rogapp/widgets/bottom_sheet_widget.dart';
|
|
||||||
|
|
||||||
class MapWidget extends StatelessWidget {
|
class MapWidget extends StatelessWidget {
|
||||||
|
|
||||||
final IndexController indexController = Get.find<IndexController>();
|
final IndexController indexController = Get.find<IndexController>();
|
||||||
final DestinationController destinationController = Get.find<DestinationController>();
|
final DestinationController destinationController =
|
||||||
|
Get.find<DestinationController>();
|
||||||
|
|
||||||
MapWidget({Key? key}) : super(key: key);
|
MapWidget({Key? key}) : super(key: key);
|
||||||
|
|
||||||
@ -32,8 +31,10 @@ class MapWidget extends StatelessWidget {
|
|||||||
children: [
|
children: [
|
||||||
InkWell(
|
InkWell(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
GeoJsonFeature? fs = indexController.getFeatureForLatLong(p.geoSerie!.geoPoints[0].latitude, p.geoSerie!.geoPoints[0].longitude);
|
GeoJsonFeature? fs = indexController.getFeatureForLatLong(
|
||||||
print("------- fs ${fs}------");
|
p.geoSerie!.geoPoints[0].latitude,
|
||||||
|
p.geoSerie!.geoPoints[0].longitude);
|
||||||
|
print("------- fs $fs------");
|
||||||
if (fs != null) {
|
if (fs != null) {
|
||||||
indexController.currentFeature.clear();
|
indexController.currentFeature.clear();
|
||||||
indexController.currentFeature.add(fs);
|
indexController.currentFeature.add(fs);
|
||||||
@ -41,6 +42,8 @@ class MapWidget extends StatelessWidget {
|
|||||||
indexController.getAction();
|
indexController.getAction();
|
||||||
|
|
||||||
showModalBottomSheet(
|
showModalBottomSheet(
|
||||||
|
constraints:
|
||||||
|
BoxConstraints.loose(Size(Get.width, Get.height * 0.75)),
|
||||||
context: context,
|
context: context,
|
||||||
isScrollControlled: true,
|
isScrollControlled: true,
|
||||||
isDismissible: true,
|
isDismissible: true,
|
||||||
@ -50,10 +53,6 @@ class MapWidget extends StatelessWidget {
|
|||||||
destinationController.skip_gps = false;
|
destinationController.skip_gps = false;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
child: Container(
|
child: Container(
|
||||||
height: 32,
|
height: 32,
|
||||||
@ -62,103 +61,146 @@ class MapWidget extends StatelessWidget {
|
|||||||
shape: BoxShape.circle,
|
shape: BoxShape.circle,
|
||||||
color: Colors.transparent,
|
color: Colors.transparent,
|
||||||
border: Border.all(
|
border: Border.all(
|
||||||
color: i.properties!['buy_point'] > 0 ? Colors.blue : Colors.red,
|
color: i.properties!['buy_point'] > 0
|
||||||
|
? Colors.blue
|
||||||
|
: Colors.red,
|
||||||
width: 3,
|
width: 3,
|
||||||
style: BorderStyle.solid
|
style: BorderStyle.solid)),
|
||||||
)
|
|
||||||
),
|
|
||||||
child: Stack(
|
child: Stack(
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
children: [
|
children: [
|
||||||
Icon(Icons.circle,size: 6.0,),
|
const Icon(
|
||||||
i.properties!['cp'] == -1 ?
|
Icons.circle,
|
||||||
Transform.rotate(
|
size: 6.0,
|
||||||
|
),
|
||||||
|
i.properties!['cp'] == -1
|
||||||
|
? Transform.rotate(
|
||||||
alignment: Alignment.centerLeft,
|
alignment: Alignment.centerLeft,
|
||||||
origin: Offset.fromDirection(1, 26),
|
origin: Offset.fromDirection(1, 26),
|
||||||
angle: 270 * pi / 180,
|
angle: 270 * pi / 180,
|
||||||
child: Icon(Icons.play_arrow_outlined, color: Colors.red, size: 70,)):
|
child: const Icon(
|
||||||
Container(color: Colors.transparent,),
|
Icons.play_arrow_outlined,
|
||||||
|
color: Colors.red,
|
||||||
|
size: 70,
|
||||||
|
))
|
||||||
|
: Container(
|
||||||
|
color: Colors.transparent,
|
||||||
|
),
|
||||||
],
|
],
|
||||||
)
|
)),
|
||||||
),
|
),
|
||||||
),
|
Container(
|
||||||
Container(color: Colors.white, child: Text(TextUtils.getDisplayTextFeture(i), style: TextStyle(fontSize: 16, fontWeight: FontWeight.bold, color:Colors.red,))),
|
color: Colors.white,
|
||||||
|
child: Text(TextUtils.getDisplayTextFeture(i),
|
||||||
|
style: const TextStyle(
|
||||||
|
fontSize: 16,
|
||||||
|
fontWeight: FontWeight.bold,
|
||||||
|
color: Colors.red,
|
||||||
|
))),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
List<LatLng>? getPoints() {
|
||||||
|
print("##### --- route point ${indexController.routePoints.length}");
|
||||||
|
List<LatLng> pts = [];
|
||||||
|
for (PointLatLng p in indexController.routePoints) {
|
||||||
|
LatLng l = LatLng(p.latitude, p.longitude);
|
||||||
|
pts.add(l);
|
||||||
|
}
|
||||||
|
return pts;
|
||||||
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
print(
|
||||||
print("---------- rog mode is ${indexController.rog_mode.value.toString()}----------");
|
"---------- rog mode is ${indexController.rog_mode.value.toString()}----------");
|
||||||
|
|
||||||
final PopupController _popupController = PopupController();
|
final PopupController _popupController = PopupController();
|
||||||
return Stack(
|
return Stack(
|
||||||
children: [
|
children: [
|
||||||
Obx(() =>
|
Obx(() => indexController.is_loading == true
|
||||||
indexController.is_loading == true ? Padding(
|
? const Padding(
|
||||||
padding: const EdgeInsets.only(top: 60.0),
|
padding: EdgeInsets.only(top: 60.0),
|
||||||
child: CircularProgressIndicator(),
|
child: CircularProgressIndicator(),
|
||||||
):
|
)
|
||||||
FlutterMap(
|
: FlutterMap(
|
||||||
mapController: indexController.mapController,
|
mapController: indexController.mapController,
|
||||||
options: MapOptions(
|
options: MapOptions(
|
||||||
maxZoom: 18.4,
|
maxZoom: 18.4,
|
||||||
onMapReady: () {
|
onMapReady: () {
|
||||||
indexController.is_mapController_loaded.value = true;
|
indexController.is_mapController_loaded.value = true;
|
||||||
subscription = indexController.mapController.mapEventStream.listen((MapEvent mapEvent) {
|
subscription = indexController.mapController.mapEventStream
|
||||||
|
.listen((MapEvent mapEvent) {
|
||||||
if (mapEvent is MapEventMoveStart) {
|
if (mapEvent is MapEventMoveStart) {
|
||||||
//print(DateTime.now().toString() + ' [MapEventMoveStart] START');
|
//print(DateTime.now().toString() + ' [MapEventMoveStart] START');
|
||||||
// do something
|
// do something
|
||||||
}
|
}
|
||||||
if (mapEvent is MapEventMoveEnd && indexController.currentUser. length <= 0) {
|
if (mapEvent is MapEventMoveEnd &&
|
||||||
|
indexController.currentUser.isEmpty) {
|
||||||
//print(DateTime.now().toString() + ' [MapEventMoveStart] END');
|
//print(DateTime.now().toString() + ' [MapEventMoveStart] END');
|
||||||
indexController.loadLocationsBound();
|
indexController.loadLocationsBound();
|
||||||
//indexController.rogMapController!.move(c.center, c.zoom);
|
//indexController.rogMapController!.move(c.center, c.zoom);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
},
|
},
|
||||||
//center: LatLng(37.15319600454702, 139.58765950528198),
|
//center: LatLng(37.15319600454702, 139.58765950528198),
|
||||||
bounds: indexController.currentBound.length > 0 ? indexController.currentBound[0]: LatLngBounds.fromPoints([LatLng(35.03999881162295, 136.40587119778962), LatLng(36.642756778706904, 137.95226720406063)]),
|
bounds: indexController.currentBound.isNotEmpty
|
||||||
|
? indexController.currentBound[0]
|
||||||
|
: LatLngBounds.fromPoints([
|
||||||
|
LatLng(35.03999881162295, 136.40587119778962),
|
||||||
|
LatLng(36.642756778706904, 137.95226720406063)
|
||||||
|
]),
|
||||||
zoom: 1,
|
zoom: 1,
|
||||||
interactiveFlags: InteractiveFlag.pinchZoom | InteractiveFlag.drag,
|
interactiveFlags:
|
||||||
|
InteractiveFlag.pinchZoom | InteractiveFlag.drag,
|
||||||
|
|
||||||
onPositionChanged: (MapPosition pos, isvalue){
|
onPositionChanged: (MapPosition pos, isvalue) {},
|
||||||
|
onTap: (_, __) => _popupController
|
||||||
},
|
|
||||||
onTap: (_, __) =>
|
|
||||||
_popupController
|
|
||||||
.hideAllPopups(), // Hide popup when the map is tapped.
|
.hideAllPopups(), // Hide popup when the map is tapped.
|
||||||
),
|
),
|
||||||
children: [
|
children: [
|
||||||
BaseLayer(),
|
const BaseLayer(),
|
||||||
|
Obx(
|
||||||
|
() => indexController.routePointLenght > 0
|
||||||
|
? PolylineLayer(
|
||||||
|
polylines: [
|
||||||
|
Polyline(
|
||||||
|
points: getPoints()!,
|
||||||
|
strokeWidth: 6.0,
|
||||||
|
color: Colors.indigo),
|
||||||
|
],
|
||||||
|
)
|
||||||
|
: Container(),
|
||||||
|
),
|
||||||
CurrentLocationLayer(),
|
CurrentLocationLayer(),
|
||||||
indexController.locations.isNotEmpty && indexController.locations[0].collection.isNotEmpty ?
|
indexController.locations.isNotEmpty &&
|
||||||
MarkerLayer(
|
indexController.locations[0].collection.isNotEmpty
|
||||||
markers:indexController.locations[0].collection.map((i) {
|
? MarkerLayer(
|
||||||
|
markers:
|
||||||
|
indexController.locations[0].collection.map((i) {
|
||||||
print("i si ${i.properties!['location_id']}");
|
print("i si ${i.properties!['location_id']}");
|
||||||
|
|
||||||
RegExp regex = RegExp(r'([.]*0)(?!.*\d)');
|
RegExp regex = RegExp(r'([.]*0)(?!.*\d)');
|
||||||
GeoJsonMultiPoint p = i.geometry as GeoJsonMultiPoint;
|
GeoJsonMultiPoint p =
|
||||||
print("lat is ${p.geoSerie!.geoPoints[0].latitude} and lon is ${p.geoSerie!.geoPoints[0].longitude}");
|
i.geometry as GeoJsonMultiPoint;
|
||||||
|
print(
|
||||||
|
"lat is ${p.geoSerie!.geoPoints[0].latitude} and lon is ${p.geoSerie!.geoPoints[0].longitude}");
|
||||||
return Marker(
|
return Marker(
|
||||||
anchorPos: AnchorPos.exactly(Anchor(108.0, 18.0)),
|
anchorPos: AnchorPos.exactly(Anchor(108.0, 18.0)),
|
||||||
height: 32.0,
|
height: 32.0,
|
||||||
width: 120.0,
|
width: 120.0,
|
||||||
point: LatLng(p.geoSerie!.geoPoints[0].latitude, p.geoSerie!.geoPoints[0].longitude),
|
point: LatLng(p.geoSerie!.geoPoints[0].latitude,
|
||||||
|
p.geoSerie!.geoPoints[0].longitude),
|
||||||
builder: (ctx) {
|
builder: (ctx) {
|
||||||
return getMarkerShape(i, context);
|
return getMarkerShape(i, context);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}).toList(),
|
}).toList(),
|
||||||
)
|
)
|
||||||
:
|
: const Center(child: CircularProgressIndicator()),
|
||||||
Center(child: CircularProgressIndicator())
|
|
||||||
,
|
|
||||||
],
|
],
|
||||||
)
|
))
|
||||||
)
|
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,7 +2,6 @@ import 'package:flutter/material.dart';
|
|||||||
import 'package:flutter_map/flutter_map.dart';
|
import 'package:flutter_map/flutter_map.dart';
|
||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
import 'package:rogapp/pages/index/index_controller.dart';
|
import 'package:rogapp/pages/index/index_controller.dart';
|
||||||
import 'package:rogapp/widgets/cat_widget.dart';
|
|
||||||
|
|
||||||
|
|
||||||
class PerfectureWidget extends StatefulWidget {
|
class PerfectureWidget extends StatefulWidget {
|
||||||
@ -166,11 +165,9 @@ class _PerfectureWidgetState extends State<PerfectureWidget> {
|
|||||||
}
|
}
|
||||||
setState(() {
|
setState(() {
|
||||||
widget.indexController.locations.clear();
|
widget.indexController.locations.clear();
|
||||||
if(newValue != null){
|
|
||||||
widget.indexController.is_loading.value = true;
|
widget.indexController.is_loading.value = true;
|
||||||
widget.indexController.areaDropdownValue = newValue;
|
widget.indexController.areaDropdownValue = newValue;
|
||||||
widget.indexController.populateSubPerForArea(newValue, widget.mapController);
|
widget.indexController.populateSubPerForArea(newValue, widget.mapController);
|
||||||
}
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
items: getCustomArea(),
|
items: getCustomArea(),
|
||||||
@ -203,7 +200,7 @@ class _PerfectureWidgetState extends State<PerfectureWidget> {
|
|||||||
) :
|
) :
|
||||||
const Text(""),
|
const Text(""),
|
||||||
//CatWidget(indexController: widget.indexController,),
|
//CatWidget(indexController: widget.indexController,),
|
||||||
widget.indexController.cats.length > 0 ?
|
widget.indexController.cats.isNotEmpty ?
|
||||||
DropdownButton<String>(
|
DropdownButton<String>(
|
||||||
value: widget.indexController.getCatText(),
|
value: widget.indexController.getCatText(),
|
||||||
icon: const Icon(Icons.arrow_downward),
|
icon: const Icon(Icons.arrow_downward),
|
||||||
|
|||||||
734
pubspec.lock
734
pubspec.lock
File diff suppressed because it is too large
Load Diff
31
pubspec.yaml
31
pubspec.yaml
@ -15,10 +15,10 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 1.0.12+12
|
version: 1.0.16+16
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.17.0 <3.0.0"
|
sdk: '>=3.1.0 <4.0.0'
|
||||||
|
|
||||||
# Dependencies specify other packages that your package needs in order to work.
|
# Dependencies specify other packages that your package needs in order to work.
|
||||||
# To automatically upgrade your package dependencies to the latest versions
|
# To automatically upgrade your package dependencies to the latest versions
|
||||||
@ -36,13 +36,13 @@ dependencies:
|
|||||||
cupertino_icons: ^1.0.2
|
cupertino_icons: ^1.0.2
|
||||||
sqflite: ^2.0.1
|
sqflite: ^2.0.1
|
||||||
get: ^4.6.5
|
get: ^4.6.5
|
||||||
flutter_map: any
|
flutter_map: ^4.0.0
|
||||||
geolocator: ^9.0.1
|
geolocator: ^9.0.2
|
||||||
permission_handler: ^10.0.0
|
permission_handler: ^10.0.0
|
||||||
google_api_availability: ^3.0.1
|
google_api_availability: ^5.0.0
|
||||||
tuple: ^2.0.0
|
tuple: ^2.0.0
|
||||||
latlong2: ^0.8.1
|
latlong2: ^0.8.1
|
||||||
positioned_tap_detector: ^1.0.3
|
positioned_tap_detector_2: ^1.0.4
|
||||||
transparent_image: ^2.0.0
|
transparent_image: ^2.0.0
|
||||||
async: ^2.8.2
|
async: ^2.8.2
|
||||||
vector_math: ^2.1.1
|
vector_math: ^2.1.1
|
||||||
@ -53,9 +53,9 @@ dependencies:
|
|||||||
path_provider: ^2.0.8
|
path_provider: ^2.0.8
|
||||||
flutter_map_location_marker: any
|
flutter_map_location_marker: any
|
||||||
flutter_map_marker_cluster: any
|
flutter_map_marker_cluster: any
|
||||||
material_design_icons_flutter: ^5.0.6595
|
material_design_icons_flutter: ^7.0.7296
|
||||||
google_fonts: ^2.1.1
|
#google_fonts: ^2.1.1
|
||||||
image_picker: ^0.8.4+4
|
image_picker: ^1.0.4
|
||||||
#geojson_vi: ^2.0.7
|
#geojson_vi: ^2.0.7
|
||||||
geojson: ^1.0.0
|
geojson: ^1.0.0
|
||||||
url_launcher: ^6.0.20
|
url_launcher: ^6.0.20
|
||||||
@ -66,16 +66,17 @@ dependencies:
|
|||||||
flutter_polyline_points: ^1.0.0
|
flutter_polyline_points: ^1.0.0
|
||||||
google_maps_webservice: ^0.0.19
|
google_maps_webservice: ^0.0.19
|
||||||
flutter_typeahead: ^4.0.0
|
flutter_typeahead: ^4.0.0
|
||||||
flutter_launcher_icons: ^0.10.0
|
flutter_launcher_icons: ^0.13.1
|
||||||
rename: ^2.0.1
|
rename: ^2.0.1
|
||||||
circular_menu: ^2.0.1
|
circular_menu: ^2.0.1
|
||||||
camera_camera: ^3.0.0-dev
|
camera_camera: ^3.0.0-dev
|
||||||
intl: ^0.17.0
|
intl: ^0.18.1
|
||||||
modal_bottom_sheet: ^3.0.0-pre
|
modal_bottom_sheet: ^3.0.0-pre
|
||||||
connectivity_plus: ^3.0.2
|
connectivity_plus: ^4.0.2
|
||||||
flutter_map_tile_caching: ^6.2.0
|
flutter_map_tile_caching: ^8.0.1
|
||||||
shared_preferences: ^2.0.15
|
shared_preferences: ^2.0.15
|
||||||
unicode: ^0.3.0
|
gallery_saver: ^2.3.2
|
||||||
|
|
||||||
|
|
||||||
flutter_icons:
|
flutter_icons:
|
||||||
android: true
|
android: true
|
||||||
@ -92,7 +93,7 @@ dev_dependencies:
|
|||||||
# activated in the `analysis_options.yaml` file located at the root of your
|
# activated in the `analysis_options.yaml` file located at the root of your
|
||||||
# package. See that file for information about deactivating specific lint
|
# package. See that file for information about deactivating specific lint
|
||||||
# rules and activating additional ones.
|
# rules and activating additional ones.
|
||||||
flutter_lints: ^1.0.0
|
flutter_lints: ^2.0.3
|
||||||
|
|
||||||
# For information on the generic Dart part of this file, see the
|
# For information on the generic Dart part of this file, see the
|
||||||
# following page: https://dart.dev/tools/pub/pubspec
|
# following page: https://dart.dev/tools/pub/pubspec
|
||||||
|
|||||||
@ -13,7 +13,7 @@ import 'package:rogapp/main.dart';
|
|||||||
void main() {
|
void main() {
|
||||||
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
|
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
|
||||||
// Build our app and trigger a frame.
|
// Build our app and trigger a frame.
|
||||||
await tester.pumpWidget( MyApp());
|
await tester.pumpWidget( const MyApp());
|
||||||
|
|
||||||
// Verify that our counter starts at 0.
|
// Verify that our counter starts at 0.
|
||||||
expect(find.text('0'), findsOneWidget);
|
expect(find.text('0'), findsOneWidget);
|
||||||
|
|||||||
BIN
web/favicon.png
Normal file
BIN
web/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 917 B |
BIN
web/icons/Icon-192.png
Normal file
BIN
web/icons/Icon-192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
BIN
web/icons/Icon-512.png
Normal file
BIN
web/icons/Icon-512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.1 KiB |
BIN
web/icons/Icon-maskable-192.png
Normal file
BIN
web/icons/Icon-maskable-192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
BIN
web/icons/Icon-maskable-512.png
Normal file
BIN
web/icons/Icon-maskable-512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
104
web/index.html
Normal file
104
web/index.html
Normal file
@ -0,0 +1,104 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<!--
|
||||||
|
If you are serving your web app in a path other than the root, change the
|
||||||
|
href value below to reflect the base path you are serving from.
|
||||||
|
|
||||||
|
The path provided below has to start and end with a slash "/" in order for
|
||||||
|
it to work correctly.
|
||||||
|
|
||||||
|
For more details:
|
||||||
|
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
|
||||||
|
|
||||||
|
This is a placeholder for base href that will be replaced by the value of
|
||||||
|
the `--base-href` argument provided to `flutter build`.
|
||||||
|
-->
|
||||||
|
<base href="$FLUTTER_BASE_HREF">
|
||||||
|
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
||||||
|
<meta name="description" content="A new Flutter project.">
|
||||||
|
|
||||||
|
<!-- iOS meta tags & icons -->
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||||
|
<meta name="apple-mobile-web-app-title" content="rogapp">
|
||||||
|
<link rel="apple-touch-icon" href="icons/Icon-192.png">
|
||||||
|
|
||||||
|
<!-- Favicon -->
|
||||||
|
<link rel="icon" type="image/png" href="favicon.png"/>
|
||||||
|
|
||||||
|
<title>岐阜ナビ</title>
|
||||||
|
<link rel="manifest" href="manifest.json">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<!-- This script installs service_worker.js to provide PWA functionality to
|
||||||
|
application. For more information, see:
|
||||||
|
https://developers.google.com/web/fundamentals/primers/service-workers -->
|
||||||
|
<script>
|
||||||
|
var serviceWorkerVersion = null;
|
||||||
|
var scriptLoaded = false;
|
||||||
|
function loadMainDartJs() {
|
||||||
|
if (scriptLoaded) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
scriptLoaded = true;
|
||||||
|
var scriptTag = document.createElement('script');
|
||||||
|
scriptTag.src = 'main.dart.js';
|
||||||
|
scriptTag.type = 'application/javascript';
|
||||||
|
document.body.append(scriptTag);
|
||||||
|
}
|
||||||
|
|
||||||
|
if ('serviceWorker' in navigator) {
|
||||||
|
// Service workers are supported. Use them.
|
||||||
|
window.addEventListener('load', function () {
|
||||||
|
// Wait for registration to finish before dropping the <script> tag.
|
||||||
|
// Otherwise, the browser will load the script multiple times,
|
||||||
|
// potentially different versions.
|
||||||
|
var serviceWorkerUrl = 'flutter_service_worker.js?v=' + serviceWorkerVersion;
|
||||||
|
navigator.serviceWorker.register(serviceWorkerUrl)
|
||||||
|
.then((reg) => {
|
||||||
|
function waitForActivation(serviceWorker) {
|
||||||
|
serviceWorker.addEventListener('statechange', () => {
|
||||||
|
if (serviceWorker.state == 'activated') {
|
||||||
|
console.log('Installed new service worker.');
|
||||||
|
loadMainDartJs();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
if (!reg.active && (reg.installing || reg.waiting)) {
|
||||||
|
// No active web worker and we have installed or are installing
|
||||||
|
// one for the first time. Simply wait for it to activate.
|
||||||
|
waitForActivation(reg.installing || reg.waiting);
|
||||||
|
} else if (!reg.active.scriptURL.endsWith(serviceWorkerVersion)) {
|
||||||
|
// When the app updates the serviceWorkerVersion changes, so we
|
||||||
|
// need to ask the service worker to update.
|
||||||
|
console.log('New service worker available.');
|
||||||
|
reg.update();
|
||||||
|
waitForActivation(reg.installing);
|
||||||
|
} else {
|
||||||
|
// Existing service worker is still good.
|
||||||
|
console.log('Loading app from service worker.');
|
||||||
|
loadMainDartJs();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// If service worker doesn't succeed in a reasonable amount of time,
|
||||||
|
// fallback to plaint <script> tag.
|
||||||
|
setTimeout(() => {
|
||||||
|
if (!scriptLoaded) {
|
||||||
|
console.warn(
|
||||||
|
'Failed to load app from service worker. Falling back to plain <script> tag.',
|
||||||
|
);
|
||||||
|
loadMainDartJs();
|
||||||
|
}
|
||||||
|
}, 4000);
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
// Service workers not supported. Just drop the <script> tag.
|
||||||
|
loadMainDartJs();
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
35
web/manifest.json
Normal file
35
web/manifest.json
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"name": "rogapp",
|
||||||
|
"short_name": "rogapp",
|
||||||
|
"start_url": ".",
|
||||||
|
"display": "standalone",
|
||||||
|
"background_color": "#0175C2",
|
||||||
|
"theme_color": "#0175C2",
|
||||||
|
"description": "A new Flutter project.",
|
||||||
|
"orientation": "portrait-primary",
|
||||||
|
"prefer_related_applications": false,
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "icons/Icon-192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "icons/Icon-512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "icons/Icon-maskable-192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "icons/Icon-maskable-512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
17
windows/.gitignore
vendored
Normal file
17
windows/.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
flutter/ephemeral/
|
||||||
|
|
||||||
|
# Visual Studio user-specific files.
|
||||||
|
*.suo
|
||||||
|
*.user
|
||||||
|
*.userosscache
|
||||||
|
*.sln.docstates
|
||||||
|
|
||||||
|
# Visual Studio build-related files.
|
||||||
|
x64/
|
||||||
|
x86/
|
||||||
|
|
||||||
|
# Visual Studio cache files
|
||||||
|
# files ending in .cache can be ignored
|
||||||
|
*.[Cc]ache
|
||||||
|
# but keep track of directories ending in .cache
|
||||||
|
!*.[Cc]ache/
|
||||||
95
windows/CMakeLists.txt
Normal file
95
windows/CMakeLists.txt
Normal file
@ -0,0 +1,95 @@
|
|||||||
|
cmake_minimum_required(VERSION 3.14)
|
||||||
|
project(rogapp LANGUAGES CXX)
|
||||||
|
|
||||||
|
set(BINARY_NAME "rogapp")
|
||||||
|
|
||||||
|
cmake_policy(SET CMP0063 NEW)
|
||||||
|
|
||||||
|
set(CMAKE_INSTALL_RPATH "$ORIGIN/lib")
|
||||||
|
|
||||||
|
# Configure build options.
|
||||||
|
get_property(IS_MULTICONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
|
||||||
|
if(IS_MULTICONFIG)
|
||||||
|
set(CMAKE_CONFIGURATION_TYPES "Debug;Profile;Release"
|
||||||
|
CACHE STRING "" FORCE)
|
||||||
|
else()
|
||||||
|
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
|
||||||
|
set(CMAKE_BUILD_TYPE "Debug" CACHE
|
||||||
|
STRING "Flutter build mode" FORCE)
|
||||||
|
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS
|
||||||
|
"Debug" "Profile" "Release")
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
set(CMAKE_EXE_LINKER_FLAGS_PROFILE "${CMAKE_EXE_LINKER_FLAGS_RELEASE}")
|
||||||
|
set(CMAKE_SHARED_LINKER_FLAGS_PROFILE "${CMAKE_SHARED_LINKER_FLAGS_RELEASE}")
|
||||||
|
set(CMAKE_C_FLAGS_PROFILE "${CMAKE_C_FLAGS_RELEASE}")
|
||||||
|
set(CMAKE_CXX_FLAGS_PROFILE "${CMAKE_CXX_FLAGS_RELEASE}")
|
||||||
|
|
||||||
|
# Use Unicode for all projects.
|
||||||
|
add_definitions(-DUNICODE -D_UNICODE)
|
||||||
|
|
||||||
|
# Compilation settings that should be applied to most targets.
|
||||||
|
function(APPLY_STANDARD_SETTINGS TARGET)
|
||||||
|
target_compile_features(${TARGET} PUBLIC cxx_std_17)
|
||||||
|
target_compile_options(${TARGET} PRIVATE /W4 /WX /wd"4100")
|
||||||
|
target_compile_options(${TARGET} PRIVATE /EHsc)
|
||||||
|
target_compile_definitions(${TARGET} PRIVATE "_HAS_EXCEPTIONS=0")
|
||||||
|
target_compile_definitions(${TARGET} PRIVATE "$<$<CONFIG:Debug>:_DEBUG>")
|
||||||
|
endfunction()
|
||||||
|
|
||||||
|
set(FLUTTER_MANAGED_DIR "${CMAKE_CURRENT_SOURCE_DIR}/flutter")
|
||||||
|
|
||||||
|
# Flutter library and tool build rules.
|
||||||
|
add_subdirectory(${FLUTTER_MANAGED_DIR})
|
||||||
|
|
||||||
|
# Application build
|
||||||
|
add_subdirectory("runner")
|
||||||
|
|
||||||
|
# Generated plugin build rules, which manage building the plugins and adding
|
||||||
|
# them to the application.
|
||||||
|
include(flutter/generated_plugins.cmake)
|
||||||
|
|
||||||
|
|
||||||
|
# === Installation ===
|
||||||
|
# Support files are copied into place next to the executable, so that it can
|
||||||
|
# run in place. This is done instead of making a separate bundle (as on Linux)
|
||||||
|
# so that building and running from within Visual Studio will work.
|
||||||
|
set(BUILD_BUNDLE_DIR "$<TARGET_FILE_DIR:${BINARY_NAME}>")
|
||||||
|
# Make the "install" step default, as it's required to run.
|
||||||
|
set(CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD 1)
|
||||||
|
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
|
||||||
|
set(CMAKE_INSTALL_PREFIX "${BUILD_BUNDLE_DIR}" CACHE PATH "..." FORCE)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
set(INSTALL_BUNDLE_DATA_DIR "${CMAKE_INSTALL_PREFIX}/data")
|
||||||
|
set(INSTALL_BUNDLE_LIB_DIR "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
install(TARGETS ${BINARY_NAME} RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}"
|
||||||
|
COMPONENT Runtime)
|
||||||
|
|
||||||
|
install(FILES "${FLUTTER_ICU_DATA_FILE}" DESTINATION "${INSTALL_BUNDLE_DATA_DIR}"
|
||||||
|
COMPONENT Runtime)
|
||||||
|
|
||||||
|
install(FILES "${FLUTTER_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
|
||||||
|
COMPONENT Runtime)
|
||||||
|
|
||||||
|
if(PLUGIN_BUNDLED_LIBRARIES)
|
||||||
|
install(FILES "${PLUGIN_BUNDLED_LIBRARIES}"
|
||||||
|
DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
|
||||||
|
COMPONENT Runtime)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Fully re-copy the assets directory on each build to avoid having stale files
|
||||||
|
# from a previous install.
|
||||||
|
set(FLUTTER_ASSET_DIR_NAME "flutter_assets")
|
||||||
|
install(CODE "
|
||||||
|
file(REMOVE_RECURSE \"${INSTALL_BUNDLE_DATA_DIR}/${FLUTTER_ASSET_DIR_NAME}\")
|
||||||
|
" COMPONENT Runtime)
|
||||||
|
install(DIRECTORY "${PROJECT_BUILD_DIR}/${FLUTTER_ASSET_DIR_NAME}"
|
||||||
|
DESTINATION "${INSTALL_BUNDLE_DATA_DIR}" COMPONENT Runtime)
|
||||||
|
|
||||||
|
# Install the AOT library on non-Debug builds only.
|
||||||
|
install(FILES "${AOT_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_DATA_DIR}"
|
||||||
|
CONFIGURATIONS Profile;Release
|
||||||
|
COMPONENT Runtime)
|
||||||
103
windows/flutter/CMakeLists.txt
Normal file
103
windows/flutter/CMakeLists.txt
Normal file
@ -0,0 +1,103 @@
|
|||||||
|
cmake_minimum_required(VERSION 3.14)
|
||||||
|
|
||||||
|
set(EPHEMERAL_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ephemeral")
|
||||||
|
|
||||||
|
# Configuration provided via flutter tool.
|
||||||
|
include(${EPHEMERAL_DIR}/generated_config.cmake)
|
||||||
|
|
||||||
|
# TODO: Move the rest of this into files in ephemeral. See
|
||||||
|
# https://github.com/flutter/flutter/issues/57146.
|
||||||
|
set(WRAPPER_ROOT "${EPHEMERAL_DIR}/cpp_client_wrapper")
|
||||||
|
|
||||||
|
# === Flutter Library ===
|
||||||
|
set(FLUTTER_LIBRARY "${EPHEMERAL_DIR}/flutter_windows.dll")
|
||||||
|
|
||||||
|
# Published to parent scope for install step.
|
||||||
|
set(FLUTTER_LIBRARY ${FLUTTER_LIBRARY} PARENT_SCOPE)
|
||||||
|
set(FLUTTER_ICU_DATA_FILE "${EPHEMERAL_DIR}/icudtl.dat" PARENT_SCOPE)
|
||||||
|
set(PROJECT_BUILD_DIR "${PROJECT_DIR}/build/" PARENT_SCOPE)
|
||||||
|
set(AOT_LIBRARY "${PROJECT_DIR}/build/windows/app.so" PARENT_SCOPE)
|
||||||
|
|
||||||
|
list(APPEND FLUTTER_LIBRARY_HEADERS
|
||||||
|
"flutter_export.h"
|
||||||
|
"flutter_windows.h"
|
||||||
|
"flutter_messenger.h"
|
||||||
|
"flutter_plugin_registrar.h"
|
||||||
|
"flutter_texture_registrar.h"
|
||||||
|
)
|
||||||
|
list(TRANSFORM FLUTTER_LIBRARY_HEADERS PREPEND "${EPHEMERAL_DIR}/")
|
||||||
|
add_library(flutter INTERFACE)
|
||||||
|
target_include_directories(flutter INTERFACE
|
||||||
|
"${EPHEMERAL_DIR}"
|
||||||
|
)
|
||||||
|
target_link_libraries(flutter INTERFACE "${FLUTTER_LIBRARY}.lib")
|
||||||
|
add_dependencies(flutter flutter_assemble)
|
||||||
|
|
||||||
|
# === Wrapper ===
|
||||||
|
list(APPEND CPP_WRAPPER_SOURCES_CORE
|
||||||
|
"core_implementations.cc"
|
||||||
|
"standard_codec.cc"
|
||||||
|
)
|
||||||
|
list(TRANSFORM CPP_WRAPPER_SOURCES_CORE PREPEND "${WRAPPER_ROOT}/")
|
||||||
|
list(APPEND CPP_WRAPPER_SOURCES_PLUGIN
|
||||||
|
"plugin_registrar.cc"
|
||||||
|
)
|
||||||
|
list(TRANSFORM CPP_WRAPPER_SOURCES_PLUGIN PREPEND "${WRAPPER_ROOT}/")
|
||||||
|
list(APPEND CPP_WRAPPER_SOURCES_APP
|
||||||
|
"flutter_engine.cc"
|
||||||
|
"flutter_view_controller.cc"
|
||||||
|
)
|
||||||
|
list(TRANSFORM CPP_WRAPPER_SOURCES_APP PREPEND "${WRAPPER_ROOT}/")
|
||||||
|
|
||||||
|
# Wrapper sources needed for a plugin.
|
||||||
|
add_library(flutter_wrapper_plugin STATIC
|
||||||
|
${CPP_WRAPPER_SOURCES_CORE}
|
||||||
|
${CPP_WRAPPER_SOURCES_PLUGIN}
|
||||||
|
)
|
||||||
|
apply_standard_settings(flutter_wrapper_plugin)
|
||||||
|
set_target_properties(flutter_wrapper_plugin PROPERTIES
|
||||||
|
POSITION_INDEPENDENT_CODE ON)
|
||||||
|
set_target_properties(flutter_wrapper_plugin PROPERTIES
|
||||||
|
CXX_VISIBILITY_PRESET hidden)
|
||||||
|
target_link_libraries(flutter_wrapper_plugin PUBLIC flutter)
|
||||||
|
target_include_directories(flutter_wrapper_plugin PUBLIC
|
||||||
|
"${WRAPPER_ROOT}/include"
|
||||||
|
)
|
||||||
|
add_dependencies(flutter_wrapper_plugin flutter_assemble)
|
||||||
|
|
||||||
|
# Wrapper sources needed for the runner.
|
||||||
|
add_library(flutter_wrapper_app STATIC
|
||||||
|
${CPP_WRAPPER_SOURCES_CORE}
|
||||||
|
${CPP_WRAPPER_SOURCES_APP}
|
||||||
|
)
|
||||||
|
apply_standard_settings(flutter_wrapper_app)
|
||||||
|
target_link_libraries(flutter_wrapper_app PUBLIC flutter)
|
||||||
|
target_include_directories(flutter_wrapper_app PUBLIC
|
||||||
|
"${WRAPPER_ROOT}/include"
|
||||||
|
)
|
||||||
|
add_dependencies(flutter_wrapper_app flutter_assemble)
|
||||||
|
|
||||||
|
# === Flutter tool backend ===
|
||||||
|
# _phony_ is a non-existent file to force this command to run every time,
|
||||||
|
# since currently there's no way to get a full input/output list from the
|
||||||
|
# flutter tool.
|
||||||
|
set(PHONY_OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/_phony_")
|
||||||
|
set_source_files_properties("${PHONY_OUTPUT}" PROPERTIES SYMBOLIC TRUE)
|
||||||
|
add_custom_command(
|
||||||
|
OUTPUT ${FLUTTER_LIBRARY} ${FLUTTER_LIBRARY_HEADERS}
|
||||||
|
${CPP_WRAPPER_SOURCES_CORE} ${CPP_WRAPPER_SOURCES_PLUGIN}
|
||||||
|
${CPP_WRAPPER_SOURCES_APP}
|
||||||
|
${PHONY_OUTPUT}
|
||||||
|
COMMAND ${CMAKE_COMMAND} -E env
|
||||||
|
${FLUTTER_TOOL_ENVIRONMENT}
|
||||||
|
"${FLUTTER_ROOT}/packages/flutter_tools/bin/tool_backend.bat"
|
||||||
|
windows-x64 $<CONFIG>
|
||||||
|
VERBATIM
|
||||||
|
)
|
||||||
|
add_custom_target(flutter_assemble DEPENDS
|
||||||
|
"${FLUTTER_LIBRARY}"
|
||||||
|
${FLUTTER_LIBRARY_HEADERS}
|
||||||
|
${CPP_WRAPPER_SOURCES_CORE}
|
||||||
|
${CPP_WRAPPER_SOURCES_PLUGIN}
|
||||||
|
${CPP_WRAPPER_SOURCES_APP}
|
||||||
|
)
|
||||||
29
windows/flutter/generated_plugin_registrant.cc
Normal file
29
windows/flutter/generated_plugin_registrant.cc
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
//
|
||||||
|
// Generated file. Do not edit.
|
||||||
|
//
|
||||||
|
|
||||||
|
// clang-format off
|
||||||
|
|
||||||
|
#include "generated_plugin_registrant.h"
|
||||||
|
|
||||||
|
#include <connectivity_plus/connectivity_plus_windows_plugin.h>
|
||||||
|
#include <file_selector_windows/file_selector_windows.h>
|
||||||
|
#include <geolocator_windows/geolocator_windows.h>
|
||||||
|
#include <isar_flutter_libs/isar_flutter_libs_plugin.h>
|
||||||
|
#include <permission_handler_windows/permission_handler_windows_plugin.h>
|
||||||
|
#include <url_launcher_windows/url_launcher_windows.h>
|
||||||
|
|
||||||
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
||||||
|
ConnectivityPlusWindowsPluginRegisterWithRegistrar(
|
||||||
|
registry->GetRegistrarForPlugin("ConnectivityPlusWindowsPlugin"));
|
||||||
|
FileSelectorWindowsRegisterWithRegistrar(
|
||||||
|
registry->GetRegistrarForPlugin("FileSelectorWindows"));
|
||||||
|
GeolocatorWindowsRegisterWithRegistrar(
|
||||||
|
registry->GetRegistrarForPlugin("GeolocatorWindows"));
|
||||||
|
IsarFlutterLibsPluginRegisterWithRegistrar(
|
||||||
|
registry->GetRegistrarForPlugin("IsarFlutterLibsPlugin"));
|
||||||
|
PermissionHandlerWindowsPluginRegisterWithRegistrar(
|
||||||
|
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
|
||||||
|
UrlLauncherWindowsRegisterWithRegistrar(
|
||||||
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
||||||
|
}
|
||||||
15
windows/flutter/generated_plugin_registrant.h
Normal file
15
windows/flutter/generated_plugin_registrant.h
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
//
|
||||||
|
// Generated file. Do not edit.
|
||||||
|
//
|
||||||
|
|
||||||
|
// clang-format off
|
||||||
|
|
||||||
|
#ifndef GENERATED_PLUGIN_REGISTRANT_
|
||||||
|
#define GENERATED_PLUGIN_REGISTRANT_
|
||||||
|
|
||||||
|
#include <flutter/plugin_registry.h>
|
||||||
|
|
||||||
|
// Registers Flutter plugins.
|
||||||
|
void RegisterPlugins(flutter::PluginRegistry* registry);
|
||||||
|
|
||||||
|
#endif // GENERATED_PLUGIN_REGISTRANT_
|
||||||
29
windows/flutter/generated_plugins.cmake
Normal file
29
windows/flutter/generated_plugins.cmake
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
#
|
||||||
|
# Generated file, do not edit.
|
||||||
|
#
|
||||||
|
|
||||||
|
list(APPEND FLUTTER_PLUGIN_LIST
|
||||||
|
connectivity_plus
|
||||||
|
file_selector_windows
|
||||||
|
geolocator_windows
|
||||||
|
isar_flutter_libs
|
||||||
|
permission_handler_windows
|
||||||
|
url_launcher_windows
|
||||||
|
)
|
||||||
|
|
||||||
|
list(APPEND FLUTTER_FFI_PLUGIN_LIST
|
||||||
|
)
|
||||||
|
|
||||||
|
set(PLUGIN_BUNDLED_LIBRARIES)
|
||||||
|
|
||||||
|
foreach(plugin ${FLUTTER_PLUGIN_LIST})
|
||||||
|
add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/windows plugins/${plugin})
|
||||||
|
target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)
|
||||||
|
list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
|
||||||
|
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
|
||||||
|
endforeach(plugin)
|
||||||
|
|
||||||
|
foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
|
||||||
|
add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/windows plugins/${ffi_plugin})
|
||||||
|
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
|
||||||
|
endforeach(ffi_plugin)
|
||||||
17
windows/runner/CMakeLists.txt
Normal file
17
windows/runner/CMakeLists.txt
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
cmake_minimum_required(VERSION 3.14)
|
||||||
|
project(runner LANGUAGES CXX)
|
||||||
|
|
||||||
|
add_executable(${BINARY_NAME} WIN32
|
||||||
|
"flutter_window.cpp"
|
||||||
|
"main.cpp"
|
||||||
|
"utils.cpp"
|
||||||
|
"win32_window.cpp"
|
||||||
|
"${FLUTTER_MANAGED_DIR}/generated_plugin_registrant.cc"
|
||||||
|
"Runner.rc"
|
||||||
|
"runner.exe.manifest"
|
||||||
|
)
|
||||||
|
apply_standard_settings(${BINARY_NAME})
|
||||||
|
target_compile_definitions(${BINARY_NAME} PRIVATE "NOMINMAX")
|
||||||
|
target_link_libraries(${BINARY_NAME} PRIVATE flutter flutter_wrapper_app)
|
||||||
|
target_include_directories(${BINARY_NAME} PRIVATE "${CMAKE_SOURCE_DIR}")
|
||||||
|
add_dependencies(${BINARY_NAME} flutter_assemble)
|
||||||
121
windows/runner/Runner.rc
Normal file
121
windows/runner/Runner.rc
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
// Microsoft Visual C++ generated resource script.
|
||||||
|
//
|
||||||
|
#pragma code_page(65001)
|
||||||
|
#include "resource.h"
|
||||||
|
|
||||||
|
#define APSTUDIO_READONLY_SYMBOLS
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Generated from the TEXTINCLUDE 2 resource.
|
||||||
|
//
|
||||||
|
#include "winres.h"
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
#undef APSTUDIO_READONLY_SYMBOLS
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
// English (United States) resources
|
||||||
|
|
||||||
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
||||||
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||||
|
|
||||||
|
#ifdef APSTUDIO_INVOKED
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// TEXTINCLUDE
|
||||||
|
//
|
||||||
|
|
||||||
|
1 TEXTINCLUDE
|
||||||
|
BEGIN
|
||||||
|
"resource.h\0"
|
||||||
|
END
|
||||||
|
|
||||||
|
2 TEXTINCLUDE
|
||||||
|
BEGIN
|
||||||
|
"#include ""winres.h""\r\n"
|
||||||
|
"\0"
|
||||||
|
END
|
||||||
|
|
||||||
|
3 TEXTINCLUDE
|
||||||
|
BEGIN
|
||||||
|
"\r\n"
|
||||||
|
"\0"
|
||||||
|
END
|
||||||
|
|
||||||
|
#endif // APSTUDIO_INVOKED
|
||||||
|
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Icon
|
||||||
|
//
|
||||||
|
|
||||||
|
// Icon with lowest ID value placed first to ensure application icon
|
||||||
|
// remains consistent on all systems.
|
||||||
|
IDI_APP_ICON ICON "resources\\app_icon.ico"
|
||||||
|
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Version
|
||||||
|
//
|
||||||
|
|
||||||
|
#ifdef FLUTTER_BUILD_NUMBER
|
||||||
|
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
|
||||||
|
#else
|
||||||
|
#define VERSION_AS_NUMBER 1,0,0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef FLUTTER_BUILD_NAME
|
||||||
|
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
|
||||||
|
#else
|
||||||
|
#define VERSION_AS_STRING "1.0.0"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
VS_VERSION_INFO VERSIONINFO
|
||||||
|
FILEVERSION VERSION_AS_NUMBER
|
||||||
|
PRODUCTVERSION VERSION_AS_NUMBER
|
||||||
|
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
|
||||||
|
#ifdef _DEBUG
|
||||||
|
FILEFLAGS VS_FF_DEBUG
|
||||||
|
#else
|
||||||
|
FILEFLAGS 0x0L
|
||||||
|
#endif
|
||||||
|
FILEOS VOS__WINDOWS32
|
||||||
|
FILETYPE VFT_APP
|
||||||
|
FILESUBTYPE 0x0L
|
||||||
|
BEGIN
|
||||||
|
BLOCK "StringFileInfo"
|
||||||
|
BEGIN
|
||||||
|
BLOCK "040904e4"
|
||||||
|
BEGIN
|
||||||
|
VALUE "CompanyName", "com.example" "\0"
|
||||||
|
VALUE "FileDescription", "rogapp" "\0"
|
||||||
|
VALUE "FileVersion", VERSION_AS_STRING "\0"
|
||||||
|
VALUE "InternalName", "rogapp" "\0"
|
||||||
|
VALUE "LegalCopyright", "Copyright (C) 2022 com.example. All rights reserved." "\0"
|
||||||
|
VALUE "OriginalFilename", "rogapp.exe" "\0"
|
||||||
|
VALUE "ProductName", "rogapp" "\0"
|
||||||
|
VALUE "ProductVersion", VERSION_AS_STRING "\0"
|
||||||
|
END
|
||||||
|
END
|
||||||
|
BLOCK "VarFileInfo"
|
||||||
|
BEGIN
|
||||||
|
VALUE "Translation", 0x409, 1252
|
||||||
|
END
|
||||||
|
END
|
||||||
|
|
||||||
|
#endif // English (United States) resources
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef APSTUDIO_INVOKED
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Generated from the TEXTINCLUDE 3 resource.
|
||||||
|
//
|
||||||
|
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
#endif // not APSTUDIO_INVOKED
|
||||||
61
windows/runner/flutter_window.cpp
Normal file
61
windows/runner/flutter_window.cpp
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
#include "flutter_window.h"
|
||||||
|
|
||||||
|
#include <optional>
|
||||||
|
|
||||||
|
#include "flutter/generated_plugin_registrant.h"
|
||||||
|
|
||||||
|
FlutterWindow::FlutterWindow(const flutter::DartProject& project)
|
||||||
|
: project_(project) {}
|
||||||
|
|
||||||
|
FlutterWindow::~FlutterWindow() {}
|
||||||
|
|
||||||
|
bool FlutterWindow::OnCreate() {
|
||||||
|
if (!Win32Window::OnCreate()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
RECT frame = GetClientArea();
|
||||||
|
|
||||||
|
// The size here must match the window dimensions to avoid unnecessary surface
|
||||||
|
// creation / destruction in the startup path.
|
||||||
|
flutter_controller_ = std::make_unique<flutter::FlutterViewController>(
|
||||||
|
frame.right - frame.left, frame.bottom - frame.top, project_);
|
||||||
|
// Ensure that basic setup of the controller was successful.
|
||||||
|
if (!flutter_controller_->engine() || !flutter_controller_->view()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
RegisterPlugins(flutter_controller_->engine());
|
||||||
|
SetChildContent(flutter_controller_->view()->GetNativeWindow());
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
void FlutterWindow::OnDestroy() {
|
||||||
|
if (flutter_controller_) {
|
||||||
|
flutter_controller_ = nullptr;
|
||||||
|
}
|
||||||
|
|
||||||
|
Win32Window::OnDestroy();
|
||||||
|
}
|
||||||
|
|
||||||
|
LRESULT
|
||||||
|
FlutterWindow::MessageHandler(HWND hwnd, UINT const message,
|
||||||
|
WPARAM const wparam,
|
||||||
|
LPARAM const lparam) noexcept {
|
||||||
|
// Give Flutter, including plugins, an opportunity to handle window messages.
|
||||||
|
if (flutter_controller_) {
|
||||||
|
std::optional<LRESULT> result =
|
||||||
|
flutter_controller_->HandleTopLevelWindowProc(hwnd, message, wparam,
|
||||||
|
lparam);
|
||||||
|
if (result) {
|
||||||
|
return *result;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
switch (message) {
|
||||||
|
case WM_FONTCHANGE:
|
||||||
|
flutter_controller_->engine()->ReloadSystemFonts();
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
return Win32Window::MessageHandler(hwnd, message, wparam, lparam);
|
||||||
|
}
|
||||||
33
windows/runner/flutter_window.h
Normal file
33
windows/runner/flutter_window.h
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
#ifndef RUNNER_FLUTTER_WINDOW_H_
|
||||||
|
#define RUNNER_FLUTTER_WINDOW_H_
|
||||||
|
|
||||||
|
#include <flutter/dart_project.h>
|
||||||
|
#include <flutter/flutter_view_controller.h>
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
|
#include "win32_window.h"
|
||||||
|
|
||||||
|
// A window that does nothing but host a Flutter view.
|
||||||
|
class FlutterWindow : public Win32Window {
|
||||||
|
public:
|
||||||
|
// Creates a new FlutterWindow hosting a Flutter view running |project|.
|
||||||
|
explicit FlutterWindow(const flutter::DartProject& project);
|
||||||
|
virtual ~FlutterWindow();
|
||||||
|
|
||||||
|
protected:
|
||||||
|
// Win32Window:
|
||||||
|
bool OnCreate() override;
|
||||||
|
void OnDestroy() override;
|
||||||
|
LRESULT MessageHandler(HWND window, UINT const message, WPARAM const wparam,
|
||||||
|
LPARAM const lparam) noexcept override;
|
||||||
|
|
||||||
|
private:
|
||||||
|
// The project to run.
|
||||||
|
flutter::DartProject project_;
|
||||||
|
|
||||||
|
// The Flutter instance hosted by this window.
|
||||||
|
std::unique_ptr<flutter::FlutterViewController> flutter_controller_;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // RUNNER_FLUTTER_WINDOW_H_
|
||||||
43
windows/runner/main.cpp
Normal file
43
windows/runner/main.cpp
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
#include <flutter/dart_project.h>
|
||||||
|
#include <flutter/flutter_view_controller.h>
|
||||||
|
#include <windows.h>
|
||||||
|
|
||||||
|
#include "flutter_window.h"
|
||||||
|
#include "utils.h"
|
||||||
|
|
||||||
|
int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
|
||||||
|
_In_ wchar_t *command_line, _In_ int show_command) {
|
||||||
|
// Attach to console when present (e.g., 'flutter run') or create a
|
||||||
|
// new console when running with a debugger.
|
||||||
|
if (!::AttachConsole(ATTACH_PARENT_PROCESS) && ::IsDebuggerPresent()) {
|
||||||
|
CreateAndAttachConsole();
|
||||||
|
}
|
||||||
|
|
||||||
|
// Initialize COM, so that it is available for use in the library and/or
|
||||||
|
// plugins.
|
||||||
|
::CoInitializeEx(nullptr, COINIT_APARTMENTTHREADED);
|
||||||
|
|
||||||
|
flutter::DartProject project(L"data");
|
||||||
|
|
||||||
|
std::vector<std::string> command_line_arguments =
|
||||||
|
GetCommandLineArguments();
|
||||||
|
|
||||||
|
project.set_dart_entrypoint_arguments(std::move(command_line_arguments));
|
||||||
|
|
||||||
|
FlutterWindow window(project);
|
||||||
|
Win32Window::Point origin(10, 10);
|
||||||
|
Win32Window::Size size(1280, 720);
|
||||||
|
if (!window.CreateAndShow(L"rogapp", origin, size)) {
|
||||||
|
return EXIT_FAILURE;
|
||||||
|
}
|
||||||
|
window.SetQuitOnClose(true);
|
||||||
|
|
||||||
|
::MSG msg;
|
||||||
|
while (::GetMessage(&msg, nullptr, 0, 0)) {
|
||||||
|
::TranslateMessage(&msg);
|
||||||
|
::DispatchMessage(&msg);
|
||||||
|
}
|
||||||
|
|
||||||
|
::CoUninitialize();
|
||||||
|
return EXIT_SUCCESS;
|
||||||
|
}
|
||||||
16
windows/runner/resource.h
Normal file
16
windows/runner/resource.h
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
//{{NO_DEPENDENCIES}}
|
||||||
|
// Microsoft Visual C++ generated include file.
|
||||||
|
// Used by Runner.rc
|
||||||
|
//
|
||||||
|
#define IDI_APP_ICON 101
|
||||||
|
|
||||||
|
// Next default values for new objects
|
||||||
|
//
|
||||||
|
#ifdef APSTUDIO_INVOKED
|
||||||
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||||
|
#define _APS_NEXT_RESOURCE_VALUE 102
|
||||||
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||||
|
#define _APS_NEXT_CONTROL_VALUE 1001
|
||||||
|
#define _APS_NEXT_SYMED_VALUE 101
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user