PradeepKumar

Results 6 issues of PradeepKumar

` static PlatformFile objFile = null; static chooseFileUsingFilePicker() async { //-----pick file by file picker, var result = await FilePicker.platform.pickFiles( withReadStream: true, // this will return PlatformFile object with read...

new issue

for example in example.js `function alertMessage(text) { alert(text) } window.logger = (flutter_value) => { console.log({ js_context: this, flutter_value }); }` main.dart void main() { js.context.callMethod('alertMessage', ['Flutter is calling upon JavaScript!']);...

It will be helpfull when it comes to support for flutter web, Thanks in Advance

**Expected Result** - Navigate to Previous page **Actual Result** - Closing whole application _**To Reproduce :**_ **Wrap that page's Scaffold in a WillPopScope widget** ``` return new WillPopScope( onWillPop: ()...

Target platform.linux not supported by th maps plugin