Git Product home page Git Product logo

talkbridge's Introduction

Hey There!

About Me

I am a Flutter enthusiast from Poland.

  • 🔭 Started my Flutter journey in March 2022.
  • 📖 Learning new Flutter related stuff every day.
  • 💻 In my free time, I love to read books and play video games.
  • 🎮 Currently I have one app published on Google Play Store - "Słowotok - polska gra Wordle"

🛠️ Languages and Tools

Dart  Flutter  Firebase  GraphQL  Kotlin  VSCode  Android Studio

🔥 My Stats

GitHub Streak

talkbridge's People

Contributors

flutter-painter avatar marekrudzki avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

talkbridge's Issues

missing talkbridge_service_account.json

When trying to translate I get his error :
"Unhandled Exception: Unable to load asset: "assets/talkbridge_service_account.json".
The asset does not exist or has empty data."

I presume I am meant to replace this file with my own. Could you please provide a hint in the readme on what kind of file is expected here ? Is it the .json from firebase ?

macos connectivity error

Hi, great app, but had to comment out the bit in the initState of home_screen.dart

// _internetSubscription =
//     InternetConnectionChecker().onStatusChange.listen((status) {
//   if (status == InternetConnectionStatus.disconnected) {
//     print('is being stupid?');
//     setState(() {
//       hasInternet = false;
//     });
//   } else {
//     setState(() {
//       hasInternet = true;
//     });
//   }
// });

For some reason this considers me as offline.
I use the same package with success elsewhere, yet asynchronously like this :

return await InternetConnectionChecker().hasConnection;

flexible speech_to_text

Hi @MarekRudzki,

Did you consider using https://pub.dev/packages/speech_to_text ?
Is this something you intend to add ?
If I understand, using this lib does NOT require subscription / .json file.
Thus lowering the entry bar for speech to text.

What would be really convenient is to have an easy way to plug different sort of speech to text.
This would allow us to use other AI models with ease, whether online on hugging face, or offline using tensorflow lite.

macos failed to start recording

flutter: Start recording
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(-3, Failed to start recording, Input device not found from available list., null)
#0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:652:7)
#1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:310:18)

#2 VoiceRecorder.build.startRecording (package:talkbridge/features/voice_record/presentation/widgets/voice_recorder.dart:40:9)

#3 VoiceRecorder.build.... (package:talkbridge/features/voice_record/presentation/widgets/voice_recorder.dart:162:29)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.