Skip to content

Commit

Permalink
feat: examples/alice_objectbox
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Jun 28, 2024
1 parent efaac59 commit bdf2f87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/alice_objectbox/lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'package:alice/alice.dart';
import 'package:alice_http/alice_http_adapter.dart';
import 'package:alice_http/alice_http_extensions.dart';
import 'package:alice_objectbox/alice_objectbox.dart';
Expand Down Expand Up @@ -31,7 +32,7 @@ class MyApp extends StatefulWidget {
class _MyAppState extends State<MyApp> {
late final AliceHttpAdapter _aliceHttpAdapter = AliceHttpAdapter();

late final AliceObjectBox _alice = AliceObjectBox(
late final Alice _alice = AliceObjectBox(
store: widget.store,
showNotification: true,
showInspectorOnShake: true,
Expand Down

0 comments on commit bdf2f87

Please sign in to comment.