Reddit: Flutter wrapper — bind your project to an explicit flutter release
https://ift.tt/2sjArit
Submitted May 30, 2018 at 05:45PM by Purple_Pizzazz
via reddit https://ift.tt/2xtc9rn
https://ift.tt/2sjArit
Submitted May 30, 2018 at 05:45PM by Purple_Pizzazz
via reddit https://ift.tt/2xtc9rn
Medium
Flutter wrapper — bind your project to an explicit flutter release
If you tried Flutter — starting with the Flutter install process — you have to
Reddit: How to put themes in a separate file?
I am quite new to Flutter so this is a pretty "duh" question. What I would like to do is have a custom file to manage my themes instead of sticking all my themes in the main.dart file.Currently, I have this as my theme and it works great:
Submitted May 30, 2018 at 06:31PM by gamelaunchplatform
via reddit https://ift.tt/2IYHCmq
I am quite new to Flutter so this is a pretty "duh" question. What I would like to do is have a custom file to manage my themes instead of sticking all my themes in the main.dart file.Currently, I have this as my theme and it works great:
final ThemeData _defaultTheme = _buildDefaultTheme(); ThemeData _buildDefaultTheme() { final ThemeData base = ThemeData.light(); return base.copyWith( textTheme: _buildDefaultTextTheme(base.textTheme), primaryTextTheme: _buildDefaultTextTheme(base.primaryTextTheme), accentTextTheme: _buildDefaultTextTheme(base.accentTextTheme), ); } TextTheme _buildDefaultTextTheme(TextTheme base) { return base.copyWith( headline: base.headline.copyWith( fontWeight: FontWeight.w500, ), title: base.title.copyWith( color: Colors.black, fontWeight: FontWeight.w700, fontSize: 30.0, ), caption: base.caption.copyWith( fontWeight: FontWeight.w400, fontSize: 14.0, ), body2: base.body2.copyWith( fontWeight: FontWeight.w500, fontSize: 16.0, ), ); }Unfortunately, when I try and put it into a themes.dart file and then "import 'themes.dart';", Flutter can't find _defaultTheme. What is the correct way of referencing theme file from another file? Thanks!
Submitted May 30, 2018 at 06:31PM by gamelaunchplatform
via reddit https://ift.tt/2IYHCmq
reddit
r/FlutterDev - How to put themes in a separate file?
1 votes and 1 so far on reddit
Reddit: Effective Dart -- guidelines updated for Dart 2
https://ift.tt/2wSwYI8
Submitted May 30, 2018 at 05:59PM by Darkglow666
via reddit https://ift.tt/2sqSbaL
https://ift.tt/2wSwYI8
Submitted May 30, 2018 at 05:59PM by Darkglow666
via reddit https://ift.tt/2sqSbaL
www.dartlang.org
Effective Dart
Best practices for building consistent, maintainable, efficient Dart libraries.
Reddit: flushbar | A flexible widget for user notification. Customize your text, button, duration, animations and much more!
https://ift.tt/2xdFPZa
Submitted May 30, 2018 at 10:24PM by KingBaal
via reddit https://ift.tt/2Lb7LiP
https://ift.tt/2xdFPZa
Submitted May 30, 2018 at 10:24PM by KingBaal
via reddit https://ift.tt/2Lb7LiP
Dart Packages
flushbar | Flutter Package
flushbar Flutter and Dart package - A flexible widget for user notification. Customize your text, button, duration, animations and much more. For Android devs, it is made to replace Snackbars and Toasts.
Reddit: Using Flutter to create apps intended for a Corporate Owned Single Use (COSU) device?
https://ift.tt/2LLlJcj
Submitted May 30, 2018 at 10:23PM by AchillesFoundation
via reddit https://ift.tt/2JkaMjl
https://ift.tt/2LLlJcj
Submitted May 30, 2018 at 10:23PM by AchillesFoundation
via reddit https://ift.tt/2JkaMjl
reddit
r/Flutter - Using Flutter to create apps intended for a Corporate Owned Single Use (COSU) device?
1 votes and 4 so far on reddit
Reddit: firebase_dynamic_links | Flutter plugin to use the Google Dynamic Links for Firebase API
https://ift.tt/2ky5Vgr
Submitted May 30, 2018 at 11:58PM by Purple_Pizzazz
via reddit https://ift.tt/2xpRfcB
https://ift.tt/2ky5Vgr
Submitted May 30, 2018 at 11:58PM by Purple_Pizzazz
via reddit https://ift.tt/2xpRfcB
Dart Packages
firebase_dynamic_links | Flutter Package
firebase_dynamic_links Flutter and Dart package - Flutter plugin for Google Dynamic Links for Firebase, an app solution for creating and handling links across multiple platforms.
Reddit: Develop for iOS on PC
Is is possible to develop an iOS device app and test it on PC?Is this where Emulators/Simulators come into play?What are the pros and cons?
Submitted May 31, 2018 at 01:55AM by christianbear1221
via reddit https://ift.tt/2J0ISWg
Is is possible to develop an iOS device app and test it on PC?Is this where Emulators/Simulators come into play?What are the pros and cons?
Submitted May 31, 2018 at 01:55AM by christianbear1221
via reddit https://ift.tt/2J0ISWg
reddit
r/FlutterDev - Develop for iOS on PC
1 votes and 1 so far on reddit
Reddit: How to write async code in Flutter
https://ift.tt/2IXwZ7v
Submitted May 31, 2018 at 07:24AM by Purple_Pizzazz
via reddit https://ift.tt/2H6yASD
https://ift.tt/2IXwZ7v
Submitted May 31, 2018 at 07:24AM by Purple_Pizzazz
via reddit https://ift.tt/2H6yASD
Musings of an Android App Software Developer
How to write async code in Flutter - Musings of an Android App Software Developer
You may have heard that Dart is single threaded. Coming from a Java/Android background, it can be confusing. How do you handle async code? What concept replaces Android’s AsyncTask and Java’s threads? And how do you implement a callback? The concept is called Futures.…
Reddit: Flutter: Let's Flutter Live Quiz | It's fun
https://youtu.be/hBoIkxhd3kk
Submitted May 31, 2018 at 08:01AM by imthepk
via reddit https://ift.tt/2H5r4HT
https://youtu.be/hBoIkxhd3kk
Submitted May 31, 2018 at 08:01AM by imthepk
via reddit https://ift.tt/2H5r4HT
YouTube
Flutter: Let's Flutter Live Quiz | It's fun
Introducing the first live Let's Flutter quiz for all the developers 😁 on Sunday, June 03, 2018. It will be a great learning for everyone and winners will also get a surprise gift. It's a totally win-win game and first of it's kind. Registrations starting…
Reddit: FlutterIcon - Flutter icon font generator
http://fluttericon.com/
Submitted May 31, 2018 at 08:34AM by Purple_Pizzazz
via reddit https://ift.tt/2IXOAvX
http://fluttericon.com/
Submitted May 31, 2018 at 08:34AM by Purple_Pizzazz
via reddit https://ift.tt/2IXOAvX
Fluttericon
FlutterIcon - Flutter custom icons generator
Build a truetype font for use with Flutter with the necessary Dart code to use within your apps.
GGroup: rstp/rtmp video player?
Hi. I found flutter video_player based on AVPlayer in IOS, which does not support rtsp url. Can anyone help me know how to play a video with format like 'rstp/rtmp' in flutter?
Submitted May 31, 2018 at 11:08AM by thehegeo...@gmail.com
via Flutter Dev https://ift.tt/2xsduPd
Hi. I found flutter video_player based on AVPlayer in IOS, which does not support rtsp url. Can anyone help me know how to play a video with format like 'rstp/rtmp' in flutter?
Submitted May 31, 2018 at 11:08AM by thehegeo...@gmail.com
via Flutter Dev https://ift.tt/2xsduPd
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.
GGroup: Sending Form Data to Email
Hi there, I would like to create a contact form and would like to know: How to send data from a contact form to my email? Is there any working exemple? thank you.
Submitted May 31, 2018 at 12:51PM by J M
via Flutter Dev https://ift.tt/2L7s1lg
Hi there, I would like to create a contact form and would like to know: How to send data from a contact form to my email? Is there any working exemple? thank you.
Submitted May 31, 2018 at 12:51PM by J M
via Flutter Dev https://ift.tt/2L7s1lg
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.
GGroup: Without user interaction how to navigate a second page?
Hi, Without using swipe, ontap, oppressed, and gesture how to navigate a second page? I have a main.dart (MyHomePage) and I have another 2 page as second.dart and third.dart. In main.dart I have to load json data using Future. Based on the data I need to navigate user automatically to
Submitted May 31, 2018 at 01:26PM by Niyazi Toros
via Flutter Dev https://ift.tt/2LNvpTw
Hi, Without using swipe, ontap, oppressed, and gesture how to navigate a second page? I have a main.dart (MyHomePage) and I have another 2 page as second.dart and third.dart. In main.dart I have to load json data using Future. Based on the data I need to navigate user automatically to
Submitted May 31, 2018 at 01:26PM by Niyazi Toros
via Flutter Dev https://ift.tt/2LNvpTw
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.
GGroup: Sharing code on iOS, Android and Web
Hello, I'm not sure if it is a Dart or a Flutter question, so I try it here first :-) I want to share my Dart code for Flutter and for a Dart-Web app, like https://ift.tt/2G6VdqZ But I have problems to get the web app running :-(
Submitted May 31, 2018 at 01:36PM by Ralph Bergmann
via Flutter Dev https://ift.tt/2szW7q3
Hello, I'm not sure if it is a Dart or a Flutter question, so I try it here first :-) I want to share my Dart code for Flutter and for a Dart-Web app, like https://ift.tt/2G6VdqZ But I have problems to get the web app running :-(
Submitted May 31, 2018 at 01:36PM by Ralph Bergmann
via Flutter Dev https://ift.tt/2szW7q3
Medium
Sharing code on iOS, Android and Web
Cross-platform application development has a long history. But at AppTree, we’ve chosen to stick to native development for our…
GGroup: Navigate to new screen with MaterialPageRoute, disable swipe from left to right to return
Hi, I have the Navigator to open a new screen with MaterialPageRoute. Everything is working as expected. From the new screen you can use Navigator.pop to return to the previous screen, but you can also swipe from left to right. I would like to turn off the swipe from left to right. Is that
Submitted May 31, 2018 at 02:52PM by Marc Andrew
via Flutter Dev https://ift.tt/2L5D8Li
Hi, I have the Navigator to open a new screen with MaterialPageRoute. Everything is working as expected. From the new screen you can use Navigator.pop to return to the previous screen, but you can also swipe from left to right. I would like to turn off the swipe from left to right. Is that
Submitted May 31, 2018 at 02:52PM by Marc Andrew
via Flutter Dev https://ift.tt/2L5D8Li
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.
GGroup: Flutter build folder location
Does anyone know if there is a way to change the location of the build folder?
Submitted May 31, 2018 at 04:30PM by Claudio Kloss
via Flutter Dev https://ift.tt/2J6q3km
Does anyone know if there is a way to change the location of the build folder?
Submitted May 31, 2018 at 04:30PM by Claudio Kloss
via Flutter Dev https://ift.tt/2J6q3km
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.
Reddit: “Flutter is awesome, but where do I start learning?”
https://ift.tt/2J2jzmz
Submitted May 31, 2018 at 05:52PM by tanejarohan
via reddit https://ift.tt/2LJnp5M
https://ift.tt/2J2jzmz
Submitted May 31, 2018 at 05:52PM by tanejarohan
via reddit https://ift.tt/2LJnp5M
Medium
“Flutter is awesome, but where do I start learning?”
A list of the best resources to learn Flutter
Reddit: Flutter bottom navbar | A clean sample code.
I'm trying to learn Flutter by reading source code as main material since blog posts and articles are still missing. I was trying to achieve a navbar with the navigation in different views, the problem is the code provided by the flutter team in the gallery is convoluted with unnecessary animations codes hiding the real intent. It's kinda hard to follow, is there a clean bottom navbar code with screen navigations somewhere ?
Submitted May 31, 2018 at 07:54PM by TheOSM
via reddit https://ift.tt/2svlNUn
I'm trying to learn Flutter by reading source code as main material since blog posts and articles are still missing. I was trying to achieve a navbar with the navigation in different views, the problem is the code provided by the flutter team in the gallery is convoluted with unnecessary animations codes hiding the real intent. It's kinda hard to follow, is there a clean bottom navbar code with screen navigations somewhere ?
Submitted May 31, 2018 at 07:54PM by TheOSM
via reddit https://ift.tt/2svlNUn
reddit
r/FlutterDev - Flutter bottom navbar | A clean sample code.
1 votes and 1 so far on reddit
Reddit: Should I use Flutter for my next project? (I'm a baby dev)
I am relatively new to app development, I recently developed my first app on the Android platform, it's a Tinder-like application, swipable card layouts to match users of a common interest, I built it with Android Studio and Firebase. I want to start development on an iOS version, and during my research Flutter caught my attention. From what I've seen so far, it looks like the perfect tool for the job, there are a lot of sample apps built with it that showcase social media tasks done beautifully and are cross-platform. However, I am a bit hesitant, the pros are obviously I get to build an iOS version of my app while re-doing my Android version more aesthetically, the cons are I am a new dev and there isn't much info on this platform just yet. Should I bite the bullet and learn me some Swift? Or should I give Flutter a go?
Submitted May 31, 2018 at 08:45PM by whomstdid911
via reddit https://ift.tt/2slAZEj
I am relatively new to app development, I recently developed my first app on the Android platform, it's a Tinder-like application, swipable card layouts to match users of a common interest, I built it with Android Studio and Firebase. I want to start development on an iOS version, and during my research Flutter caught my attention. From what I've seen so far, it looks like the perfect tool for the job, there are a lot of sample apps built with it that showcase social media tasks done beautifully and are cross-platform. However, I am a bit hesitant, the pros are obviously I get to build an iOS version of my app while re-doing my Android version more aesthetically, the cons are I am a new dev and there isn't much info on this platform just yet. Should I bite the bullet and learn me some Swift? Or should I give Flutter a go?
Submitted May 31, 2018 at 08:45PM by whomstdid911
via reddit https://ift.tt/2slAZEj
reddit
r/FlutterDev - Should I use Flutter for my next project? (I'm a baby dev)
0 votes and 0 so far on reddit
Reddit: Asset/Inventory Management Apps in Record Time with Flutter
https://ift.tt/2IWZ0fk
Submitted May 31, 2018 at 08:34PM by Elixane
via reddit https://ift.tt/2xyUdeY
https://ift.tt/2IWZ0fk
Submitted May 31, 2018 at 08:34PM by Elixane
via reddit https://ift.tt/2xyUdeY
SHOCKOE
Asset/Inventory Management Apps in Record Time with Flutter | SHOCKOE
Building an asset/inventory management apps in record time with Flutter. This post includes a fully functioning Node.js backend as well — ensuring you successfully deliver your message and content to your users.
Reddit: Flutter Instagram Ui Clone.
https://ift.tt/2sqtETa
Submitted May 31, 2018 at 08:55PM by imthepk
via reddit https://ift.tt/2J1q2Cr
https://ift.tt/2sqtETa
Submitted May 31, 2018 at 08:55PM by imthepk
via reddit https://ift.tt/2J1q2Cr
GitHub
iampawan/Flutter-Instagram-UI-Clone
Flutter-Instagram-UI-Clone - Instagram Ui Clone made using Flutter.