Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ android {
}

dependencies {
implementation 'ai.nextbillion:nb-navigation-android:2.4.0'
implementation 'ai.nextbillion:nb-navigation-android:2.4.2-dev.3'

implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.google.android.material:material:1.5.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class NavigationLauncherHandler(methodChannel: MethodChannel?) : MethodChannelHa
}
val navLauncherConfig = configBuilder?.build()
if (navLauncherConfig != null && activity != null) {
NavigationLauncher.startNavigation(activity, navLauncherConfig)
NavigationLauncher.startNavigation(activity!!, navLauncherConfig)
}
}
NavigationResultEventDispatcher.getInstance().setNavigationResultListeners(mResultListener)
Expand Down
4 changes: 2 additions & 2 deletions ios/nb_navigation_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'nb_navigation_flutter'
s.version = '3.1.2'
s.version = '3.1.2-dev.1'
s.summary = 'A new Flutter project.'
s.description = <<-DESC
A new Flutter project.
Expand All @@ -19,6 +19,6 @@ A new Flutter project.

# Flutter.framework does not contain a i386 slice.
# s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.dependency 'NextBillionNavigation', '= 3.1.2'
s.dependency 'NextBillionNavigation', '= 3.1.3-beta.1'

end
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nb_navigation_flutter
description: A Flutter plugin for Nextbillion.ai Navigation SDK, providing turn-by-turn navigation.
version: 3.1.1
version: 3.1.2-dev.1
homepage: https://docs.nextbillion.ai/routing/flutter-navigation-sdk
repository: https://github.com/nextbillion-ai/nextbillion-navigation-flutter

Expand Down