New post on Flutter Dev Google group:
Unable to download Flutter(Help post)
The download link is not generating every time I trying to download it(marked in the screenshot). Any solution?
May 08, 2020 at 11:14AM by Tawhidur Noor Badhan
https://ift.tt/2SOLXjb
Unable to download Flutter(Help post)
The download link is not generating every time I trying to download it(marked in the screenshot). Any solution?
May 08, 2020 at 11:14AM by Tawhidur Noor Badhan
https://ift.tt/2SOLXjb
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:
I released a Flutter Library for Toast like Badge Message.
A flutter package (library) called `toast_badge` is live now.It can show info badge on any widget and can be called like Toast without context parameter from anywhere in the app.To use it, wrap your widget inside
May 08, 2020 at 11:04AM by erluxman
https://ift.tt/2zkAvVs
I released a Flutter Library for Toast like Badge Message.
A flutter package (library) called `toast_badge` is live now.It can show info badge on any widget and can be called like Toast without context parameter from anywhere in the app.To use it, wrap your widget inside
ToastBadge
a. Just Wrap any Widget with ToastBadge() like thischild: ToastBadge(child: SettingPage(),),
b. You can also use the extension method .enableBadge()
on any Widget:child: SettingPage().enableBadge(),
Finally, call ToastBadge.show()
from anywhere in the app.ToastBadge.show("Hello Toast");
This was released as my day 33 of 100 Days of Flutter.You can find daily post on this thread :https://twitter.com/erluxman/status/1246608678486065152See the library here :https://github.com/erluxman/toast_badge#day33 #100DaysofFlutter #flutterdevMay 08, 2020 at 11:04AM by erluxman
https://ift.tt/2zkAvVs
Twitter
Laxman
[Thread] From today I will be doing a #100DaysofFlutter series where I will be posting Flutter tips and tricks daily. erluxman.com/00002-100-days…
New post on /r/flutterdev subreddit:
Drag and drop to sort video tutorial in #flutter
https://youtu.be/l5pjmhWpdmI
May 08, 2020 at 11:54AM by turcuciprian1
https://ift.tt/3betCCr
Drag and drop to sort video tutorial in #flutter
https://youtu.be/l5pjmhWpdmI
May 08, 2020 at 11:54AM by turcuciprian1
https://ift.tt/3betCCr
YouTube
Flutter - Drag and drop to sort
This is a live coding video where we implement a drag and drop sortable functionality in flutter using only the flutter SDK and core flutter widgets, namely the ReorderableListView widget.
Github: https://github.com/turcuciprian/coding_with_cip_video_app…
Github: https://github.com/turcuciprian/coding_with_cip_video_app…
New post on Flutter Dev Google group:
center a widget specific for android devicec?
hi guys . i need to move my text inside the appbar specific for android . the position on ios is good but on android its to close to the left. does anyone know how to? thanks in advenced appBar: AppBar( title: Text( 'My Logo ', style: GoogleFonts.handlee( color: Colors.white,
May 08, 2020 at 12:22PM by Error Place
https://ift.tt/3dwpuPP
center a widget specific for android devicec?
hi guys . i need to move my text inside the appbar specific for android . the position on ios is good but on android its to close to the left. does anyone know how to? thanks in advenced appBar: AppBar( title: Text( 'My Logo ', style: GoogleFonts.handlee( color: Colors.white,
May 08, 2020 at 12:22PM by Error Place
https://ift.tt/3dwpuPP
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 Developer Certificate
Hi, Is there any official certification for flutter? If not, will there be any in the near future? Thanks
May 08, 2020 at 12:25PM by Cheenu soni
https://ift.tt/3fvRXa7
Flutter Developer Certificate
Hi, Is there any official certification for flutter? If not, will there be any in the near future? Thanks
May 08, 2020 at 12:25PM by Cheenu soni
https://ift.tt/3fvRXa7
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:
Background Service
how to call api in background using platform channel in flutter
May 08, 2020 at 01:05PM by navtej singh
https://ift.tt/2SOtFyn
Background Service
how to call api in background using platform channel in flutter
May 08, 2020 at 01:05PM by navtej singh
https://ift.tt/2SOtFyn
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:
Firebase Authentication
How many authentications can my app get using a free firebase account
May 08, 2020 at 01:23PM by mel-hadj
https://ift.tt/35I67As
Firebase Authentication
How many authentications can my app get using a free firebase account
May 08, 2020 at 01:23PM by mel-hadj
https://ift.tt/35I67As
reddit
Firebase Authentication
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Flutter Tutorial | The Complete Beginner’s Guide
https://ift.tt/2YLHnGe
May 08, 2020 at 01:15PM by Elixane
https://ift.tt/3dsLN8V
Flutter Tutorial | The Complete Beginner’s Guide
https://ift.tt/2YLHnGe
May 08, 2020 at 01:15PM by Elixane
https://ift.tt/3dsLN8V
Himdeve development
Google Flutter Tutorial for Beginners | Flutter Crash Course
Imagine a toolkit for crafting beautiful, effective, natively compiled and fast cross-platform mobile applications (Android & iOS) in an easy way - Flutter
New post on Flutter Dev Google group:
type int is not a subtype of type widget
hi guys. been trying to return this _weekNumber(DateTime date) { int dayOfYear = int.parse(DateFormat("D").format(date)); return ((dayOfYear - date.weekday + 10) / 7).floor(); } and something goes wrong , getting the error above. anyone knows what i am doing wrong? child: Container(
May 08, 2020 at 01:23PM by Error Place
https://ift.tt/2yG8d7P
type int is not a subtype of type widget
hi guys. been trying to return this _weekNumber(DateTime date) { int dayOfYear = int.parse(DateFormat("D").format(date)); return ((dayOfYear - date.weekday + 10) / 7).floor(); } and something goes wrong , getting the error above. anyone knows what i am doing wrong? child: Container(
May 08, 2020 at 01:23PM by Error Place
https://ift.tt/2yG8d7P
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:
Get your device info in flutter and show it in your app - tutorial
https://youtu.be/vfbdlC0tPhM
May 08, 2020 at 01:43PM by turcuciprian1
https://ift.tt/3be40FP
Get your device info in flutter and show it in your app - tutorial
https://youtu.be/vfbdlC0tPhM
May 08, 2020 at 01:43PM by turcuciprian1
https://ift.tt/3be40FP
YouTube
Flutter - Get device info
A tutorial on how to get your device info in flutter using the package device_info. The tutorial is made for android but iOS code is similar, just needs to be changed in specific places.
Github: https://github.com/turcuciprian/coding_with_cip_video_apps…
Github: https://github.com/turcuciprian/coding_with_cip_video_apps…
New post on /r/flutterdev subreddit:
About flutter app and flickering
Hi I am working on Flutter and developing few apps. I have not tested on real device....Just using Genymotion emulator.The problem is whenever UI of my app updates (I developed a quiz app), I see that previous UI pr element (question) moving on the screen and another one coming. Does this happen?I don't think it is cool to see flickering. Does it happen just in emulator or it is how flutter app works?
May 08, 2020 at 02:44PM by milanpoudel
https://ift.tt/2WAl3wo
About flutter app and flickering
Hi I am working on Flutter and developing few apps. I have not tested on real device....Just using Genymotion emulator.The problem is whenever UI of my app updates (I developed a quiz app), I see that previous UI pr element (question) moving on the screen and another one coming. Does this happen?I don't think it is cool to see flickering. Does it happen just in emulator or it is how flutter app works?
May 08, 2020 at 02:44PM by milanpoudel
https://ift.tt/2WAl3wo
reddit
About flutter app and flickering
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Bottomnavigationbar
https://youtu.be/jHKHX959V20
May 08, 2020 at 02:21PM by TheTechDesigner
https://ift.tt/2Wda6lq
Bottomnavigationbar
https://youtu.be/jHKHX959V20
May 08, 2020 at 02:21PM by TheTechDesigner
https://ift.tt/2Wda6lq
YouTube
Flutter Widget | 30 | 5. BottomNavigationBar | FFNavigationBar, items, theme | Speed Code
#TheTechDesigner
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
#bottomNavigationBar #FFNavigationBarTheme #FFNavigationBar #theme #barBackgroundColor #selectedItemBorderColor #selectedItemBackgroundColor #selectedItemIconColor…
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
#bottomNavigationBar #FFNavigationBarTheme #FFNavigationBar #theme #barBackgroundColor #selectedItemBorderColor #selectedItemBackgroundColor #selectedItemIconColor…
New post on /r/flutterdev subreddit:
Stuck at Running Gradle task 'assembledebug' .....
So i am getting this on android studio , when trying to run the main.dart file .
May 08, 2020 at 03:25PM by whitewolf890
https://ift.tt/35OcHFF
Stuck at Running Gradle task 'assembledebug' .....
So i am getting this on android studio , when trying to run the main.dart file .
May 08, 2020 at 03:25PM by whitewolf890
https://ift.tt/35OcHFF
reddit
Stuck at Running Gradle task 'assembledebug' .....
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Flutter 1.17, Dart 2.8, Storyboard package and FlutterPen of the Week - Flutter News
https://youtu.be/ZUnonHLotDY
May 08, 2020 at 03:08PM by MyracleDesign
https://ift.tt/2xPzYKY
Flutter 1.17, Dart 2.8, Storyboard package and FlutterPen of the Week - Flutter News
https://youtu.be/ZUnonHLotDY
May 08, 2020 at 03:08PM by MyracleDesign
https://ift.tt/2xPzYKY
YouTube
Flutter 1.17, Dart 2.8, Storyboard package and FlutterPen of the Week - Flutter News
In this episode of #FlutterNews, we want to speak about the new Flutter #Release 1.17 and the latest update for Dart 2.8. Additionally, I want to introduce you to the Flutter package "Storyboard", from Rody Davis, that could change the development lifecycle.…
New post on Flutter Dev Google group:
geolocation with firebase/ firestore
hi guys. has anyone used the geolocation packages before? i am stuck here. i Am getting the lat & lng of Chosenplace but i cant write it inside Database. this is my serachMapPlaceWidget SearchMapPlaceWidget( darkMode: true, placeType: PlaceType.establishment, language: 'se', apiKey:
May 08, 2020 at 03:37PM by Error Place
https://ift.tt/3cgIphk
geolocation with firebase/ firestore
hi guys. has anyone used the geolocation packages before? i am stuck here. i Am getting the lat & lng of Chosenplace but i cant write it inside Database. this is my serachMapPlaceWidget SearchMapPlaceWidget( darkMode: true, placeType: PlaceType.establishment, language: 'se', apiKey:
May 08, 2020 at 03:37PM by Error Place
https://ift.tt/3cgIphk
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:
Help influence Flutter Sound
https://ift.tt/2WAKXQE
May 08, 2020 at 04:56PM by bsutto
https://ift.tt/2YLzUqH
Help influence Flutter Sound
https://ift.tt/2WAKXQE
May 08, 2020 at 04:56PM by bsutto
https://ift.tt/2YLzUqH
GitHub
[HELP] Petition to keep Flutter Sound as a free project · Issue #349 · dooboolab/flutter_sound
Petition to keep Flutter Sound as a free project We (the Flutter Sound developers and users) are very concerned by the apparent attempt of someone (@bsutton ) and his private company to take contro...
New post on Flutter Dev Google group:
Flutter refresh list calling function from other class
Hello I want to build comments with refresh indicator but I get the below error, I am calling the function from class modalcomments.dart and the fuction is in the home.dart, if I try to add the full function in the modalcomments.dart again I get the below error home.dart getComments(postid)
May 08, 2020 at 04:51PM by Evripides Kyriacou
https://ift.tt/2zjTdMX
Flutter refresh list calling function from other class
Hello I want to build comments with refresh indicator but I get the below error, I am calling the function from class modalcomments.dart and the fuction is in the home.dart, if I try to add the full function in the modalcomments.dart again I get the below error home.dart getComments(postid)
May 08, 2020 at 04:51PM by Evripides Kyriacou
https://ift.tt/2zjTdMX
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:
<b>Pass Args to Widget Build</b>
Hey all, first post and started with flutter yesterday.I have created the below which I call using; ProductTile()The code renders a box that contains product information, an image etc, along with an increment counter which adjusts itself as buttons - or + are pressed. (this will eventually be quantity to add to basket).My problem is that it is all hard coded, I need to figure out how to make this dynamic.Am i not able to force this to take an argument and pass the argument when i call the function / builder (not sure). i.e..ProductTile(<Product>)<Product> Would be json format? Is this doable or am i barking up the wrong tree with Flutters workings?<pre>import 'package:flutter/material.dart'; class ProductTile extends StatefulWidget { @override _ProductTileState createState() => _ProductTileState(); } class _ProductTileState extends State<ProductTile> { int _counter = 0; void _incrementAdd() { setState(() { _counter++; }); } void _incrementSubtract() { setState(() { if (_counter > 0) { _counter--; } }); } void _basketAdd() { setState(() { _counter = 0; }); } @override Widget build(BuildContext context) { return Padding( padding: EdgeInsets.only(bottom: 10.0), child: Container( padding: const EdgeInsets.all(10), height: 350, decoration: BoxDecoration( color: Colors.white, borderRadius: BorderRadius.all(Radius.circular(15)), boxShadow: [ BoxShadow( color: Colors.grey, offset: Offset(-1, 1), blurRadius: 5, ), ], ), child: Column( children: <Widget>[ Container( height: 20, decoration: const BoxDecoration(color: Colors.transparent), child: Row( children: [ Container( child: Row( mainAxisAlignment: MainAxisAlignment.start, children: [ Text( '£', style: TextStyle( fontSize: 12, ), ), Text( '199', style: TextStyle( fontWeight: FontWeight.bold, fontSize: 16, ), ), Text( '99', style: TextStyle( fontSize: 12, ), ), ], ), ), SizedBox( width: 10, ), Container( child: Text( 'Product Offer', style: TextStyle( fontWeight: FontWeight.bold, fontSize: 16, ), ), ), ], ), ), SizedBox(height: 5), Material( elevation: 2.0, borderRadius: BorderRadius.all(Radius.circular(10)), child: Container( height: 250, decoration: const BoxDecoration( color: Colors.deepOrange, borderRadius: BorderRadius.all(Radius.circular(10))), child: Image(image: AssetImage('assets/echo.jpg')), ), ), SizedBox(height: 7.25), SizedBox( width:double.infinity, height: 0.5, child: const DecoratedBox( decoration: const BoxDecoration( color: Colors.grey ), ), ), SizedBox(height: 7.25), Container( height: 40, decoration: const BoxDecoration(color: Colors.transparent), child: Row( mainAxisAlignment: MainAxisAlignment.center, children: <Widget>[ Material( elevation: 2.0, color: Colors.deepOrange, child: InkWell( splashColor: Colors.white70, onTap: _incrementSubtract, child: Container( width: 30, height: 30, child: Padding( padding: EdgeInsets.all(1.0), child: const Icon( Icons.remove, color: Colors.white, ), ), ), ), ), SizedBox(width: 5.0), Material( elevation: 2.0, borderRadius: BorderRadius.all(Radius.circular(20)), child: Container( width: 50, height: 50, decoration: BoxDecoration( border: Border.all(width: 2, color: Colors.deepOrange), borderRadius: BorderRadius.all(Radius.circular(20)), color: Colors.white), child: Center( child: Text( '$_counter', style: TextStyle( fontWeight: FontWeight.bold, fontSize: 18, ), ), ), ), ), SizedBox(width: 5.0), Material( elevation: 2.0, color: Colors.deepOrange, child: InkWell( splashColor: Colors.white70, onTap: _incrementAdd, child: Container( width: 30, height: 30, child: Padding( padding: EdgeInsets.all(1.0), child: const Icon( Icons.add, color: Colors.white, )), ), ), ), SizedBox(width: 20.0), Material( elevation: 2.0, color: Colors.deepOrange, borderRadius: BorderRadius.all(Radius.circular(5)), child: InkWell( splashColor: Colors.white70, onTap: _basketAdd, child: Row( children: <Widget>[ Container( width: 20, height: 30, child: Padding( padding: EdgeInsets.all(1.0), child:…
<b>Pass Args to Widget Build</b>
Hey all, first post and started with flutter yesterday.I have created the below which I call using; ProductTile()The code renders a box that contains product information, an image etc, along with an increment counter which adjusts itself as buttons - or + are pressed. (this will eventually be quantity to add to basket).My problem is that it is all hard coded, I need to figure out how to make this dynamic.Am i not able to force this to take an argument and pass the argument when i call the function / builder (not sure). i.e..ProductTile(<Product>)<Product> Would be json format? Is this doable or am i barking up the wrong tree with Flutters workings?<pre>import 'package:flutter/material.dart'; class ProductTile extends StatefulWidget { @override _ProductTileState createState() => _ProductTileState(); } class _ProductTileState extends State<ProductTile> { int _counter = 0; void _incrementAdd() { setState(() { _counter++; }); } void _incrementSubtract() { setState(() { if (_counter > 0) { _counter--; } }); } void _basketAdd() { setState(() { _counter = 0; }); } @override Widget build(BuildContext context) { return Padding( padding: EdgeInsets.only(bottom: 10.0), child: Container( padding: const EdgeInsets.all(10), height: 350, decoration: BoxDecoration( color: Colors.white, borderRadius: BorderRadius.all(Radius.circular(15)), boxShadow: [ BoxShadow( color: Colors.grey, offset: Offset(-1, 1), blurRadius: 5, ), ], ), child: Column( children: <Widget>[ Container( height: 20, decoration: const BoxDecoration(color: Colors.transparent), child: Row( children: [ Container( child: Row( mainAxisAlignment: MainAxisAlignment.start, children: [ Text( '£', style: TextStyle( fontSize: 12, ), ), Text( '199', style: TextStyle( fontWeight: FontWeight.bold, fontSize: 16, ), ), Text( '99', style: TextStyle( fontSize: 12, ), ), ], ), ), SizedBox( width: 10, ), Container( child: Text( 'Product Offer', style: TextStyle( fontWeight: FontWeight.bold, fontSize: 16, ), ), ), ], ), ), SizedBox(height: 5), Material( elevation: 2.0, borderRadius: BorderRadius.all(Radius.circular(10)), child: Container( height: 250, decoration: const BoxDecoration( color: Colors.deepOrange, borderRadius: BorderRadius.all(Radius.circular(10))), child: Image(image: AssetImage('assets/echo.jpg')), ), ), SizedBox(height: 7.25), SizedBox( width:double.infinity, height: 0.5, child: const DecoratedBox( decoration: const BoxDecoration( color: Colors.grey ), ), ), SizedBox(height: 7.25), Container( height: 40, decoration: const BoxDecoration(color: Colors.transparent), child: Row( mainAxisAlignment: MainAxisAlignment.center, children: <Widget>[ Material( elevation: 2.0, color: Colors.deepOrange, child: InkWell( splashColor: Colors.white70, onTap: _incrementSubtract, child: Container( width: 30, height: 30, child: Padding( padding: EdgeInsets.all(1.0), child: const Icon( Icons.remove, color: Colors.white, ), ), ), ), ), SizedBox(width: 5.0), Material( elevation: 2.0, borderRadius: BorderRadius.all(Radius.circular(20)), child: Container( width: 50, height: 50, decoration: BoxDecoration( border: Border.all(width: 2, color: Colors.deepOrange), borderRadius: BorderRadius.all(Radius.circular(20)), color: Colors.white), child: Center( child: Text( '$_counter', style: TextStyle( fontWeight: FontWeight.bold, fontSize: 18, ), ), ), ), ), SizedBox(width: 5.0), Material( elevation: 2.0, color: Colors.deepOrange, child: InkWell( splashColor: Colors.white70, onTap: _incrementAdd, child: Container( width: 30, height: 30, child: Padding( padding: EdgeInsets.all(1.0), child: const Icon( Icons.add, color: Colors.white, )), ), ), ), SizedBox(width: 20.0), Material( elevation: 2.0, color: Colors.deepOrange, borderRadius: BorderRadius.all(Radius.circular(5)), child: InkWell( splashColor: Colors.white70, onTap: _basketAdd, child: Row( children: <Widget>[ Container( width: 20, height: 30, child: Padding( padding: EdgeInsets.all(1.0), child:…
New post on /r/flutterdev subreddit:
Flutter Dependency Hell
Every time I introduce a dependency into Flutter, my entire project blows up.For example, just now, I added https://pub.dev/packages/firebase_uiAnd suddenly now I need to update all my other firebase dependencies, and the app mysteriously crashes. I am still trying to fix. It's probably yet again a dependency I am using which is not compatible. This is just my latest example. This happens nearly every time I add a new dependency.This happened with https://pub.dev/packages/rxdart a few months ago too etc.Does anyone have a solution or a way they work with this?
May 08, 2020 at 05:06PM by dolanmiu
https://ift.tt/3fvOlVw
Flutter Dependency Hell
Every time I introduce a dependency into Flutter, my entire project blows up.For example, just now, I added https://pub.dev/packages/firebase_uiAnd suddenly now I need to update all my other firebase dependencies, and the app mysteriously crashes. I am still trying to fix. It's probably yet again a dependency I am using which is not compatible. This is just my latest example. This happens nearly every time I add a new dependency.This happened with https://pub.dev/packages/rxdart a few months ago too etc.Does anyone have a solution or a way they work with this?
May 08, 2020 at 05:06PM by dolanmiu
https://ift.tt/3fvOlVw
Dart packages
firebase_ui | Flutter package
Firebase auth UI, dart package to mimic the firebaseUI(Google,Facebook,Twitter,Email supported)
New post on /r/flutterdev subreddit:
Codepen Challange Rocket Challange - not only for Vue.js
The CodePen Challenge this week was only for Vue.js, so I decided to recreate their starter pen, that we can all participate in the fun. So if you are interested, feel free to join.CodePen Challange - https://codepen.io/challenges/2020/may/
Rocket Challenge Starter - https://codepen.io/md-weber/pen/wvKpRXJ
May 08, 2020 at 05:59PM by MyracleDesign
https://ift.tt/2WCPAtv
Codepen Challange Rocket Challange - not only for Vue.js
The CodePen Challenge this week was only for Vue.js, so I decided to recreate their starter pen, that we can all participate in the fun. So if you are interested, feel free to join.CodePen Challange - https://codepen.io/challenges/2020/may/
Rocket Challenge Starter - https://codepen.io/md-weber/pen/wvKpRXJ
May 08, 2020 at 05:59PM by MyracleDesign
https://ift.tt/2WCPAtv
New tweet from FlutterDev:
What day is it? 🤷‍♀️#FlutterFriday!
Want to know how much to trust a new package?
💡Start with Flutter Favorites -- these are packages by verified publishers and have been checked for good runtime behavior.
💡Look at a package's score on pub -- the closer to 100, the better! pic.twitter.com/iKOJjVo6oa— Flutter (@FlutterDev) May 8, 2020
May 08, 2020 at 06:21PM
http://twitter.com/FlutterDev/status/1258794205393981442
What day is it? 🤷‍♀️#FlutterFriday!
Want to know how much to trust a new package?
💡Start with Flutter Favorites -- these are packages by verified publishers and have been checked for good runtime behavior.
💡Look at a package's score on pub -- the closer to 100, the better! pic.twitter.com/iKOJjVo6oa— Flutter (@FlutterDev) May 8, 2020
May 08, 2020 at 06:21PM
http://twitter.com/FlutterDev/status/1258794205393981442
Twitter
#flutterfriday hashtag on Twitter
35m ago @FlutterDev tweeted: "✳️ Early access to features like HotUI a.." - read what others are saying and join the conversation.