Skip to content

Commit

Permalink
remove test key
Browse files Browse the repository at this point in the history
  • Loading branch information
chungdaniel committed Jan 7, 2025
1 parent cbfd0df commit 1c7a8e7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ import 'package:flutter/material.dart';

import 'my_app.dart';

// web
void main() => runApp(const MyApp('78617add4584f6ccf02463dba70eb842'));
// ios
// void main() => runApp(const MyApp('3a56c7789a57fbe54ff55f5cd63e0174'));
void main() => runApp(const MyApp('API_KEY'));

0 comments on commit 1c7a8e7

Please sign in to comment.