risk develop android app with flutter
posted 4 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Hello everyone,
In my office currently my senior build android app using flutter, but it cause so many bug when the app launching.
Q : does developing android app with flutter have so many risk of bug?
Q2 : Does developing android with kotlin a best solution?
please answer
Thanks.
In my office currently my senior build android app using flutter, but it cause so many bug when the app launching.
Q : does developing android app with flutter have so many risk of bug?
Q2 : Does developing android with kotlin a best solution?
please answer
Thanks.
posted 4 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Moved to our Android forum.
Please explain what sort of bugs you are creating.
Please explain what sort of bugs you are creating.
posted 4 years ago
-
1 -
-
Number of slices to send:Optional 'thank-you' note:
-
-
You can create great apps with any language, and you can create buggy apps with any language. In other words: the choice of language has nothing to do with how buggy an app is going to be.
Flutter only makes sense if you need to create both iOS and Android apps, AND you can justify having developers learn a language (Dart) that is otherwise little used. For Android-only, Kotlin is the language of choice.
Flutter only makes sense if you need to create both iOS and Android apps, AND you can justify having developers learn a language (Dart) that is otherwise little used. For Android-only, Kotlin is the language of choice.
posted 4 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
I just upgraded flutter to 2.0, lot of code have changed.
One of the example is the color of border
Before upgrade, we can assign as below
Now need change to
Assume I have defined 100 Container with different color of border, this upgrade require me change the code one by one..
One of the example is the color of border
Before upgrade, we can assign as below
Now need change to
Assume I have defined 100 Container with different color of border, this upgrade require me change the code one by one..
Life is but a BREATH 
Tim Moores
Bartender
Posts: 7645
178
posted 4 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Does your IDE not have regexp search-and-replace across all files? That should be able to handle this. Or if it has a Dart/Flutter plugin, it may have a refactoring that takes care of this.
posted 4 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
I can't find a way to do it.Between there have lot of plugin have not been upgraded to null-safety which caused lot of dependency error. I think better stick to 1.22.6 version for now.
Life is but a BREATH 
posted 4 years ago
-
1 -
-
Number of slices to send:Optional 'thank-you' note:
-
-
Hi Randy Tong,
I haven't upgraded to Flutter 2.0 yet but I don't think it's mandatory to use hex instead of Material's constant colors. You've probably used a conversion guide that prefers to use 0xff. Portability is maintained, there are a lot of projects in Flutter that use Material colors instead of hexadecimals so it would be a big mistake not to be able to implement them.
Surely you will find info on the Material website. Trying costs nothing, we write the code but a thorough reading of the various because it is always useful.
I haven't upgraded to Flutter 2.0 yet but I don't think it's mandatory to use hex instead of Material's constant colors. You've probably used a conversion guide that prefers to use 0xff. Portability is maintained, there are a lot of projects in Flutter that use Material colors instead of hexadecimals so it would be a big mistake not to be able to implement them.
Surely you will find info on the Material website. Trying costs nothing, we write the code but a thorough reading of the various because it is always useful.
| Fire me boy! Cool, soothing, shameless self promotion: Paul Wheaton's 16th Kickstarter: Gardening playing cards for gardeners and homesteaders https://coderanch.com/t/889615/Paul-Wheaton-Kickstarter-Gardening-playing |










