Long Time Developer
Long Time Developer
@3htsham thank you for this work, much appreciated!
@3htsham I found one issue that is easy to correct. **From this file:** `aescrypt.dart` **For this function:** `Future decryptTextFromFile(String srcFilePath, {bool utf16 = false, Endian endian = Endian.big}) async {`...
@PeterAkande I'm using this pull request with my above change, works great. Granted there are a few corrections you may need to make to get the code super clean, but...
@PeterAkande Forgot to mention. I used GitHub Desktop to check out this pull request. This tool makes it a breeze to check out a pull request that has not yet...
I changed the name by searching for "com.example" in my Windows desktop app. Then changed the name to what I need. Work perfect. Hope this helps.
@TranTuanManh @VarmaTech I just wrote an Android program and TTS played the sound on my Android Bluetooth headset. ```dart import 'package:flutter/material.dart'; import 'package:flutter_tts/flutter_tts.dart'; void main() { runApp(const MyApp()); } class...
I lost a bunch of time trying to figure out this strange exception message. Well, actually no understandable message at all. No stack trace. No information at all. `Message: "XMLHttpRequest...
@tg-msft can you please add both 'Azure.Data.Tables.GetEntity' and 'Azure.Data.Tables.GetEntityAsync'? Thank you!!
@12people I found it here: [https://github.com/bitsdojo/bitsdojo_window/tree/master/bitsdojo_window/example](https://github.com/bitsdojo/bitsdojo_window/tree/master/bitsdojo_window/example)
I'm using this PR [https://github.com/alexgoussev/aes_crypt/pull/17](https://github.com/alexgoussev/aes_crypt/pull/17) Please consider accepting this PR after you review it. Will save developers time. Have a great day, Karl