GGroup: Does Transform widget scales Text smoothly without causing jagged edges ?
Does Transform widget scales Text smoothly without causing jagged edges ? Sample code: new Transform( transform: new Matrix4.identity()..scale(s, s, s), alignment: FractionalOffset.topLeft, child: new Text("Scale = " + s.toString()), ) It scales the text smoothly in my android phone.
Submitted March 12, 2018 at 09:11PM by Sreenath N
via Flutter Dev http://ift.tt/2DmZFPI
Does Transform widget scales Text smoothly without causing jagged edges ? Sample code: new Transform( transform: new Matrix4.identity()..scale(s, s, s), alignment: FractionalOffset.topLeft, child: new Text("Scale = " + s.toString()), ) It scales the text smoothly in my android phone.
Submitted March 12, 2018 at 09:11PM by Sreenath N
via Flutter Dev http://ift.tt/2DmZFPI
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: Best way to style Material forms?
Hello, I am trying to figure out how to change the color of text field lines and their label. The only property on InputDecoration that seemed related to this was the fillcolor property, but assigning it a color did not seem to have any observable effect. Here is my code in case anyone has
Submitted March 12, 2018 at 11:19PM by ez...@sightworks.com
via Flutter Dev http://ift.tt/2p99M5z
Hello, I am trying to figure out how to change the color of text field lines and their label. The only property on InputDecoration that seemed related to this was the fillcolor property, but assigning it a color did not seem to have any observable effect. Here is my code in case anyone has
Submitted March 12, 2018 at 11:19PM by ez...@sightworks.com
via Flutter Dev http://ift.tt/2p99M5z
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 intro at Scale16x with Randal L. Schwartz and Wm Leler
https://www.youtube.com/watch?v=O7TXamVRSbY&feature=youtu.be
Submitted March 13, 2018 at 01:10AM by KingBaal
via reddit http://ift.tt/2IlIa61
https://www.youtube.com/watch?v=O7TXamVRSbY&feature=youtu.be
Submitted March 13, 2018 at 01:10AM by KingBaal
via reddit http://ift.tt/2IlIa61
YouTube
Flutter intro at Scale16x with Randal L. Schwartz and Wm Leler
Randal Schwartz and Wm Leler present an intro to Flutter, Google's SDK for developing beautiful performant applications for iOS and Android. Includes a live ...
Reddit: Building a Drag and Drop Application with Flutter
https://youtu.be/On2Oew0NdGo
Submitted March 13, 2018 at 12:39AM by Purple_Pizzazz
via reddit http://ift.tt/2FwU1k1
https://youtu.be/On2Oew0NdGo
Submitted March 13, 2018 at 12:39AM by Purple_Pizzazz
via reddit http://ift.tt/2FwU1k1
YouTube
Building a Drag and Drop Application with Dart's Flutter Framework
In this tutorial, we look at how we can make widgets that drag items and drop them onto other widgets.
Source Code: https://github.com/tensor-programming/Flutter_Drag_Tutorial
Source Code: https://github.com/tensor-programming/Flutter_Drag_Tutorial
GGroup: Breaking Change: --preview-dart-2 turned on by default
What is changing? tldr: As part of Dart 2 release, we will be enabling --preview-dart-2 by default. This will cause some breakages due to stricter Dart type enforcement. The change is expected in master in the next few days, and will likely be propagated to our next beta channel build.
Submitted March 13, 2018 at 06:20AM by Leaf Petersen
via Flutter Dev http://ift.tt/2tHqOx3
What is changing? tldr: As part of Dart 2 release, we will be enabling --preview-dart-2 by default. This will cause some breakages due to stricter Dart type enforcement. The change is expected in master in the next few days, and will likely be propagated to our next beta channel build.
Submitted March 13, 2018 at 06:20AM by Leaf Petersen
via Flutter Dev http://ift.tt/2tHqOx3
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: How to make dart Widgets fully transparent to see platform native view under FlutterView?
I want to create a video chat app, using some platform native SDK like WebRTC to implement the video part, using flutter to implement other interactivity, how could I achieve that? In Android, I try to hook the createFlutterView method, create a FrameLayout to hold the FlutterView and other
Submitted March 13, 2018 at 07:05AM by Piasy Xu
via Flutter Dev http://ift.tt/2tDZcZI
I want to create a video chat app, using some platform native SDK like WebRTC to implement the video part, using flutter to implement other interactivity, how could I achieve that? In Android, I try to hook the createFlutterView method, create a FrameLayout to hold the FlutterView and other
Submitted March 13, 2018 at 07:05AM by Piasy Xu
via Flutter Dev http://ift.tt/2tDZcZI
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 - Material Design Widgets | Tabs | BottomNavigationBar | Stepper | Snackbar etc. (video tutorial)
https://www.youtube.com/watch?v=5_zQ6rjv00s
Submitted March 13, 2018 at 06:27AM by imthepk
via reddit http://ift.tt/2FOX46w
https://www.youtube.com/watch?v=5_zQ6rjv00s
Submitted March 13, 2018 at 06:27AM by imthepk
via reddit http://ift.tt/2FOX46w
YouTube
Flutter - Material Design Widgets | Tabs | BottomNavigationBar | Stepper | Snackbar etc.
In this crash course for Flutter, I'll guide you through the creation of multiple useful material design widgets that can be very productive during development.
We will cover snackbars, dialogs, tabs , stepper, bottom navigation bar, app bar and floating…
We will cover snackbars, dialogs, tabs , stepper, bottom navigation bar, app bar and floating…
Reddit: Good flutter app structure
Any good flutterio app structures that scales well over time? Used the mantra way on reactjs and tend to do so here, too.https://medium.com/wertarbyte/structure-your-react-apps-the-mantra-way-3a831ffd1580
Submitted March 13, 2018 at 10:01AM by Saschb2b
via reddit http://ift.tt/2p6jTbV
Any good flutterio app structures that scales well over time? Used the mantra way on reactjs and tend to do so here, too.https://medium.com/wertarbyte/structure-your-react-apps-the-mantra-way-3a831ffd1580
Submitted March 13, 2018 at 10:01AM by Saschb2b
via reddit http://ift.tt/2p6jTbV
Medium
Structure your react apps the mantra way
The holy grail of discussion is what is the best way to structure your project. The answer is, there is none. But here is one I fell in…
GGroup: Is there any architecture pattern?
Hi guys I would like to know about any coding pattern to follow ? Like we have in native android - MVP, MVVM? Consider app like all CRUD operations from server ? Thanks. also join this if anyone interested Check my latest video on flutter : https://www.youtube.com/watch?v=x_E4otuegDU
Submitted March 13, 2018 at 12:18PM by Gajjar
via Flutter Dev http://ift.tt/2p4pIXB
Hi guys I would like to know about any coding pattern to follow ? Like we have in native android - MVP, MVVM? Consider app like all CRUD operations from server ? Thanks. also join this if anyone interested Check my latest video on flutter : https://www.youtube.com/watch?v=x_E4otuegDU
Submitted March 13, 2018 at 12:18PM by Gajjar
via Flutter Dev http://ift.tt/2p4pIXB
YouTube
Flutter Marks Calculation Demo
code : https://github.com/kanulp/FlutterProjects/tree/master/FlutterMarksDemo Hello Guys, My name is Karan Gajjar. ) Welcome to my channel tagline is mention...
Reddit: Dynamically add/remove tabs
I decided to play around with flutter and looks like i am stuck with pretty basic thing. I have a widget which shows tabs and i have a button 'Create new tab' which suppose to add new tab. So i made a stateless widget and just pass items down. But for a some reason TabController uses only initial value.I checked sources and find out that DefaultTabController is StatefulWidget so it creates state only once and never changes it. So looks like it does not matter how many time you do new YourStatefullWidget you will get only one instance of state.
Submitted March 13, 2018 at 12:10PM by _KillaBee_
via reddit http://ift.tt/2tJmjC7
I decided to play around with flutter and looks like i am stuck with pretty basic thing. I have a widget which shows tabs and i have a button 'Create new tab' which suppose to add new tab. So i made a stateless widget and just pass items down. But for a some reason TabController uses only initial value.I checked sources and find out that DefaultTabController is StatefulWidget so it creates state only once and never changes it. So looks like it does not matter how many time you do new YourStatefullWidget you will get only one instance of state.
class MyTabsPage extends StatelessWidget { List<Icon> items; MyTabsPage({ this.items }); @override Widget build(BuildContext context) { return new DefaultTabController( length: items.length, child: new _TabsWidget(items: items) ); } } class _TabsWidget extends StatelessWidget { List<Icon> items; _TabsWidget({ this.items }); @override Widget build(BuildContext context) { TabController controller = DefaultTabController.of(context); print('Items count: ' + controller.length.toString()); // Shows only initial amount of tabs return new TabPageSelector(controller: controller); // Renders only initial amout of tabs } }
Submitted March 13, 2018 at 12:10PM by _KillaBee_
via reddit http://ift.tt/2tJmjC7
reddit
Dynamically add/remove tabs • r/FlutterDev
I decided to play around with flutter and looks like i am stuck with pretty basic thing. I have a widget which shows tabs and i have a button...
Reddit: Contact Picker
I am using contact_picker for to get the contacts, but while click back option in app, app was closed, so how to set the back operation in contact_picker app?
Submitted March 13, 2018 at 01:18PM by EphronKarthick
via reddit http://ift.tt/2Fxz6wZ
I am using contact_picker for to get the contacts, but while click back option in app, app was closed, so how to set the back operation in contact_picker app?
Submitted March 13, 2018 at 01:18PM by EphronKarthick
via reddit http://ift.tt/2Fxz6wZ
reddit
Contact Picker • r/FlutterDev
I am using contact_picker for to get the contacts, but while click back option in app, app was closed, so how to set the back operation in...
Reddit: Flutter - Redux Tutorial + Testing | Flutter Redux | Redux Dart (Video Tutorial)
https://www.youtube.com/watch?v=X8B-UzqEaWc&feature=youtu.be
Submitted March 13, 2018 at 01:56PM by imthepk
via reddit http://ift.tt/2FBbvvi
https://www.youtube.com/watch?v=X8B-UzqEaWc&feature=youtu.be
Submitted March 13, 2018 at 01:56PM by imthepk
via reddit http://ift.tt/2FBbvvi
YouTube
Flutter - Redux Tutorial + Testing | Flutter Redux | Redux Dart
In this crash course for Flutter, In this video, we'll start with a basic Counter Widget, building up to a complex app with shared state across multiple scre...
GGroup: Handling of Open Issues and Pull Request in Flutter
Hi Team, I could see lot of issues are still open without any labels. I am not asking about the solution to the issues.. but the proper labelling and comments from the team will help for filtering and searching. I am not sure if Team looks on these issues on a daily basis. Only few issues gets
Submitted March 13, 2018 at 05:23PM by Purusothaman Ramanujam
via Flutter Dev http://ift.tt/2FGgTJN
Hi Team, I could see lot of issues are still open without any labels. I am not asking about the solution to the issues.. but the proper labelling and comments from the team will help for filtering and searching. I am not sure if Team looks on these issues on a daily basis. Only few issues gets
Submitted March 13, 2018 at 05:23PM by Purusothaman Ramanujam
via Flutter Dev http://ift.tt/2FGgTJN
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: What is the equivalent to ColorFilter for Image Carousels?
I have implemented ColorFilter on static background images to create a dark mask. However, I can't seem to apply this same technique to background image carousels. I can use the Opacity Widget as an alternative, but this requires me to change the background color to black (so it's not a mask,
Submitted March 13, 2018 at 06:14PM by ez...@sightworks.com
via Flutter Dev http://ift.tt/2HsFhik
I have implemented ColorFilter on static background images to create a dark mask. However, I can't seem to apply this same technique to background image carousels. I can use the Opacity Widget as an alternative, but this requires me to change the background color to black (so it's not a mask,
Submitted March 13, 2018 at 06:14PM by ez...@sightworks.com
via Flutter Dev http://ift.tt/2HsFhik
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: Article about how Flutter's hot reload scales to really big apps
http://ift.tt/2DoyjJ4
Submitted March 13, 2018 at 06:21PM by wmleler
via reddit http://ift.tt/2IkBLbc
http://ift.tt/2DoyjJ4
Submitted March 13, 2018 at 06:21PM by wmleler
via reddit http://ift.tt/2IkBLbc
Medium
Flutter’s hot reload is so hot right now.
Testing how Flutter’s hot reload scales up.
GGroup: Performance of MediaQuery.of(context).size
How fast is invoking MediaQuery.of(context).size ? Is it a fast lookup call to a variable in memory in Dart realm or is it a slow lookup to native api using platform channel ?
Submitted March 13, 2018 at 07:35PM by Sreenath N
via Flutter Dev http://ift.tt/2HuUpvK
How fast is invoking MediaQuery.of(context).size ? Is it a fast lookup call to a variable in memory in Dart realm or is it a slow lookup to native api using platform channel ?
Submitted March 13, 2018 at 07:35PM by Sreenath N
via Flutter Dev http://ift.tt/2HuUpvK
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: Sample Apps using Multi Service Firebase Auth
Can you please point me to an example or tutorial which deals with multi-services login(email, facebook, google) using Firebase Auth? I am trying to learn how to deal with authentication and show screens based on that.
Submitted March 13, 2018 at 07:41PM by PurusR
via reddit http://ift.tt/2FFiks2
Can you please point me to an example or tutorial which deals with multi-services login(email, facebook, google) using Firebase Auth? I am trying to learn how to deal with authentication and show screens based on that.
Submitted March 13, 2018 at 07:41PM by PurusR
via reddit http://ift.tt/2FFiks2
reddit
Sample Apps using Multi Service Firebase Auth • r/FlutterDev
Can you please point me to an example or tutorial which deals with multi-services login(email, facebook, google) using Firebase Auth? I am trying...
Reddit: ComboBoxes in Flutter
http://ift.tt/2Il6zbX
Submitted March 14, 2018 at 12:27AM by Purple_Pizzazz
via reddit http://ift.tt/2IlhW3w
http://ift.tt/2Il6zbX
Submitted March 14, 2018 at 12:27AM by Purple_Pizzazz
via reddit http://ift.tt/2IlhW3w
Medium
ComboBoxes in Flutter
In android we have Spinners, in iOS UIPickerView, but what about flutter?
Reddit: Building a Hero Animation and an Application Drawer in Flutter
https://www.youtube.com/watch?v=GYGXcCzUnHE
Submitted March 14, 2018 at 12:26AM by Purple_Pizzazz
via reddit http://ift.tt/2pc7v9M
https://www.youtube.com/watch?v=GYGXcCzUnHE
Submitted March 14, 2018 at 12:26AM by Purple_Pizzazz
via reddit http://ift.tt/2pc7v9M
YouTube
Building a Hero Animation and an Application Drawer in Dart's Flutter Framework (re-uploaded)
In this tutorial, we look at how we can make widgets that drag items and drop them onto other widgets. Source Code: https://github.com/tensor-programming/Flu...
GGroup: Couchbase Flutter
Hi, is their any package for CouchBase that we can use in Flutter? Best regards
Submitted March 14, 2018 at 11:10AM by Rhino Kharagne
via Flutter Dev http://ift.tt/2Do2mR3
Hi, is their any package for CouchBase that we can use in Flutter? Best regards
Submitted March 14, 2018 at 11:10AM by Rhino Kharagne
via Flutter Dev http://ift.tt/2Do2mR3
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.