New post on /r/flutterdev subreddit:
Is macbook air M1 with 16GB ram a good buy for Android development on Android studio?
Need advice at the earliest
December 28, 2021 at 09:16AM by tshin95
https://ift.tt/3EyaWfu
Is macbook air M1 with 16GB ram a good buy for Android development on Android studio?
Need advice at the earliest
December 28, 2021 at 09:16AM by tshin95
https://ift.tt/3EyaWfu
reddit
Is macbook air M1 with 16GB ram a good buy for Android development...
Need advice at the earliest
New post on /r/flutterdev subreddit:
A Video Player For Vimeo Videos in Flutter. This plugin allows us to play video from Vimeo and it supports Android and iOS platforms.
https://ift.tt/3mCIeny
December 28, 2021 at 10:21AM by connectsteven
https://ift.tt/3my0rCT
A Video Player For Vimeo Videos in Flutter. This plugin allows us to play video from Vimeo and it supports Android and iOS platforms.
https://ift.tt/3mCIeny
December 28, 2021 at 10:21AM by connectsteven
https://ift.tt/3my0rCT
GitHub
GitHub - Mindinventory/vimeo_video_player: A Video Player For Vimeo Videos in Flutter. This plugin allows us to play video from…
A Video Player For Vimeo Videos in Flutter. This plugin allows us to play video from Vimeo and it supports Android and iOS platforms. - GitHub - Mindinventory/vimeo_video_player: A Video Player For...
New post on /r/flutterdev subreddit:
Alternative real time databases
Does anyone here know any good self hosted or hosted database which is realtime and cheaper than firestore?? I need it for realtime iot data.
December 28, 2021 at 10:19AM by djinsane07
https://ift.tt/3Fvkw46
Alternative real time databases
Does anyone here know any good self hosted or hosted database which is realtime and cheaper than firestore?? I need it for realtime iot data.
December 28, 2021 at 10:19AM by djinsane07
https://ift.tt/3Fvkw46
reddit
Alternative real time databases
Does anyone here know any good self hosted or hosted database which is realtime and cheaper than firestore?? I need it for realtime iot data.
New post on /r/flutterdev subreddit:
swipable_stack | A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations like Tinder
Hi, there!I’d like to introduce new Flutter package here, which is swipable_stack.(Sorry, the package name `swipable_stack` is typo of swipeable stack)https://pub.dev/packages/swipable_stackswipable_stack proivdes SwipableStack widget which enables users to swipe cards with beautiful animations like Tinder.swipable_stack supports swiping right, left, top, bottom and even rewinding. Off course you can control SwipableStack behavior with using SwipableStackController.I hope this package will improve your app’s user experience.Thanks.
December 28, 2021 at 12:06PM by _HeavenOSK
https://ift.tt/3mE6Hce
swipable_stack | A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations like Tinder
Hi, there!I’d like to introduce new Flutter package here, which is swipable_stack.(Sorry, the package name `swipable_stack` is typo of swipeable stack)https://pub.dev/packages/swipable_stackswipable_stack proivdes SwipableStack widget which enables users to swipe cards with beautiful animations like Tinder.swipable_stack supports swiping right, left, top, bottom and even rewinding. Off course you can control SwipableStack behavior with using SwipableStackController.I hope this package will improve your app’s user experience.Thanks.
December 28, 2021 at 12:06PM by _HeavenOSK
https://ift.tt/3mE6Hce
Dart packages
swipable_stack | Flutter package
A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations like Tinder.
New post on /r/flutterdev subreddit:
Walpix Wallpaper App | Build With Flutter & Firebase (Admin Panel, Push Notification, and AdMob)
https://youtu.be/LBjQk_LH6Uw
December 28, 2021 at 01:10PM by backslashflutter
https://ift.tt/3pwC4Hp
Walpix Wallpaper App | Build With Flutter & Firebase (Admin Panel, Push Notification, and AdMob)
https://youtu.be/LBjQk_LH6Uw
December 28, 2021 at 01:10PM by backslashflutter
https://ift.tt/3pwC4Hp
YouTube
Walpix Wallpaper App | Build With Flutter & Firebase (Admin Panel, Push Notification, and AdMob)
Walpix Wallpaper App | Build With Flutter & Firebase (Admin Panel, Push Notification, and AdMob)
Buy Now: (EMAIL ME at backslash.flutter@gmail.com)
The Wallpaper app is designed in Flutter and Firebase with a ton of features like:
1. Admin Panel where…
Buy Now: (EMAIL ME at backslash.flutter@gmail.com)
The Wallpaper app is designed in Flutter and Firebase with a ton of features like:
1. Admin Panel where…
New post on /r/flutterdev subreddit:
Google Fonts in Flutter: The Easiest Way to Change Font - FlutterBeads
https://ift.tt/3myra2b
December 28, 2021 at 02:05PM by pinkeshdarji
https://ift.tt/3pwKbnl
Google Fonts in Flutter: The Easiest Way to Change Font - FlutterBeads
https://ift.tt/3myra2b
December 28, 2021 at 02:05PM by pinkeshdarji
https://ift.tt/3pwKbnl
FlutterBeads
Google Fonts in Flutter: The Easy Way to Change Font in 2022 - FlutterBeads
<span class="rt-reading-time" style="display: block;"><span class="rt-label rt-prefix"></span> <span class="rt-time">4</span> <span class="rt-label rt-postfix">min read</span></span> Changing the Font in Flutter helps you make your app unique and can speak…
New post on /r/flutterdev subreddit:
java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity
I'm integrating mastercard payment gateway sdk in my project, this is the link
https://github.com/Mastercard-Gateway/gateway-android-sdk/wiki/3d-secure-authentication
I want to display 3-D Secure authentication screen but when the app launches it crash and the error it is displaying "java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity". I checked in stackoverflow but unfortunately no success.Manifest
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.app">
<application
android:label="App"
android:icon="@mipmap/main_launcher">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize">
<meta-data
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@style/NormalTheme"
/>
<meta-data
android:name="io.flutter.embedding.android.SplashScreenDrawable"
android:resource="@drawable/launch_background"
/>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<activity
android:name="com.mastercard.gateway.android.sdk.Gateway3DSecureActivity"
android:label="@string/gateway_3d_secure_authentication" />
<meta-data
android:name="flutterEmbedding"
android:value="2" />
</application>
</manifest>Styles
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
<item name="android:windowBackground">@drawable/launch_background</item>
</style>
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
<item name="android:windowBackground">?android:colorBackground</item>
</style>
</resources>
December 28, 2021 at 02:02PM by That-Power-3394
https://ift.tt/347Ubvn
java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity
I'm integrating mastercard payment gateway sdk in my project, this is the link
https://github.com/Mastercard-Gateway/gateway-android-sdk/wiki/3d-secure-authentication
I want to display 3-D Secure authentication screen but when the app launches it crash and the error it is displaying "java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity". I checked in stackoverflow but unfortunately no success.Manifest
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.app">
<application
android:label="App"
android:icon="@mipmap/main_launcher">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize">
<meta-data
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@style/NormalTheme"
/>
<meta-data
android:name="io.flutter.embedding.android.SplashScreenDrawable"
android:resource="@drawable/launch_background"
/>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<activity
android:name="com.mastercard.gateway.android.sdk.Gateway3DSecureActivity"
android:label="@string/gateway_3d_secure_authentication" />
<meta-data
android:name="flutterEmbedding"
android:value="2" />
</application>
</manifest>Styles
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
<item name="android:windowBackground">@drawable/launch_background</item>
</style>
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
<item name="android:windowBackground">?android:colorBackground</item>
</style>
</resources>
December 28, 2021 at 02:02PM by That-Power-3394
https://ift.tt/347Ubvn
GitHub
3D Secure Authentication
Contribute to Mastercard-Gateway/gateway-android-sdk development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
My journey from a self-taught flutter developer to a working professional
Check out my article on my transition from being a self-taught flutter developer to a working professional. Hope this helps you all in the journey of being a full-time Flutter developerhttps://link.medium.com/t5Xsfns9lmbMedium Article
December 28, 2021 at 02:17PM by harithsen
https://ift.tt/32JbiCE
My journey from a self-taught flutter developer to a working professional
Check out my article on my transition from being a self-taught flutter developer to a working professional. Hope this helps you all in the journey of being a full-time Flutter developerhttps://link.medium.com/t5Xsfns9lmbMedium Article
December 28, 2021 at 02:17PM by harithsen
https://ift.tt/32JbiCE
Medium
My journey from a self-taught Flutter developer to a working professional
My software development journey started in rather an odd fashion. I didn’t really enjoy coding until the final year of my Electrical…
New post on /r/flutterdev subreddit:
Flutter + Redux Repository Pattern ?
Hello Flutter community , I have question that made me pull my hair in the past few days,To give some context I'm new to flutter but i've worked with Android and mobile development for the past 3 years , In Android (Kotlin) I've always worked with MVVM mixed with Repository Pattern to take care of everything from UI to doing api calls and Database operations , and it worked great it gave me this mental model where without thinking i knew the next thing to do if you know what i mean .Last year i started looking into new frameworks especially Reactive ones, Started with Jetpack Compose , Learned about the world of states and it really felt intuitive . but due to compose being in early stage , it lacked some features (By now they addressed most of them e.g Navigation Animation ) ,after that i switched to React native tinkered with it and used Redux and implemented and few projects with it and that's about it .last month i learned that some good company at my area is in need of Flutter developers ,so i said why not , so i started my flutter journey , one thing i can say for sure is i'm in love with the idea of everything is widget when it comes to UI because like i mentioned before for me everything is about having a mental model .but while i'm at it , i noticed something, blog posts and flutter developers are mixing Design patterns with State management solutions , for example comparing Redux vs MVVM , which in my understanding is wrong (or maybe i'm wrong ).yesterday i found out about this great talk , which really made me hopeful again.so i started going through Flutter Redux documentation and tutorials and noticed something called
December 28, 2021 at 05:34PM by aimen08
https://ift.tt/3EB7Ibh
Flutter + Redux Repository Pattern ?
Hello Flutter community , I have question that made me pull my hair in the past few days,To give some context I'm new to flutter but i've worked with Android and mobile development for the past 3 years , In Android (Kotlin) I've always worked with MVVM mixed with Repository Pattern to take care of everything from UI to doing api calls and Database operations , and it worked great it gave me this mental model where without thinking i knew the next thing to do if you know what i mean .Last year i started looking into new frameworks especially Reactive ones, Started with Jetpack Compose , Learned about the world of states and it really felt intuitive . but due to compose being in early stage , it lacked some features (By now they addressed most of them e.g Navigation Animation ) ,after that i switched to React native tinkered with it and used Redux and implemented and few projects with it and that's about it .last month i learned that some good company at my area is in need of Flutter developers ,so i said why not , so i started my flutter journey , one thing i can say for sure is i'm in love with the idea of everything is widget when it comes to UI because like i mentioned before for me everything is about having a mental model .but while i'm at it , i noticed something, blog posts and flutter developers are mixing Design patterns with State management solutions , for example comparing Redux vs MVVM , which in my understanding is wrong (or maybe i'm wrong ).yesterday i found out about this great talk , which really made me hopeful again.so i started going through Flutter Redux documentation and tutorials and noticed something called
middleware
which they said is used when you need to do api calls , so it's struck me again , if my api calls are handled here why use repository then, in fact why do you need Design Pattern in the first place if everything can be handled by State management ?December 28, 2021 at 05:34PM by aimen08
https://ift.tt/3EB7Ibh
YouTube
Keep it Simple, State: Architecture for Flutter Apps (DartConf 2018)
Keep it Simple, State: Architecture for Flutter Apps
Let's go on a journey! In this video, we'll start with a basic Counter Widget, building up to a complex app with shared state across multiple screens. Along the way, we'll explore common patterns for managing…
Let's go on a journey! In this video, we'll start with a basic Counter Widget, building up to a complex app with shared state across multiple screens. Along the way, we'll explore common patterns for managing…
New post on /r/flutterdev subreddit:
i7 8xxx or m1 for Android/Flutter development
Hello, I'm a mobile developer leader in a big company and I need to choose between two different laptop for a junior developer: a macbook pro 13'' 2020 with M1 (first M1 chipset, not pro or max) or an hp laptop with i7 serie 8xxx.I've never used a M1 macbook, I currently own a 2019 macbook with i9 and it's awesome for flutter/android development.Which one do you suggest for mobile development only ? This guy will only use flutter for the next 6/12 months and maybe he'll learn native android development too (kotlin).I'm interested in the most stable, reliable and fast laptop between the two
December 28, 2021 at 07:08PM by adramhel
https://ift.tt/3sH3pc2
i7 8xxx or m1 for Android/Flutter development
Hello, I'm a mobile developer leader in a big company and I need to choose between two different laptop for a junior developer: a macbook pro 13'' 2020 with M1 (first M1 chipset, not pro or max) or an hp laptop with i7 serie 8xxx.I've never used a M1 macbook, I currently own a 2019 macbook with i9 and it's awesome for flutter/android development.Which one do you suggest for mobile development only ? This guy will only use flutter for the next 6/12 months and maybe he'll learn native android development too (kotlin).I'm interested in the most stable, reliable and fast laptop between the two
December 28, 2021 at 07:08PM by adramhel
https://ift.tt/3sH3pc2
reddit
i7 8xxx or m1 for Android/Flutter development
Hello, I'm a mobile developer leader in a big company and I need to choose between two different laptop for a junior developer: a macbook pro 13''...
New tweet from FlutterDev:
👀 Curious about tear-offs but too afraid to ask? 😎 @craig_labenz has you covered! Watch the latest #DecodingFlutter to learn more about using a function directly as a parameter or variable, without wrapping it in an unnecessary lambda. Here 👉 https://t.co/LHdVvmkuH9 https://t.co/1td1nvzfgV— Flutter (@FlutterDev) Dec 28, 2021
December 28, 2021 at 07:30PM
https://twitter.com/FlutterDev/status/1475896871063371780
👀 Curious about tear-offs but too afraid to ask? 😎 @craig_labenz has you covered! Watch the latest #DecodingFlutter to learn more about using a function directly as a parameter or variable, without wrapping it in an unnecessary lambda. Here 👉 https://t.co/LHdVvmkuH9 https://t.co/1td1nvzfgV— Flutter (@FlutterDev) Dec 28, 2021
December 28, 2021 at 07:30PM
https://twitter.com/FlutterDev/status/1475896871063371780
New post on /r/flutterdev subreddit:
Getx Unit test Using Mocktio
I'm trying to unit test with Getx using Mocktio. but i haven't found any good Resource
December 28, 2021 at 07:40PM by prolaymm
https://ift.tt/3FvDho5
Getx Unit test Using Mocktio
I'm trying to unit test with Getx using Mocktio. but i haven't found any good Resource
December 28, 2021 at 07:40PM by prolaymm
https://ift.tt/3FvDho5
reddit
Getx Unit test Using Mocktio
I'm trying to unit test with Getx using Mocktio. but i haven't found any good Resource
New post on /r/flutterdev subreddit:
Job Openings Stats - Flutter vs React Native (Linkedin)
I was browsing on Linkedin and got curious about job openings for these two technologies, thought I'd share the result I had found.Global :
Flutter 13,390
React Native 100,801European Union :
Flutter 2,180
React Native 16,62Remote :
Flutter 432
React Native 4,641Looking at the online presence of developers, I had assumed Flutter would have maybe a third, of RN's job openings at the minimum. But this was very surprising, it's hovering around a tenth of React Native open jobs as of now.
December 28, 2021 at 08:48PM by zach6t7
https://ift.tt/3px7IEU
Job Openings Stats - Flutter vs React Native (Linkedin)
I was browsing on Linkedin and got curious about job openings for these two technologies, thought I'd share the result I had found.Global :
Flutter 13,390
React Native 100,801European Union :
Flutter 2,180
React Native 16,62Remote :
Flutter 432
React Native 4,641Looking at the online presence of developers, I had assumed Flutter would have maybe a third, of RN's job openings at the minimum. But this was very surprising, it's hovering around a tenth of React Native open jobs as of now.
December 28, 2021 at 08:48PM by zach6t7
https://ift.tt/3px7IEU
reddit
Job Openings Stats - Flutter vs React Native (Linkedin)
I was browsing on Linkedin and got curious about job openings for these two technologies, thought I'd share the result I had found. **Global :** ...
New post on /r/flutterdev subreddit:
whatsapp_unilink Dart Package
https://ift.tt/3qz4oIu
December 28, 2021 at 09:31PM by serial_dev
https://ift.tt/32vDUje
whatsapp_unilink Dart Package
https://ift.tt/3qz4oIu
December 28, 2021 at 09:31PM by serial_dev
https://ift.tt/32vDUje
Dart packages
whatsapp_unilink | Dart Package
Dart package helping your app interact with WhatsApp via HTTP links (universal links). Works with Flutter.
New post on /r/flutterdev subreddit:
Tear-offs | Decoding Flutter
https://youtube.com/watch?v=OmCaloD7sis&feature=share
December 28, 2021 at 09:16PM by Pixelreddit
https://ift.tt/3pyztg8
Tear-offs | Decoding Flutter
https://youtube.com/watch?v=OmCaloD7sis&feature=share
December 28, 2021 at 09:16PM by Pixelreddit
https://ift.tt/3pyztg8
YouTube
Tear-offs | Decoding Flutter
In this episode, Craig Labenz decodes what a tear-off is and how to use them to streamline your code. Never heard of a tear-off? No worries - you're in the right place!
Get started with Flutter → http://goo.gle/Flutter
Learn more about the Dart Language…
Get started with Flutter → http://goo.gle/Flutter
Learn more about the Dart Language…
New post on /r/flutterdev subreddit:
Is there a way to get a Flutter app camera image from memory prior to storage?
From what I can tell, the Flutter camera package saves images after the capture button is pressed. Is there a way to get the image from memory and to prevent it from being saved? (Beyond writing a custom camera package.)
December 29, 2021 at 02:55AM by Dotnaught
https://ift.tt/3mEPvDm
Is there a way to get a Flutter app camera image from memory prior to storage?
From what I can tell, the Flutter camera package saves images after the capture button is pressed. Is there a way to get the image from memory and to prevent it from being saved? (Beyond writing a custom camera package.)
December 29, 2021 at 02:55AM by Dotnaught
https://ift.tt/3mEPvDm
reddit
Is there a way to get a Flutter app camera image from memory prior...
From what I can tell, the Flutter camera package saves images after the capture button is pressed. Is there a way to get the image from memory and...
New post on /r/flutterdev subreddit:
Flutter Roadmap 2022 | Complete Guide
https://ift.tt/32yf0j0
December 29, 2021 at 07:47AM by Sushant098123
https://ift.tt/3JpYQc5
Flutter Roadmap 2022 | Complete Guide
https://ift.tt/32yf0j0
December 29, 2021 at 07:47AM by Sushant098123
https://ift.tt/3JpYQc5
Crunchy Things
Flutter Learning Roadmap 2022 | Complete Guide - Crunchy Things
Hello & Welcome. In this post I am going to discuss about Flutter Roadmap 2022. If you are interested in Flutter and you want to start your career as a Flutter Developer but you don’t know how to start learning and what is the correct learning path for flutter…
New post on /r/flutterdev subreddit:
Gym Pro Timer - App Built in Flutter
Hello,
Just want to share the App that I built using Flutter, I've worked really hard on this side project of mine. If you think it's worth your time, please do leave a rating or review. Also, comments and suggestions are very much appreciated. Thank you very much!Google Play Store:
https://play.google.com/store/apps/details?id=com.jangstudiosph.gymprotimerHuawei App Gallery:
https://appgallery.huawei.com/app/C103323025Cheers,
Jang
December 29, 2021 at 09:12AM by JangStudiosPh
https://ift.tt/3pBPqCm
Gym Pro Timer - App Built in Flutter
Hello,
Just want to share the App that I built using Flutter, I've worked really hard on this side project of mine. If you think it's worth your time, please do leave a rating or review. Also, comments and suggestions are very much appreciated. Thank you very much!Google Play Store:
https://play.google.com/store/apps/details?id=com.jangstudiosph.gymprotimerHuawei App Gallery:
https://appgallery.huawei.com/app/C103323025Cheers,
Jang
December 29, 2021 at 09:12AM by JangStudiosPh
https://ift.tt/3pBPqCm
Google Play
Gym Pro Timer - Apps on Google Play
Your Personal Progress Tracker
New post on /r/flutterdev subreddit:
Flutter on debian was a nightmare
so I read about flutter recently and got excited and wanted to try it out. But getting it to work on debian was a nightmare. So first I tried to install flutter and go with Android studio via snap. Unfortunately android studio's setup wiz crashed on debian as soon as tried it out.No problem I thought I'll just install the android command line tools and install the sdk manually via sdkmanager. Well it went well, I got sdkmanager to accept all the licenses but then flutter doctor kept telling me it could not verify that I had accepted the licneses.I tried using flutter doctor --android-licneses but then it kept telling me it could not find the sdkmanager and to verify that commandline tools was installed.Every single help site was about how to change settings in android studio. I tried manually changing the sdk path in flutter but to no avail.I eneded up spending hours, a few hours installing and uninstalling android studio via snap and manually. Then many many more hours uninstalling, reinstalling and playing around the flutter just to get fluter-doctor to give me a message accepting licenes.Now I can't blame the flutter dev team for this. I'm sure debian's team had a part in all this. But for the life of me I can't imagine why flutter is so geared around android studio and why the insistence on using android studio to download the necessary compontents.I mean isn't it normal for software dev types to try and install the components manually and avoid big ide's like android studio for smaller projects. Plus why does flutter doctor insist on finding and using the sdkmanager for something as simple as signing a licnese. Can't it just pop up a licnese on it's own and have you sign it. It seems like a trivial programming task. And given that signing the lincese is something you need to even start to using flutter, why not make it easy and simple as possible. just a question on the terminal :do you agree to the terms in the license Y/n with the licnese printed on the terminal or even a link to the lincese on the terminal.I mean why the big hoopla for such a trivial thing.Unfortunately I've had to start developing with flutter on a windows machine. Which is fine, I have nothing aginst windows, but it'd have been nice to start on a platform I'm comfortable with
December 29, 2021 at 08:22AM by vivek_david_law
https://ift.tt/3sDObo3
Flutter on debian was a nightmare
so I read about flutter recently and got excited and wanted to try it out. But getting it to work on debian was a nightmare. So first I tried to install flutter and go with Android studio via snap. Unfortunately android studio's setup wiz crashed on debian as soon as tried it out.No problem I thought I'll just install the android command line tools and install the sdk manually via sdkmanager. Well it went well, I got sdkmanager to accept all the licenses but then flutter doctor kept telling me it could not verify that I had accepted the licneses.I tried using flutter doctor --android-licneses but then it kept telling me it could not find the sdkmanager and to verify that commandline tools was installed.Every single help site was about how to change settings in android studio. I tried manually changing the sdk path in flutter but to no avail.I eneded up spending hours, a few hours installing and uninstalling android studio via snap and manually. Then many many more hours uninstalling, reinstalling and playing around the flutter just to get fluter-doctor to give me a message accepting licenes.Now I can't blame the flutter dev team for this. I'm sure debian's team had a part in all this. But for the life of me I can't imagine why flutter is so geared around android studio and why the insistence on using android studio to download the necessary compontents.I mean isn't it normal for software dev types to try and install the components manually and avoid big ide's like android studio for smaller projects. Plus why does flutter doctor insist on finding and using the sdkmanager for something as simple as signing a licnese. Can't it just pop up a licnese on it's own and have you sign it. It seems like a trivial programming task. And given that signing the lincese is something you need to even start to using flutter, why not make it easy and simple as possible. just a question on the terminal :do you agree to the terms in the license Y/n with the licnese printed on the terminal or even a link to the lincese on the terminal.I mean why the big hoopla for such a trivial thing.Unfortunately I've had to start developing with flutter on a windows machine. Which is fine, I have nothing aginst windows, but it'd have been nice to start on a platform I'm comfortable with
December 29, 2021 at 08:22AM by vivek_david_law
https://ift.tt/3sDObo3
reddit
Flutter on debian was a nightmare
so I read about flutter recently and got excited and wanted to try it out. But getting it to work on debian was a nightmare. So first I tried to...
New post on /r/flutterdev subreddit:
Customizing Drawer Icon in Flutter - FlutterBeads
https://ift.tt/3qvwRix
December 29, 2021 at 03:04PM by pinkeshdarji
https://ift.tt/346f4XI
Customizing Drawer Icon in Flutter - FlutterBeads
https://ift.tt/3qvwRix
December 29, 2021 at 03:04PM by pinkeshdarji
https://ift.tt/346f4XI
New post on /r/flutterdev subreddit:
External Touch Screen for simulating Apps
For a while now i have been wondering if it would make sense to have a small (smartphone sized) Touch Screen Display to basically move the simulated window into, for android or iOS, and have a better feel for it, without having to have a spare android and/or iOS device at hand. (and there are apparently some benefits to simulating rather than installing on devices only(?))Is there such a thing, or can you maybe just use an android device and have it act like an external display?The problem for me always is that my 13“ macbooks display is just way too small to show Android studio on the display together with the simulator window.I feel like this is a stupid question because i haven‘t found anything discussing this, but i‘m really wondering if this makes sense..
December 29, 2021 at 02:18PM by Bumblehirnet
https://ift.tt/3zbL5ZJ
External Touch Screen for simulating Apps
For a while now i have been wondering if it would make sense to have a small (smartphone sized) Touch Screen Display to basically move the simulated window into, for android or iOS, and have a better feel for it, without having to have a spare android and/or iOS device at hand. (and there are apparently some benefits to simulating rather than installing on devices only(?))Is there such a thing, or can you maybe just use an android device and have it act like an external display?The problem for me always is that my 13“ macbooks display is just way too small to show Android studio on the display together with the simulator window.I feel like this is a stupid question because i haven‘t found anything discussing this, but i‘m really wondering if this makes sense..
December 29, 2021 at 02:18PM by Bumblehirnet
https://ift.tt/3zbL5ZJ
reddit
External Touch Screen for simulating Apps
For a while now i have been wondering if it would make sense to have a small (smartphone sized) Touch Screen Display to basically move the...