Skip to content

Commit

Permalink
new deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jul 31, 2024
1 parent f5aa6f2 commit 4302124
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 129 deletions.
1 change: 1 addition & 0 deletions functions_call_flutter/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ build/
/.flutter-plugins
/.flutter-plugins-dependencies
/.metadata
/pubspec_overrides.yaml
9 changes: 1 addition & 8 deletions functions_call_flutter/lib/functions_call_flutter.dart
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
library;

export 'package:tekartik_firebase_functions/firebase_functions.dart'
show regionBelgium, regionUsCentral1, regionFrankfurt;
export 'src/functions_call.dart'
show
FirebaseFunctionsCallService,
FirebaseFunctionsCall,
FirebaseFunctionsCallable,
FirebaseFunctionsCallableOptions;
export 'package:tekartik_firebase_functions_call/functions_call.dart';
export 'src/functions_call_flutter.dart'
show firebaseFunctionsCallServiceFlutter;
119 changes: 0 additions & 119 deletions functions_call_flutter/lib/src/functions_call.dart

This file was deleted.

4 changes: 2 additions & 2 deletions functions_call_flutter/lib/src/functions_call_flutter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import 'package:tekartik_firebase/firebase.dart';
// ignore: implementation_imports
import 'package:tekartik_firebase_flutter/src/firebase_flutter.dart'
show FirebaseAppFlutter;

import 'functions_call.dart';
import 'package:tekartik_firebase_functions_call/functions_call.dart';

/// Firebase functions call service flutter
final _firebaseFunctionsCallServiceFlutter =
Expand All @@ -17,6 +16,7 @@ FirebaseFunctionsCallService get firebaseFunctionsCallServiceFlutter =>

/// Firebase functions call service flutter
class FirebaseFunctionsCallServiceFlutter
with FirebaseFunctionsCallServiceDefaultMixin
implements FirebaseFunctionsCallService {
/// Most implementation need a single instance, keep it in memory!
final _instances = <String, FirebaseFunctionsCallFlutter>{};
Expand Down
5 changes: 5 additions & 0 deletions functions_call_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ dependencies:
url: https://github.com/tekartik/firebase_functions.dart
ref: dart3a
path: firebase_functions
tekartik_firebase_functions_call:
git:
url: https://github.com/tekartik/firebase_functions.dart
ref: dart3a
path: functions_call
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit 4302124

Please sign in to comment.