New post on /r/flutterdev subreddit:
Flare Integration in Flutter
https://ift.tt/2SxRh80
December 05, 2018 at 09:35PM by Purple_Pizzazz
https://ift.tt/2EgVmKG
Flare Integration in Flutter
https://ift.tt/2SxRh80
December 05, 2018 at 09:35PM by Purple_Pizzazz
https://ift.tt/2EgVmKG
Medium
Flare Integration in Flutter
Hello everyone,
New post on Flutter Dev Google group:
Error Flutter
when I execute I get this error. "flutter\bin\cache at this time"
December 05, 2018 at 10:14PM by rosdanys ramirez arcas
https://ift.tt/2Eg6448
Error Flutter
when I execute I get this error. "flutter\bin\cache at this time"
December 05, 2018 at 10:14PM by rosdanys ramirez arcas
https://ift.tt/2Eg6448
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 tweet from flutterio:
🎤🎵Record your music and ideas on the go ⏺🎶
The award-winning Topline app was developed on Flutter by @miquido for the @AbbeyRoad in just 2.5 months!
Learn more here → https://t.co/KPfZwF1wW8 pic.twitter.com/a0iyCFUlBJ— Flutter (@flutterio) December 5, 2018
December 06, 2018 at 12:15AM
http://twitter.com/flutterio/status/1070456743757524992
🎤🎵Record your music and ideas on the go ⏺🎶
The award-winning Topline app was developed on Flutter by @miquido for the @AbbeyRoad in just 2.5 months!
Learn more here → https://t.co/KPfZwF1wW8 pic.twitter.com/a0iyCFUlBJ— Flutter (@flutterio) December 5, 2018
December 06, 2018 at 12:15AM
http://twitter.com/flutterio/status/1070456743757524992
Twitter
Miquido (@miquido) | Twitter
The latest Tweets from Miquido (@miquido). Building data-driven #mobile #apps & #web services. 2018 Android Certified Agency by Google, featured by TIME & Forbes
New post on Flutter Dev Google group:
Flutter API Docs: New master channel URL, Offline Docs Available
Hello Flutter Devs, NEW MASTER CHANNEL URL If you are using our 1.0 stable release, you will find our API documentation, as it has always been, at https://docs.flutter.io. If you use the "cutting edge" master channel, however, you might want to see the matching API documentation for that
December 06, 2018 at 05:36AM by G Spencer
https://ift.tt/2RB5tgd
Flutter API Docs: New master channel URL, Offline Docs Available
Hello Flutter Devs, NEW MASTER CHANNEL URL If you are using our 1.0 stable release, you will find our API documentation, as it has always been, at https://docs.flutter.io. If you use the "cutting edge" master channel, however, you might want to see the matching API documentation for that
December 06, 2018 at 05:36AM by G Spencer
https://ift.tt/2RB5tgd
flutter.dev
Flutter - Build apps for any screen
Flutter transforms the entire app development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded apps from a single codebase.
New post on Flutter Dev Google group:
Text Form Field Validation in Card as Login
I have been using flutter card with text field as a login card. But when I tried to use form validation with text form field I cannot call validation function i.e. validate() from the scaffold Please, anyone, help me.
December 06, 2018 at 06:38AM by Krishnaraj R Nair
https://ift.tt/2QHRKr2
Text Form Field Validation in Card as Login
I have been using flutter card with text field as a login card. But when I tried to use form validation with text form field I cannot call validation function i.e. validate() from the scaffold Please, anyone, help me.
December 06, 2018 at 06:38AM by Krishnaraj R Nair
https://ift.tt/2QHRKr2
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 IO Slack Group | Invitation to join DEV group on Slack
Hi all, I'd like to send you the link invitation to join Slack chat for Flutter IO. https://ift.tt/2G28KEa Let's enjoy and discuss!
December 06, 2018 at 07:33AM by Johnny Le
https://ift.tt/2rmx3lW
Flutter IO Slack Group | Invitation to join DEV group on Slack
Hi all, I'd like to send you the link invitation to join Slack chat for Flutter IO. https://ift.tt/2G28KEa Let's enjoy and discuss!
December 06, 2018 at 07:33AM by Johnny Le
https://ift.tt/2rmx3lW
Slack
Create Account | Slack
New post on /r/flutterdev subreddit:
Advanced Flutter Project - Setting Up the Basics - Part One
https://www.youtube.com/watch?v=kWbighSj7V8
December 06, 2018 at 08:38AM by Purple_Pizzazz
https://ift.tt/2AWOVbH
Advanced Flutter Project - Setting Up the Basics - Part One
https://www.youtube.com/watch?v=kWbighSj7V8
December 06, 2018 at 08:38AM by Purple_Pizzazz
https://ift.tt/2AWOVbH
YouTube
Advanced Flutter Project - Setting Up the Basics - Part One
In this video, we take a look at the basic concepts of a program. We create a simple BLoC to bring in our main data structures. Github Repository: https://gi...
New post on /r/flutterdev subreddit:
How to use Flare in Flutter - Flutter Tutorials
https://www.youtube.com/watch?v=ve0r4B1D-S0
December 06, 2018 at 09:52AM by rahiche
https://ift.tt/2G2pTxk
How to use Flare in Flutter - Flutter Tutorials
https://www.youtube.com/watch?v=ve0r4B1D-S0
December 06, 2018 at 09:52AM by rahiche
https://ift.tt/2G2pTxk
YouTube
How to use Flare(Rive) in Flutter - Flutter Tutorials
Learn how design,integrate and use flare in flutter
NOTE :
this is a very basic example of what you can do and i am not a designer
Follow me on twitter for more :
https://twitter.com/raoufrahiche
Flutter-Flare repo :
https://github.com/2d-inc/Flare-…
NOTE :
this is a very basic example of what you can do and i am not a designer
Follow me on twitter for more :
https://twitter.com/raoufrahiche
Flutter-Flare repo :
https://github.com/2d-inc/Flare-…
New post on /r/flutterdev subreddit:
How to launch a ViewController from Platform Specific code written in Swift?
Hi, I am creating a plugin for Paytm and written platform specific code for both Android and iOS.Paytm is payment gateway service in India and super easy to configure and integrate it in the app. It required some configurations and the last step is to start the payment transaction which internally opens its own Activity on Android and ViewController on iOS platform.I tested the Android part of the plugin. It's working fine.But I don't know how to fire a viewController in iOS. I am using swift for iOS coding part.
December 06, 2018 at 02:24PM by rohitgupta1694
https://ift.tt/2zKrW3L
How to launch a ViewController from Platform Specific code written in Swift?
Hi, I am creating a plugin for Paytm and written platform specific code for both Android and iOS.Paytm is payment gateway service in India and super easy to configure and integrate it in the app. It required some configurations and the last step is to start the payment transaction which internally opens its own Activity on Android and ViewController on iOS platform.I tested the Android part of the plugin. It's working fine.But I don't know how to fire a viewController in iOS. I am using swift for iOS coding part.
func beginPayment() { serv = serv.createProductionEnvironment() let type :ServerType = .eServerTypeProduction let order = PGOrder(orderID: "", customerID: "", amount: "", eMail: "", mobile: "") order.params = [ "MID": "rxazcv89315285244163", "ORDER_ID": "order1", "CUST_ID": "cust123", "MOBILE_NO": "7777777777", "EMAIL": "username@emailprovider.com", "CHANNEL_ID": "WAP", "WEBSITE": "WEBSTAGING", "TXN_AMOUNT": "100.12", "INDUSTRY_TYPE_ID": "Retail", "CHECKSUMHASH": "oCDBVF+hvVb68JvzbKI40TOtcxlNjMdixi9FnRSh80Ub7XfjvgNr9NrfrOCPLmt65UhStCkrDnlYkclz1qE0uBMOrmuKLGlybuErulbLYSQ=", "CALLBACK_URL": "https://securegw-stage.paytm.in/theia/paytmCallback?ORDER_ID=order1" ] self.txnController = self.txnController.initTransaction(for: order) as?PGTransactionViewController self.txnController.title = "Paytm Payments" self.txnController.setLoggingEnabled(true) if(type != ServerType.eServerTypeNone) { self.txnController.serverType = type; } else { return } self.txnController.merchant = PGMerchantConfiguration.defaultConfiguration() self.txnController.delegate = self self.navigationController?.pushViewController(self.txnController, animated: true) }This is the recommended code mentioned by Paytm. The only issue is in the last line. I don't have any navigation controller in my swift file.
December 06, 2018 at 02:24PM by rohitgupta1694
https://ift.tt/2zKrW3L
reddit
r/FlutterDev - How to launch a ViewController from Platform Specific code written in Swift?
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Help understanding flutter documentaiton
Can someone explain to me how to properly read the flutter docs so that I can know the proper syntax to implement widgets
December 06, 2018 at 03:11PM by afdal_khan
https://ift.tt/2KZYZFj
Help understanding flutter documentaiton
Can someone explain to me how to properly read the flutter docs so that I can know the proper syntax to implement widgets
December 06, 2018 at 03:11PM by afdal_khan
https://ift.tt/2KZYZFj
reddit
r/FlutterDev - Help understanding flutter documentaiton
1 vote and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Sourcerer App now supports Dart and Flutter!
Sourcerer.io, a visual profile from Github and git repositories for developers now supports Dart and Flutter technologies.https://i.redd.it/qffgaxhizn221.pnghttps://i.redd.it/wsux32wmzn221.pngSee the issue resolved: https://github.com/sourcerer-io/sourcerer-app/issues/383
December 06, 2018 at 03:06PM by brunormoura
https://ift.tt/2BV026z
Sourcerer App now supports Dart and Flutter!
Sourcerer.io, a visual profile from Github and git repositories for developers now supports Dart and Flutter technologies.https://i.redd.it/qffgaxhizn221.pnghttps://i.redd.it/wsux32wmzn221.pngSee the issue resolved: https://github.com/sourcerer-io/sourcerer-app/issues/383
December 06, 2018 at 03:06PM by brunormoura
https://ift.tt/2BV026z
New post on Flutter Dev Google group:
How to use video_player 0.7.2 package play audio in background ?
Hello everyone ! I'm new to flutter and I use *https://ift.tt/2QBIcxy I use this package in my app for play audio from internet . Every thing work well like play, stop , seek, ... But i can not get it work when device is locked screen. Please help support me to
December 06, 2018 at 03:52PM by Phuong Phally
https://ift.tt/2E3rGje
How to use video_player 0.7.2 package play audio in background ?
Hello everyone ! I'm new to flutter and I use *https://ift.tt/2QBIcxy I use this package in my app for play audio from internet . Every thing work well like play, stop , seek, ... But i can not get it work when device is locked screen. Please help support me to
December 06, 2018 at 03:52PM by Phuong Phally
https://ift.tt/2E3rGje
Dart Packages
Search results for video_player*.
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter, AngularDart, and general Dart programs.
New post on /r/flutterdev subreddit:
Widget State issues
Hi Everyone!I am make chat app with flutter but have issue. The chat screen is not update when send new message. So when message sent it not appear on screen. But when scroll away or press back button and then go back to chat screen, new message appear. I have check database and is not problem with this.I am use FirestoreAnimatedList for get data.Before I was use StatelessWidget and no issue with new message being display on chat screen. I switch to StatefulWidget because it work better for pass state and also fix issue of message not display on correct side on start chat app.I have ask question on stackoverflow but no reply: https://stackoverflow.com/q/53636831Anyone can help?Thanks!
December 06, 2018 at 03:39PM by Flutter_Dev
https://ift.tt/2E8KZYD
Widget State issues
Hi Everyone!I am make chat app with flutter but have issue. The chat screen is not update when send new message. So when message sent it not appear on screen. But when scroll away or press back button and then go back to chat screen, new message appear. I have check database and is not problem with this.I am use FirestoreAnimatedList for get data.Before I was use StatelessWidget and no issue with new message being display on chat screen. I switch to StatefulWidget because it work better for pass state and also fix issue of message not display on correct side on start chat app.I have ask question on stackoverflow but no reply: https://stackoverflow.com/q/53636831Anyone can help?Thanks!
December 06, 2018 at 03:39PM by Flutter_Dev
https://ift.tt/2E8KZYD
Stack Overflow
Widgets not updating properly
I am make chat app with flutter but have issue. The chat screen is not update when send new message. So when message sent it not appear on screen. But when scroll away or press back button and then...
New post on Flutter Dev Google group:
Multivariable Calculus , Dan Clegg & Barbara Frank , 5th ed
solutions....@hotmail.com s o l u t i o n s . f o r . s t u d e n t @ h o t m a i l . c o m solutions(dot)for(dot)student(at)hotmail.com We're a team found for providing solution manuals to help students in their study. We sell the books in a soft copy, PDF format. We will do our best to
December 06, 2018 at 04:59PM by abu ahmed
https://ift.tt/2EgrZIo
Multivariable Calculus , Dan Clegg & Barbara Frank , 5th ed
solutions....@hotmail.com s o l u t i o n s . f o r . s t u d e n t @ h o t m a i l . c o m solutions(dot)for(dot)student(at)hotmail.com We're a team found for providing solution manuals to help students in their study. We sell the books in a soft copy, PDF format. We will do our best to
December 06, 2018 at 04:59PM by abu ahmed
https://ift.tt/2EgrZIo
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:
MainApp send to page depending on value?
Hi all,I am building a Flutter app and when the app starts I want to send the user to either the login page (if not yet logged in) or the Dashboard page (if logged in).Basically, the main() will just be code, no widgets. How would I accomplish this?Im imagining something like:
December 06, 2018 at 05:28PM by mightybob4611
https://ift.tt/2UleJHb
MainApp send to page depending on value?
Hi all,I am building a Flutter app and when the app starts I want to send the user to either the login page (if not yet logged in) or the Dashboard page (if logged in).Basically, the main() will just be code, no widgets. How would I accomplish this?Im imagining something like:
import 'package:flutter/material.dart'; void main() { runApp(new MaterialApp( home: new StarterPoint() )); } class StarterPoint extends StatelessWidget { final bool loggedIn = false; if (loggedIn) { Navigator.push( MaterialPageRoute(builder: (context) => Dashboard()), ); } else { Navigator.push( MaterialPageRoute(builder: (context) => Login()), ); } }Any tips?
December 06, 2018 at 05:28PM by mightybob4611
https://ift.tt/2UleJHb
reddit
r/FlutterDev - MainApp send to page depending on value?
1 vote and 2 comments so far on Reddit
New post on Flutter Dev Google group:
FloatingActionButton above new Scaffold
Hi all, I encounter a problem with a simple code. As seen in the attached capture, I have a FloatingActionButton in the first screen and this one is still appearing in a new scaffold I call with Navigator.push(). How can I make It disappear when we are not on "his" own scaffold ? Thx for your
December 06, 2018 at 06:17PM by Julien P.
https://ift.tt/2Qg2u05
FloatingActionButton above new Scaffold
Hi all, I encounter a problem with a simple code. As seen in the attached capture, I have a FloatingActionButton in the first screen and this one is still appearing in a new scaffold I call with Navigator.push(). How can I make It disappear when we are not on "his" own scaffold ? Thx for your
December 06, 2018 at 06:17PM by Julien P.
https://ift.tt/2Qg2u05
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: Detect If App Is In Background | Lifecycle event | WidgetsBindingObserve
https://youtu.be/au5mI--ql9A
December 06, 2018 at 06:01PM by RobertBrunhage
https://ift.tt/2AUQJld
Flutter: Detect If App Is In Background | Lifecycle event | WidgetsBindingObserve
https://youtu.be/au5mI--ql9A
December 06, 2018 at 06:01PM by RobertBrunhage
https://ift.tt/2AUQJld
YouTube
Flutter: Detect If App Is In Background | Lifecycle event | WidgetsBindingObserve
Course to build a production-ready app 👉 https://robertbrunhage.com/course
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https:/…
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https:/…
New post on /r/flutterdev subreddit:
Flutter Thursday 04: Beautiful List UI and Detail page (part 2)
https://ift.tt/2PkrNJj
December 06, 2018 at 07:07PM by xuaibafegbua
https://ift.tt/2zOsndd
Flutter Thursday 04: Beautiful List UI and Detail page (part 2)
https://ift.tt/2PkrNJj
December 06, 2018 at 07:07PM by xuaibafegbua
https://ift.tt/2zOsndd
Medium
Flutter Thursday 04: Beautiful List UI and Detail page (part 2)
Beautiful List UI and Detail page(
New post on /r/flutterdev subreddit:
15. Flutter e-commerce app: page routing
https://www.youtube.com/attribution_link?a=b8rTeoyznbU&u=%2Fwatch%3Fv%3DzZdbCSDlhx8%26feature%3Dshare
December 06, 2018 at 08:08PM by kibatheseven
https://ift.tt/2BUfNdP
15. Flutter e-commerce app: page routing
https://www.youtube.com/attribution_link?a=b8rTeoyznbU&u=%2Fwatch%3Fv%3DzZdbCSDlhx8%26feature%3Dshare
December 06, 2018 at 08:08PM by kibatheseven
https://ift.tt/2BUfNdP
YouTube
15. Flutter e-commerce app: page routing
in this video you are going to learn how to page route on our ecommerce app git hub: https://github.com/Santos-Enoque/flutter_ecommerce_app ============= MY ...
New post on /r/flutterdev subreddit:
Flutter Flare: Getting Started With 2D Animations
https://youtu.be/eeXdA6gow3s
December 06, 2018 at 08:36PM by imthepk
https://ift.tt/2ATEoO8
Flutter Flare: Getting Started With 2D Animations
https://youtu.be/eeXdA6gow3s
December 06, 2018 at 08:36PM by imthepk
https://ift.tt/2ATEoO8
YouTube
Flutter Flare 1.0 : Getting Started With 2D Animations
In this video, I will explain how to use flare to create awesome animations. Flare is a product of 2Dimensions.
#Flutter #Flare #2DAnimations
Please give stars for this project on git and like the video.
Source Code - https://github.com/iampawan/FlutterFlare…
#Flutter #Flare #2DAnimations
Please give stars for this project on git and like the video.
Source Code - https://github.com/iampawan/FlutterFlare…
New post on /r/flutterdev subreddit:
A month of Flutter: initial theme
https://ift.tt/2RFfGIN
December 07, 2018 at 02:56AM by abrahamwilliams
https://ift.tt/2EhqJEU
A month of Flutter: initial theme
https://ift.tt/2RFfGIN
December 07, 2018 at 02:56AM by abrahamwilliams
https://ift.tt/2EhqJEU
Bendyworks: Ruby on Rails, JavaScript, and UI/UX Design Consulting
A month of Flutter: initial theme - Bendyworks
We design and build software that stands the test of time, specializing in Ruby on Rails, JavaScript, Clojure, and Ionic.