Skip to content

Commit

Permalink
Merge branch '#23-add-firebase-dynamic-link' of
Browse files Browse the repository at this point in the history
  • Loading branch information
happycastle114 committed Apr 28, 2023
2 parents c31e0cf + d3f6746 commit a1cd45f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import 'package:firebase_core/firebase_core.dart';
import 'package:firebase_dynamic_links/firebase_dynamic_links.dart';
import 'package:firebase_messaging/firebase_messaging.dart';
import 'package:flutter/material.dart';
import 'package:flutter_hooks/flutter_hooks.dart';
Expand Down
2 changes: 2 additions & 0 deletions lib/views/taxiView.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ class TaxiView extends HookWidget {

TaxiView({url});

TaxiView({url});

@override
Widget build(BuildContext context) {
final isLoaded = useState(false);
Expand Down

0 comments on commit a1cd45f

Please sign in to comment.