Skip to content

Commit 889d123

Browse files
authored
fix: dart sdk package name (#671)
1 parent 50c3e50 commit 889d123

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/quick-starts/framework/flutter/_integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import ConfigureRedirectUri from '../../fragments/_configure-redirect-uri.mdx';
77
Import the `logto_dart_sdk` package and initialize the `LogtoClient` instance at the root of your application.
88

99
```dart
10-
import 'package:logto_dart_quick-starts/logto_dart_sdk.dart';
10+
import 'package:logto_dart_sdk/logto_dart_sdk.dart';
1111
import 'package:http/http.dart' as http;
1212
1313
void main() async {

docs/quick-starts/framework/flutter/_tip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- Flutter SDK is written based on [Dart](https://dart.dev/).
44
- The SDK dart package is available on [pub.dev](https://pub.dev/packages/logto_dart_sdk) and Logto [github repository](https://github.com/logto-io/dart).
5-
- The example is written using the [Flutter material](https://flutter.dev). The sample project is available on [pub.dev](https://pub.dev/packages/logto_dart_quick-starts/example) and our [github repository](https://github.com/logto-io/dart).
5+
- The example is written using the [Flutter material](https://flutter.dev). The sample project is available on [pub.dev](https://pub.dev/packages/logto_dart_sdk/example) and our [github repository](https://github.com/logto-io/dart).
66
- Supported
77
- The SDK is suitable for Android and iOS platforms only.
88

0 commit comments

Comments
 (0)