flutter_browser_app icon indicating copy to clipboard operation
flutter_browser_app copied to clipboard

flutter_browser_app can't run on Flutter 2.0.2

Open caophong opened this issue 4 years ago • 8 comments

Environment

Technology Version
Flutter version 2.0.2
App version
Android version
iOS version
Xcode version

Device information:

Description

Expected behavior:

pod --version 1.10.1

flutter --version Flutter 2.0.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision 8962f6dc68 (7 days ago) • 2021-03-11 13:22:20 -0800 Engine • revision 5d8bf811b3 Tools • Dart 2.12.1

Current behavior:

image

So i can't run this app in iOS, please check.

Thanks.

caophong avatar Mar 19 '21 09:03 caophong

Didn't test it with Flutter 2.0.2 yet. However, because some dependencies currently used don't support null-safety, you should run it with the --no-sound-null-safety flag enabled.

pichillilorenzo avatar Mar 19 '21 11:03 pichillilorenzo

Didn't test it with Flutter 2.0.2 yet. However, because some dependencies currently used don't support null-safety, you should run it with the --no-sound-null-safety flag enabled.

which version of Flutter do you use, I just wanna use the same environment as contributors.

khanhtd36 avatar Apr 09 '21 03:04 khanhtd36

Because of a bug from Flutter itself (see https://github.com/flutter/flutter/issues/77488), the latest flutter version that should be used with Android Hybrid Composition enabled is Flutter 1.27.0-4.0.pre.

pichillilorenzo avatar Apr 09 '21 09:04 pichillilorenzo

sir, can you show output of flutter --version (windows)

so, we can set according it

because it is not working in my computer

thanks

apt-team-018 avatar May 06 '21 15:05 apt-team-018

Hi All, you can take here https://github.com/AleksandrSokolov/flutter_browser_app Null-safety version that works with flutter 2.0 / dart 2.12.

Tested on [√] Flutter (Channel stable, 2.0.6, on Microsoft Windows [Version 10.0.19042.985], locale ru-RU) • Flutter version 2.0.6 at C:\opt\flutter • Framework revision 1d9032c7e1 (3 weeks ago), 2021-04-29 17:37:58 -0700 • Engine revision 05e680e202 • Dart version 2.12.3

AleksandrSokolov avatar May 21 '21 16:05 AleksandrSokolov

Hi, I have run this project on flutter 3.0, but get such of errors. Should I use a lower version of flutter, or how should I modify it, I would appreciate answers...

image

zaunist avatar Jun 16 '22 11:06 zaunist

@zaunist You can use this #11

chaudharydeepanshu avatar Sep 10 '22 16:09 chaudharydeepanshu