New post on Flutter Dev Google group:
Android External SDK used in Flutter application.
Hi, I have create new flutter application and what are the possible for android external SDK used in flutter application. How can access in external library in build gradle. Thanks & Regards, Kalyan kumar
August 27, 2019 at 08:01AM by kalyan s
https://ift.tt/2U58jMC
Android External SDK used in Flutter application.
Hi, I have create new flutter application and what are the possible for android external SDK used in flutter application. How can access in external library in build gradle. Thanks & Regards, Kalyan kumar
August 27, 2019 at 08:01AM by kalyan s
https://ift.tt/2U58jMC
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Responsive Design for Flutter: Getting Started
https://ift.tt/2Hr0yLL
August 27, 2019 at 08:22AM by Elixane
https://ift.tt/2MBpTqF
Responsive Design for Flutter: Getting Started
https://ift.tt/2Hr0yLL
August 27, 2019 at 08:22AM by Elixane
https://ift.tt/2MBpTqF
raywenderlich.com
Responsive Design for Flutter: Getting Started
In this Flutter Responsive Design tutorial you’ll learn how to build a Flutter app that responds to layout changes such as screen size and orientation.
New post on Flutter Dev Google group:
How can use android SDK in flutter projects using android studio
Hi , I have a external SDK .aar file and i need to use it in my application. i added External Android SDK .aar file in android/libs/ folder and added its dependencies in the build.gradle line as below. compile(name:'Android-SDK-{version}', ext:'aar') I have add dependencies section in gradle
August 27, 2019 at 08:53AM by kalyan s
https://ift.tt/2MHLopF
How can use android SDK in flutter projects using android studio
Hi , I have a external SDK .aar file and i need to use it in my application. i added External Android SDK .aar file in android/libs/ folder and added its dependencies in the build.gradle line as below. compile(name:'Android-SDK-{version}', ext:'aar') I have add dependencies section in gradle
August 27, 2019 at 08:53AM by kalyan s
https://ift.tt/2MHLopF
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Top 12 configuration mistakes that will fail your mobile CI build
https://ift.tt/30CbJJ9
August 27, 2019 at 10:51AM by Gigatronbot
https://ift.tt/2Zs9OJY
Top 12 configuration mistakes that will fail your mobile CI build
https://ift.tt/30CbJJ9
August 27, 2019 at 10:51AM by Gigatronbot
https://ift.tt/2Zs9OJY
Codemagic blog
Top 12 configuration mistakes that will fail your mobile CI build
Most common configuration mistakes that will fail your mobile app build with insights from real user cases on CI/CD for Flutter apps.
New post on /r/flutterdev subreddit:
From Kotlin to Dart Cheat Sheet - Basics
https://ift.tt/30CbNZp
August 27, 2019 at 10:48AM by natiginfo
https://ift.tt/2Zs4Qgl
From Kotlin to Dart Cheat Sheet - Basics
https://ift.tt/30CbNZp
August 27, 2019 at 10:48AM by natiginfo
https://ift.tt/2Zs4Qgl
natigbabayev.com
From Kotlin to Dart Cheat Sheet - Basics
This cheat sheet is for Kotlin developers who wants to learn basics of the Dart programming language.
New post on Flutter Dev Google group:
GUI editor for creating flutter components
When is it planned to create a convenient graphical editor for layout components? Let’s not we always write their code? Thank.
August 27, 2019 at 11:11AM by Arsen Guzhva
https://ift.tt/2HpMdiD
GUI editor for creating flutter components
When is it planned to create a convenient graphical editor for layout components? Let’s not we always write their code? Thank.
August 27, 2019 at 11:11AM by Arsen Guzhva
https://ift.tt/2HpMdiD
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
How to develop and distribute a Flutter app for iOS with no Mac? | Miquido
https://ift.tt/2znl0ZR
August 27, 2019 at 02:33PM by zepecat
https://ift.tt/2Pd3IJx
How to develop and distribute a Flutter app for iOS with no Mac? | Miquido
https://ift.tt/2znl0ZR
August 27, 2019 at 02:33PM by zepecat
https://ift.tt/2Pd3IJx
Welcome to Miquido blog!
How to develop and distribute a Flutter app for iOS with no Mac? | Miquido
It’s hard to imagine developing Flutter app for the iOS platform without macOS. However, it's possible!
New post on Flutter Dev Google group:
FormBuilder - hide form object?
How can I hide a form object like FormBuilderStepper? There are certain onChange events that will make me want to show or hide form objects. but I can't find any documentation on how to do this. Thanks, Matt -- m.ma...@gmail.com (805) 689-2616
August 27, 2019 at 03:52PM by Matt Mason
https://ift.tt/30CWb8f
FormBuilder - hide form object?
How can I hide a form object like FormBuilderStepper? There are certain onChange events that will make me want to show or hide form objects. but I can't find any documentation on how to do this. Thanks, Matt -- m.ma...@gmail.com (805) 689-2616
August 27, 2019 at 03:52PM by Matt Mason
https://ift.tt/30CWb8f
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on Flutter Dev Google group:
If statement inside Widget[]
Can I place an if statement inside of the Widget[]? children: [ Text("${category.tasks.length} ${category.title}", style: Theme.of(context).textTheme.subhead), SizedBox(height: 4.0), Text(category.title,
August 27, 2019 at 07:04PM by Sam Cromer
https://ift.tt/33W6AxE
If statement inside Widget[]
Can I place an if statement inside of the Widget[]? children: [ Text("${category.tasks.length} ${category.title}", style: Theme.of(context).textTheme.subhead), SizedBox(height: 4.0), Text(category.title,
August 27, 2019 at 07:04PM by Sam Cromer
https://ift.tt/33W6AxE
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Using Provider and ChangeNofifier question
I have two Providers that encompass MyApp, one which contains a list of items and operations (i.e removing item from the list) and the other which shows a SnackBar which lets the user UNDO an action. For example if the user removed an item, a snackbar shows for a few seconds to re-add the item back to its original position on the list. To implement this, I tried using a ProxyProvider to send the name and index of the item from the items provider to the Snackbar provider. The Snackbar provider needs to access the items provider to call the adding item function when the user taps UNDO. How can I accomplish this if ProxyProvider only sends information one way?And some additional questions:-Should I avoid using StatefulWidgets if I can just store my variables in a class mixed in with ChangeNotifier?-Is there a way to make send data from one ChangeNotifier to another using a function?
August 27, 2019 at 04:59PM by ZealousidealRegion1
https://ift.tt/30JRxp2
Using Provider and ChangeNofifier question
I have two Providers that encompass MyApp, one which contains a list of items and operations (i.e removing item from the list) and the other which shows a SnackBar which lets the user UNDO an action. For example if the user removed an item, a snackbar shows for a few seconds to re-add the item back to its original position on the list. To implement this, I tried using a ProxyProvider to send the name and index of the item from the items provider to the Snackbar provider. The Snackbar provider needs to access the items provider to call the adding item function when the user taps UNDO. How can I accomplish this if ProxyProvider only sends information one way?And some additional questions:-Should I avoid using StatefulWidgets if I can just store my variables in a class mixed in with ChangeNotifier?-Is there a way to make send data from one ChangeNotifier to another using a function?
August 27, 2019 at 04:59PM by ZealousidealRegion1
https://ift.tt/30JRxp2
reddit
r/FlutterDev - Using Provider and ChangeNofifier question
3 votes and 3 comments so far on Reddit
New post on /r/flutterdev subreddit:
TDD Clean Architecture Course [1] – Explanation & Project Structure
https://youtu.be/KjE2IDphA_U
August 27, 2019 at 07:33PM by MRresoMC
https://ift.tt/324jo3p
TDD Clean Architecture Course [1] – Explanation & Project Structure
https://youtu.be/KjE2IDphA_U
August 27, 2019 at 07:33PM by MRresoMC
https://ift.tt/324jo3p
YouTube
Flutter TDD Clean Architecture Course [1] – Explanation & Project Structure
📗 Learn from the written tutorial 👇👇
https://resocoder.com/flutter-tdd-clean-architecture-ep1
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Keeping your code clean and tested are the two most important development practices.…
https://resocoder.com/flutter-tdd-clean-architecture-ep1
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Keeping your code clean and tested are the two most important development practices.…
New post on Flutter Dev Google group:
Hummingbird and Firebase
Does hummingbird work the same as a normal flutter app? I have an iOS and Android app up and working with firebase but I'm not sure if I can just write it the same way for the web version? Brennan
August 28, 2019 at 08:23AM by Brennan Altringer
https://ift.tt/2zpbwwS
Hummingbird and Firebase
Does hummingbird work the same as a normal flutter app? I have an iOS and Android app up and working with firebase but I'm not sure if I can just write it the same way for the web version? Brennan
August 28, 2019 at 08:23AM by Brennan Altringer
https://ift.tt/2zpbwwS
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on Flutter Dev Google group:
socketException: connection timed out, errno = 110
Hey guys, I am trying to insert data in SQL Database using API, but after some seconds I get this error: socketException: connection timed out, errno = 110, address: XXXXXXXXXX, port = 44103. I am not able to resolve this error. Looking forward to a solution. *Thanks*
August 28, 2019 at 08:50AM by Parul Nandwani
https://ift.tt/2LaP941
socketException: connection timed out, errno = 110
Hey guys, I am trying to insert data in SQL Database using API, but after some seconds I get this error: socketException: connection timed out, errno = 110, address: XXXXXXXXXX, port = 44103. I am not able to resolve this error. Looking forward to a solution. *Thanks*
August 28, 2019 at 08:50AM by Parul Nandwani
https://ift.tt/2LaP941
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Error when using Emulator
So, I download Andriod studio and from there using the AVD manager I downloaded processed to download pixel 2 emulator. Although when I try to run it from Visual studio code I keep getting an error; and flutter doctor (figure 1) does not detect the emulator. Although flutter emulator does detect it (figure 2). Here are the images : https://imgur.com/a/BgEYP40.On visual studio code the error I keep getting is : " Failed to launch pixel_2: emulator: ERROR: Running multiple emulators with the same AVD is an experimental feature. Please use -read-only flag to enable this feature. "
August 28, 2019 at 10:00AM by 123Spaceman123
https://ift.tt/2ZiOY0p
Error when using Emulator
So, I download Andriod studio and from there using the AVD manager I downloaded processed to download pixel 2 emulator. Although when I try to run it from Visual studio code I keep getting an error; and flutter doctor (figure 1) does not detect the emulator. Although flutter emulator does detect it (figure 2). Here are the images : https://imgur.com/a/BgEYP40.On visual studio code the error I keep getting is : " Failed to launch pixel_2: emulator: ERROR: Running multiple emulators with the same AVD is an experimental feature. Please use -read-only flag to enable this feature. "
August 28, 2019 at 10:00AM by 123Spaceman123
https://ift.tt/2ZiOY0p
Imgur
Post with 3 views.
New post on /r/flutterdev subreddit:
Build a Simple Payment Platform in 10 minutes using Flutter and Flutterwave
https://ift.tt/2HvZ82E
August 28, 2019 at 12:48PM by wizpna
https://ift.tt/32bBksG
Build a Simple Payment Platform in 10 minutes using Flutter and Flutterwave
https://ift.tt/2HvZ82E
August 28, 2019 at 12:48PM by wizpna
https://ift.tt/32bBksG
New post on Flutter Dev Google group:
D/ViewRootImpl@8bf0c55[MainActivity](22866): ViewPostIme pointer 1 on console
Hi, Im testing an app on a Galaxy A50 and whenever i click on the device screen, the flutter console shows: D/ViewRootImpl@8bf0c55[MainActivity](22866): ViewPostIme pointer 1 D/ViewRootImpl@8bf0c55[MainActivity](22866): ViewPostIme pointer 0 I've tryied to create an new app and the messages
August 28, 2019 at 01:35PM by Fábio Jansen
https://ift.tt/2ZmMVbM
D/ViewRootImpl@8bf0c55[MainActivity](22866): ViewPostIme pointer 1 on console
Hi, Im testing an app on a Galaxy A50 and whenever i click on the device screen, the flutter console shows: D/ViewRootImpl@8bf0c55[MainActivity](22866): ViewPostIme pointer 1 D/ViewRootImpl@8bf0c55[MainActivity](22866): ViewPostIme pointer 0 I've tryied to create an new app and the messages
August 28, 2019 at 01:35PM by Fábio Jansen
https://ift.tt/2ZmMVbM
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Flutter push notification icon - gray circle
Hi Everyone!I use
August 28, 2019 at 01:29PM by Flutter_Dev
https://ift.tt/2NzdRh4
Flutter push notification icon - gray circle
Hi Everyone!I use
flutter_launcher_icons
for generate iOS and Android launcher icon.But on Android the push notification icon is not display correct - only round gray circle on left of text. I am use adaptive icon for Android. I am use Firebase for push notification.On iOS no issue - icon is show correct.Anyone else have this issue?Does flutter_launcher_icons
create notification icon also?Thanks!August 28, 2019 at 01:29PM by Flutter_Dev
https://ift.tt/2NzdRh4
reddit
Flutter push notification icon - gray circle
Hi Everyone! I use `flutter_launcher_icons` for generate iOS and Android launcher icon. But on Android the push notification icon is...
New post on Flutter Dev Google group:
Flutter Http Content-type
Hi Friends, I want to upload an image to dropbox using there API with http in flutter but dropbox API content-type is *application/octet-stream*, when I tried using http content-type like this*(appplication/json*) but not working, How can I use *application/octet-stream* as my Http request
August 28, 2019 at 02:19PM by Olajire Abdullahi
https://ift.tt/348tWQE
Flutter Http Content-type
Hi Friends, I want to upload an image to dropbox using there API with http in flutter but dropbox API content-type is *application/octet-stream*, when I tried using http content-type like this*(appplication/json*) but not working, How can I use *application/octet-stream* as my Http request
August 28, 2019 at 02:19PM by Olajire Abdullahi
https://ift.tt/348tWQE
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on Flutter Dev Google group:
Building Configrable App for different clients
Hi, What is the best way to build apps in flutter which are configurable - not only for images, text and themes - and also for Features which can be activated/deactivated and using in few cases also completely different views/widgets. Kind regards Christian
August 28, 2019 at 02:55PM by Chris
https://ift.tt/2Lhqw5J
Building Configrable App for different clients
Hi, What is the best way to build apps in flutter which are configurable - not only for images, text and themes - and also for Features which can be activated/deactivated and using in few cases also completely different views/widgets. Kind regards Christian
August 28, 2019 at 02:55PM by Chris
https://ift.tt/2Lhqw5J
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Asynchronous programming with streams in flutter 🙂
https://ift.tt/30HgjWu
August 28, 2019 at 02:35PM by Bert-Al
https://ift.tt/30MnhtG
Asynchronous programming with streams in flutter 🙂
https://ift.tt/30HgjWu
August 28, 2019 at 02:35PM by Bert-Al
https://ift.tt/30MnhtG
Medium
Async Programming in Flutter with Streams
Asynchronous Programming is a principle that allows a portion of your programs run while waiting for some other activities to occur in…