New post on /r/flutterdev subreddit:
How to make upgraded version number in flutter?
I have made an app and distribute it to my few friends. Now I have change something there and want to send my friends the upgraded version of the app. But when i command flutter build it gives me the version number 1.0.0
March 15, 2019 at 04:39AM by biswajitbimoli
https://ift.tt/2TIBk41
How to make upgraded version number in flutter?
I have made an app and distribute it to my few friends. Now I have change something there and want to send my friends the upgraded version of the app. But when i command flutter build it gives me the version number 1.0.0
March 15, 2019 at 04:39AM by biswajitbimoli
https://ift.tt/2TIBk41
reddit
r/FlutterDev - How to make upgraded version number in flutter?
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
facing difficulties
hello community please i need help when ever i try running my flutter app i always get this error "Error running Gradle: ProcessException: Process "C:\Users\DESMOND\Desktop\exercise\flutterapp\android\gradlew.bat" exited abnormally: FAILURE: Build failed with an exception. Where: Build file
March 15, 2019 at 06:24AM by wendah nyiawung
https://ift.tt/2T6NKxp
facing difficulties
hello community please i need help when ever i try running my flutter app i always get this error "Error running Gradle: ProcessException: Process "C:\Users\DESMOND\Desktop\exercise\flutterapp\android\gradlew.bat" exited abnormally: FAILURE: Build failed with an exception. Where: Build file
March 15, 2019 at 06:24AM by wendah nyiawung
https://ift.tt/2T6NKxp
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 Tutorial - Flutter Google Maps
https://www.youtube.com/watch?v=lNqEfnnmoHk
March 15, 2019 at 05:44AM by whatsupcoders
https://ift.tt/2JfeKLr
Flutter Tutorial - Flutter Google Maps
https://www.youtube.com/watch?v=lNqEfnnmoHk
March 15, 2019 at 05:44AM by whatsupcoders
https://ift.tt/2JfeKLr
YouTube
Flutter Tutorial - Flutter Google Maps
Flutter Tutorial - Flutter Google Maps
In this video, you will see how to integrate google maps in your flutter application using google_maps_flutter plugin .
For more details about the google_maps_flutter plugin check here https://pub.dartlang.org/pa…
In this video, you will see how to integrate google maps in your flutter application using google_maps_flutter plugin .
For more details about the google_maps_flutter plugin check here https://pub.dartlang.org/pa…
New post on Flutter Dev Google group:
Phone Authentication for flutter
Hello guys, Is there any solution or any possibilities to authenticate/verify unlimited phone numbers using OTP in flutter?. As firebase authentication is available but it only allows 10k free phone authentications per month in blaze plan. Regards, Pravin Marathe
March 15, 2019 at 06:45AM by PRAVIN MARATHE
https://ift.tt/2Jcq36Y
Phone Authentication for flutter
Hello guys, Is there any solution or any possibilities to authenticate/verify unlimited phone numbers using OTP in flutter?. As firebase authentication is available but it only allows 10k free phone authentications per month in blaze plan. Regards, Pravin Marathe
March 15, 2019 at 06:45AM by PRAVIN MARATHE
https://ift.tt/2Jcq36Y
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:
Building a Flutter Speech to Text/Speech Recognizer Application
https://www.youtube.com/watch?v=-rQ_OmPj300&feature=youtu.be
March 15, 2019 at 07:33AM by Purple_Pizzazz
https://ift.tt/2TUdukK
Building a Flutter Speech to Text/Speech Recognizer Application
https://www.youtube.com/watch?v=-rQ_OmPj300&feature=youtu.be
March 15, 2019 at 07:33AM by Purple_Pizzazz
https://ift.tt/2TUdukK
YouTube
Building a Flutter Speech to Text/Speech Recognizer Application
In this Flutter Video, we take a look at how to build a Speech to Text application. This includes setting up the plugin to pass messages back and forth between the platforms.
Source Code: https://github.com/tensor-programming/flutter_speech_to_text
Request…
Source Code: https://github.com/tensor-programming/flutter_speech_to_text
Request…
New post on Flutter Dev Google group:
Error EdgeInsets.fromLTRB
Can someone please help me ,how to remove this error provided in the attached file? Facing an error with EdgeInsets as undefined class
March 15, 2019 at 10:13AM by rakesh lorentz
https://ift.tt/2TEIINF
Error EdgeInsets.fromLTRB
Can someone please help me ,how to remove this error provided in the attached file? Facing an error with EdgeInsets as undefined class
March 15, 2019 at 10:13AM by rakesh lorentz
https://ift.tt/2TEIINF
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:
How to change default app-release.apk file name
Hi Guys, The command- flutter build apk generates apk file with default name "app-release". How can we change this default name in flutter project. Regards, Pravin Marathe
March 15, 2019 at 12:39PM by PRAVIN MARATHE
https://ift.tt/2HAK1G0
How to change default app-release.apk file name
Hi Guys, The command- flutter build apk generates apk file with default name "app-release". How can we change this default name in flutter project. Regards, Pravin Marathe
March 15, 2019 at 12:39PM by PRAVIN MARATHE
https://ift.tt/2HAK1G0
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:
Flutter Login json
Hello I want to log in with the json from the flutter. Can you help with the topic?
March 15, 2019 at 01:19PM by bka...@medipol.edu.tr
https://ift.tt/2HwXnTK
Flutter Login json
Hello I want to log in with the json from the flutter. Can you help with the topic?
March 15, 2019 at 01:19PM by bka...@medipol.edu.tr
https://ift.tt/2HwXnTK
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:
Is it possible to embed HTML forms in Flutter?
March 15, 2019 at 12:54PM by themindstorm
https://ift.tt/2Cn4s5V
Is it possible to embed HTML forms in Flutter?
<form action="https://example.com" method="POST"> <input type="text" name="first_name"> <input type="text" name="last_name"> <input type="submit" value="Submit"> </form>I would like to add the above HTML form in a Flutter page. I tried searching for packages, but there doesn't seem to be anything available.Is this possible? I believe we will have to use the HTTP Client to submit it.
March 15, 2019 at 12:54PM by themindstorm
https://ift.tt/2Cn4s5V
reddit
r/FlutterDev - Is it possible to embed HTML forms in Flutter?
0 votes and 5 comments so far on Reddit
New post on /r/flutterdev subreddit:
Implementation of custom dialog in flutter
https://ift.tt/2CkOTfd
March 15, 2019 at 12:54PM by excogitatr
https://ift.tt/2UDL1gp
Implementation of custom dialog in flutter
https://ift.tt/2CkOTfd
March 15, 2019 at 12:54PM by excogitatr
https://ift.tt/2UDL1gp
Medium
Custom dialog in Flutter
I have been experimenting with flutter for a while and I stumbled a lot of times making custom widgets from designs for apps. Though…
New post on /r/flutterdev subreddit:
When exactly is onChange fired?
Sorry if the question is silly, I haven't had time to properly experiment with Flutter yet, but it certainly looks awesome.Consider a CupertinoSwitch instance. When we tap it, it fires onChange callback, which changes a value in the parent state, which causes parent build to re-render the widget and display the updated value.However, iOS-like switches do not change their visual state immediately, they play a little animation. This means an actual immediate re-render wouldn't work, as it would instantly render the switch in its target state, without animation.My question is, how is this problem solved in Flutter? When exactly is onChange event fired? Does it happen immediately when the switch is tapped? If that's the case, shouldn't parent build() also be called immediately and show the updated value of the switch, without any animation? Or does onChange get fired only after the animation finished?Any explanations are appreciated!
March 15, 2019 at 01:23PM by smthamazing
https://ift.tt/2FdeiZR
When exactly is onChange fired?
Sorry if the question is silly, I haven't had time to properly experiment with Flutter yet, but it certainly looks awesome.Consider a CupertinoSwitch instance. When we tap it, it fires onChange callback, which changes a value in the parent state, which causes parent build to re-render the widget and display the updated value.However, iOS-like switches do not change their visual state immediately, they play a little animation. This means an actual immediate re-render wouldn't work, as it would instantly render the switch in its target state, without animation.My question is, how is this problem solved in Flutter? When exactly is onChange event fired? Does it happen immediately when the switch is tapped? If that's the case, shouldn't parent build() also be called immediately and show the updated value of the switch, without any animation? Or does onChange get fired only after the animation finished?Any explanations are appreciated!
March 15, 2019 at 01:23PM by smthamazing
https://ift.tt/2FdeiZR
docs.flutter.io
CupertinoSwitch class - cupertino library - Dart API
API docs for the CupertinoSwitch class from the cupertino library, for the Dart programming language.
New post on Flutter Dev Google group:
Flutter Contest 5Kb limit
Hi all, Is anyone here taking part of Flutter Contest? I'm trying to stay below the 5kb limit but it's hard. Does anyone know if is allowed to minify dart files for the contest? Regards, Dimas Salazar
March 15, 2019 at 01:58PM by Dimas Salazar
https://ift.tt/2JepLMX
Flutter Contest 5Kb limit
Hi all, Is anyone here taking part of Flutter Contest? I'm trying to stay below the 5kb limit but it's hard. Does anyone know if is allowed to minify dart files for the contest? Regards, Dimas Salazar
March 15, 2019 at 01:58PM by Dimas Salazar
https://ift.tt/2JepLMX
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:
What the best way to use strings ?
Hi guys I am learning flutter. What the best way to use this in assets? I believe this will facilitate me for further internationalization. import 'package:flutter/material.dart'; class Strings{ static String menu01 = "Login"; static String menu02 = "Register"; static String menu03 =
March 15, 2019 at 03:08PM by Nilmar Castro
https://ift.tt/2HqkjF0
What the best way to use strings ?
Hi guys I am learning flutter. What the best way to use this in assets? I believe this will facilitate me for further internationalization. import 'package:flutter/material.dart'; class Strings{ static String menu01 = "Login"; static String menu02 = "Register"; static String menu03 =
March 15, 2019 at 03:08PM by Nilmar Castro
https://ift.tt/2HqkjF0
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:
Flutter & CircleCI ?
Have someone made integration with flutter - fastlane and circleci? I already make Android one but the macos env output is always. ( cirrusci/flutter) #!/bin/bash --login -o pipefail flutter doctor /bin/bash: flutter: command not found
March 15, 2019 at 04:01PM by Miguel
https://ift.tt/2TOPnnB
Flutter & CircleCI ?
Have someone made integration with flutter - fastlane and circleci? I already make Android one but the macos env output is always. ( cirrusci/flutter) #!/bin/bash --login -o pipefail flutter doctor /bin/bash: flutter: command not found
March 15, 2019 at 04:01PM by Miguel
https://ift.tt/2TOPnnB
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 does Google monetize Flutter?
Hi, somehow I wasn't able to find information about how google makes money with Flutter. Anyone knows? Also is there any "calling home" built in?
March 15, 2019 at 03:49PM by leaiaiai
https://ift.tt/2VWHLNa
How does Google monetize Flutter?
Hi, somehow I wasn't able to find information about how google makes money with Flutter. Anyone knows? Also is there any "calling home" built in?
March 15, 2019 at 03:49PM by leaiaiai
https://ift.tt/2VWHLNa
reddit
r/FlutterDev - How does Google monetize Flutter?
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
rxDart vs Bloc Library
After this talk https://www.youtube.com/watch?v=RS36gBEp8OI it seem that Bloc is a very powerful state-management strategy for Flutter. Currently the 2 major Bloc implementation options seem using rxdart package vs the u/felangel1 's Bloc build on top of rxDart.What are your views of using Bloc vs rxDart for Flutter State Management?
March 15, 2019 at 04:24PM by mayurdhurpate
https://ift.tt/2UCREQ7
rxDart vs Bloc Library
After this talk https://www.youtube.com/watch?v=RS36gBEp8OI it seem that Bloc is a very powerful state-management strategy for Flutter. Currently the 2 major Bloc implementation options seem using rxdart package vs the u/felangel1 's Bloc build on top of rxDart.What are your views of using Bloc vs rxDart for Flutter State Management?
March 15, 2019 at 04:24PM by mayurdhurpate
https://ift.tt/2UCREQ7
YouTube
Build reactive mobile apps with Flutter (Google I/O '18)
Do you over-react when you hear Streams, Observables, Redux, Flux? Don't. One of the advantages of Flutter is that it uses reactive views, which you can take to the next level by also applying reactive principles to your app’s data model. Through practical…
New post on /r/flutterdev subreddit:
Custom Animations in Carousel (PageView)
https://youtu.be/t2VIOoakHFA
March 15, 2019 at 04:10PM by prateeksharma1712
https://ift.tt/2CmNAMJ
Custom Animations in Carousel (PageView)
https://youtu.be/t2VIOoakHFA
March 15, 2019 at 04:10PM by prateeksharma1712
https://ift.tt/2CmNAMJ
YouTube
Animated Carousel | Flutter UI
Created a demo for Carousel with animations using PageView.
Used Animatedacontainer, AnimatedBuilder, Transformations.
Dribbble Mock - City Explorer Swipe - https://dribbble.com/shots/5973932-City-Explorer-Swipe
Github Link - https://github.com/Techie…
Used Animatedacontainer, AnimatedBuilder, Transformations.
Dribbble Mock - City Explorer Swipe - https://dribbble.com/shots/5973932-City-Explorer-Swipe
Github Link - https://github.com/Techie…
New post on /r/flutterdev subreddit:
Introducing UI2CODE: An Automatic Flutter UI Code Generator
https://ift.tt/2uaSOXr
March 15, 2019 at 04:55PM by Elixane
https://ift.tt/2VZk8DO
Introducing UI2CODE: An Automatic Flutter UI Code Generator
https://ift.tt/2uaSOXr
March 15, 2019 at 04:55PM by Elixane
https://ift.tt/2VZk8DO
Medium
Introducing UI2CODE: An Automatic Flutter UI Code Generator
With the help of AI, Alibaba’s Xianyu tech team is advancing an intelligent tool that renders visual UI design as Flutter code with 100…
New post on /r/flutterdev subreddit:
Flutter Pie Chart with disc animation
https://ift.tt/2FdhMLT
March 15, 2019 at 05:52PM by ayushpguptaapgapg
https://ift.tt/2O8WDoZ
Flutter Pie Chart with disc animation
https://ift.tt/2FdhMLT
March 15, 2019 at 05:52PM by ayushpguptaapgapg
https://ift.tt/2O8WDoZ
New post on /r/flutterdev subreddit:
Flutter 2019: Make New Gmail Like FloatingActionButton
https://youtu.be/fiOAAiZ41Zs
March 15, 2019 at 07:14PM by imthepk
https://ift.tt/2TVoE9e
Flutter 2019: Make New Gmail Like FloatingActionButton
https://youtu.be/fiOAAiZ41Zs
March 15, 2019 at 07:14PM by imthepk
https://ift.tt/2TVoE9e
YouTube
Flutter 2019: Make New Gmail Like FloatingActionButton
In this video, I will explain how to make new Gmail like colorful floating action button in flutter. #Trending #Flutter #FloatingActionButton Please give sta...