New post on Flutter Dev Google group:
Hotjar for Flutter
Hello guys, you know some plugin that does the same or similar work Hotjar for Flutter?
April 05, 2019 at 02:06PM by Tiagosito
http://bit.ly/2YRTCyw
Hotjar for Flutter
Hello guys, you know some plugin that does the same or similar work Hotjar for Flutter?
April 05, 2019 at 02:06PM by Tiagosito
http://bit.ly/2YRTCyw
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:
Unpopular opinion: Flutter UI styling is over-engineered
I believe this post will be long lost in downvote hell but I need to speak out.I honestly don't understand writing so much code just to get why circular border.
April 05, 2019 at 03:47PM by alexandr1us
http://bit.ly/2VqijQm
Unpopular opinion: Flutter UI styling is over-engineered
I believe this post will be long lost in downvote hell but I need to speak out.I honestly don't understand writing so much code just to get why circular border.
Dart, tabs=4 Card( shape: RoundedRectangleBorder( borderRadius: BorderRadius.all(Radius.circular(10.0)), ), color: Colors.grey.shade500, child: _buildImageContainer());
Why does Flutter has so many buttons? Why not just create one simple button which has just type variable or something?RaisedButton, a filled material design button with a shadow.FlatButton, a material design button without a shadow.DropdownButton, a button that shows options to select from.IconButton, to create buttons that just contain icons.Also writing wrapping Button into ButtonTheme just to set width? Dart, tabs=4 ButtonTheme( minWidth: double.infinity, child: OutlineButton( child: Text(date == null ? 'Select Time and Date' : dateTimeFormatter.format(date)), onPressed: () { _selectDate(); }), )
Oh one of my favorites FocusNode(). Why not just have focus function in TextEditingController? final focusNode = FocusNode();
Even Flutter engineers from Google have hard time styling components (The Boring Flutter Show).This is not about UI but The Dart package manager is straight up terrible with its dependency hell. Whenever I want to update one library I get errors like Library B depends on version this. I update library B after I get library C error etc etc.P.S It's fine to critic one framework or another and it's not like Google is development god who does everything the best way there is.April 05, 2019 at 03:47PM by alexandr1us
http://bit.ly/2VqijQm
reddit
r/FlutterDev - Unpopular opinion: Flutter UI styling is over-engineered
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
state_persistence | Persist state across app launches.
http://bit.ly/2G1LWCf
April 05, 2019 at 03:37PM by Elixane
http://bit.ly/2Ifu6gB
state_persistence | Persist state across app launches.
http://bit.ly/2G1LWCf
April 05, 2019 at 03:37PM by Elixane
http://bit.ly/2Ifu6gB
Dart Packages
state_persistence | Flutter Package
Persist state across app launches. By default this library store state as a local JSON file called `data.json` in the applications data directory.
New post on /r/flutterdev subreddit:
Flutter + Django + Rest Framework
http://bit.ly/2G1IjfV
April 05, 2019 at 03:33PM by _7wonders_
http://bit.ly/2IfeJoo
Flutter + Django + Rest Framework
http://bit.ly/2G1IjfV
April 05, 2019 at 03:33PM by _7wonders_
http://bit.ly/2IfeJoo
Buzzcat
Flutter + Django + Rest Framework
So a few days ago I made Yet Another Flutter Login (YAFL) which is a nice little starter for working with Firebase login. Sometimes though I like to fall back to good ol’ Django and Python so I did a
New post on /r/flutterdev subreddit:
Solving androidx error in Flutter
http://bit.ly/2If4Kzw
April 05, 2019 at 03:15PM by PedroMassango
http://bit.ly/2Vm5Qgt
Solving androidx error in Flutter
http://bit.ly/2If4Kzw
April 05, 2019 at 03:15PM by PedroMassango
http://bit.ly/2Vm5Qgt
Medium
Solving AndroidX errors in Flutter
As the title suggests In this article I am going to explain how you can resolve Androidx error you are facing in your Flutter project.
New post on Flutter Dev Google group:
I can't upgrade to latest version of flutter, no error but stuck on 1.2.1
Hello, I'm on the stable channel and can't update flutter. chendeAir:~ doudou$ flutter upgrade Upgrading Flutter from /Users/doudou/development/flutter... Already up to date. Upgrading engine... Already up-to-date. Flutter 1.2.1 • channel stable • http://bit.ly/2dbZsVl
April 05, 2019 at 04:54PM by Naim Abu Darwish
http://bit.ly/2YRJuFZ
I can't upgrade to latest version of flutter, no error but stuck on 1.2.1
Hello, I'm on the stable channel and can't update flutter. chendeAir:~ doudou$ flutter upgrade Upgrading Flutter from /Users/doudou/development/flutter... Already up to date. Upgrading engine... Already up-to-date. Flutter 1.2.1 • channel stable • http://bit.ly/2dbZsVl
April 05, 2019 at 04:54PM by Naim Abu Darwish
http://bit.ly/2YRJuFZ
GitHub
flutter/flutter
Flutter makes it easy and fast to build beautiful apps for mobile and beyond. - flutter/flutter
New post on /r/flutterdev subreddit:
Solving androidx error in Flutter
http://bit.ly/2uQlJ3s
April 05, 2019 at 07:09PM by ibhavikmakwana
http://bit.ly/2OOyi8m
Solving androidx error in Flutter
http://bit.ly/2uQlJ3s
April 05, 2019 at 07:09PM by ibhavikmakwana
http://bit.ly/2OOyi8m
Medium
Solving AndroidX errors in Flutter
As the title suggests In this article I am going to explain how you can resolve Androidx error you are facing in your Flutter project.
New post on /r/flutterdev subreddit:
Youtube API
Hey guys, i'm new to flutter,
was trying to find a way to integrate youtube api on my app but 0 content online on how to do it.
youtube asks me if my ap is ios or android, well it's both right?
i choose android to try and do the android part first but it asks me for a fingerprint that i don't know how to generate. any hints?ps. i'm also having some trouble changing:
name of app
package name
icon of app
April 05, 2019 at 06:53PM by OCapitalista
http://bit.ly/2OQu5RD
Youtube API
Hey guys, i'm new to flutter,
was trying to find a way to integrate youtube api on my app but 0 content online on how to do it.
youtube asks me if my ap is ios or android, well it's both right?
i choose android to try and do the android part first but it asks me for a fingerprint that i don't know how to generate. any hints?ps. i'm also having some trouble changing:
name of app
package name
icon of app
April 05, 2019 at 06:53PM by OCapitalista
http://bit.ly/2OQu5RD
reddit
r/FlutterDev - Youtube API
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
33. Adding products to the database (Flutter e-commerce)
https://www.youtube.com/attribution_link?a=KflnzfiEf4o&u=%2Fwatch%3Fv%3DbzWgkBIsNak%26feature%3Dshare
April 05, 2019 at 06:39PM by kibatheseven
http://bit.ly/2D1eo5p
33. Adding products to the database (Flutter e-commerce)
https://www.youtube.com/attribution_link?a=KflnzfiEf4o&u=%2Fwatch%3Fv%3DbzWgkBIsNak%26feature%3Dshare
April 05, 2019 at 06:39PM by kibatheseven
http://bit.ly/2D1eo5p
YouTube
33. Adding products to the database (Flutter e-commerce) : Part 1
copy this code to android - app - build.grade
multiDexEnabled true
=========ADMIN SIDE APP CODE =================
https://github.com/Santos-Enoque/admin_side_flutter_ecommerce_app
==========USER SIDE APP CODE =================
https://github.com/Santos…
multiDexEnabled true
=========ADMIN SIDE APP CODE =================
https://github.com/Santos-Enoque/admin_side_flutter_ecommerce_app
==========USER SIDE APP CODE =================
https://github.com/Santos…
New post on Flutter Dev Google group:
new embedder.h contains definitions, causes errors
Hi, Recent versions of the embedder.h contain definitions, for example: const int32_t kFlutterSemanticsNodeIdBatchEnd = -1; This causes errors when including the header file from multiple sources. # github.com/go-flutter-desktop/go-flutter/embedder /tmp/go-build120171812/b036/_x003.o:/home/geer
April 05, 2019 at 07:34PM by Geert-Johan Riemer
http://bit.ly/2FSr4MD
new embedder.h contains definitions, causes errors
Hi, Recent versions of the embedder.h contain definitions, for example: const int32_t kFlutterSemanticsNodeIdBatchEnd = -1; This causes errors when including the header file from multiple sources. # github.com/go-flutter-desktop/go-flutter/embedder /tmp/go-build120171812/b036/_x003.o:/home/geer
April 05, 2019 at 07:34PM by Geert-Johan Riemer
http://bit.ly/2FSr4MD
New post on /r/flutterdev subreddit:
Considering buying an iPhone for testing..
Does it matter which model I get? Any suggestions? I won't be needing it for personal use, so it'll probably be be used.
April 05, 2019 at 08:22PM by AshTheGoblin
http://bit.ly/2FTFX1j
Considering buying an iPhone for testing..
Does it matter which model I get? Any suggestions? I won't be needing it for personal use, so it'll probably be be used.
April 05, 2019 at 08:22PM by AshTheGoblin
http://bit.ly/2FTFX1j
reddit
r/FlutterDev - Considering buying an iPhone for testing..
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Stateless or Stateful
I’m pretty sure I can get it from stack overflow, but being a experienced Java developer and a week old in Flutter world. I’m trying to understand when to use Stateless or Stateful and also was trying to use Scoped models. So which widgets are the right ones or thumb of rule to chose it as a ScopedDescendant
April 05, 2019 at 07:23PM by Vinfosys96
http://bit.ly/2UjM1dt
Stateless or Stateful
I’m pretty sure I can get it from stack overflow, but being a experienced Java developer and a week old in Flutter world. I’m trying to understand when to use Stateless or Stateful and also was trying to use Scoped models. So which widgets are the right ones or thumb of rule to chose it as a ScopedDescendant
April 05, 2019 at 07:23PM by Vinfosys96
http://bit.ly/2UjM1dt
reddit
r/FlutterDev - Stateless or Stateful
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Sandwhich: Flutter + ML + TensorFlow Lite
http://bit.ly/2FSnYrT
April 05, 2019 at 09:42PM by wad3g
http://bit.ly/2Uif6WP
Sandwhich: Flutter + ML + TensorFlow Lite
http://bit.ly/2FSnYrT
April 05, 2019 at 09:42PM by wad3g
http://bit.ly/2Uif6WP
GitHub
MotionMobs/Sandwhich
A Machine Learning App for an Age-Old Debate. Coming April 1st 2019. - MotionMobs/Sandwhich
New post on Flutter Dev Google group:
Launch an application in the background to become in the foreground
I want to make an application that listens to events in the background and starts when it detects something. The application will have to go from the background to the first one. J uses isolates that work well but I do not know how to flutter to put an application in the foreground
April 05, 2019 at 11:28PM by joel lungu
http://bit.ly/2Uh6yPQ
Launch an application in the background to become in the foreground
I want to make an application that listens to events in the background and starts when it detects something. The application will have to go from the background to the first one. J uses isolates that work well but I do not know how to flutter to put an application in the foreground
April 05, 2019 at 11:28PM by joel lungu
http://bit.ly/2Uh6yPQ
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:
Experimenting with Split Color Backgrounds
https://www.youtube.com/watch?v=aP32utcrAzw
April 05, 2019 at 11:09PM by Purple_Pizzazz
http://bit.ly/2UhQTQe
Experimenting with Split Color Backgrounds
https://www.youtube.com/watch?v=aP32utcrAzw
April 05, 2019 at 11:09PM by Purple_Pizzazz
http://bit.ly/2UhQTQe
YouTube
Experimenting with Split Color Backgrounds
See the final solution here: https://youtu.be/DUQ7jN_-2uc
New tweet from FlutterDev:
Flutter has great support for @MaterialDesign icons out of the box 📦. The framework also has a collection of animated icons! #FlutterFriday
Learn more about the AnimatedIcon widget here → https://t.co/ECmo5EG7C8 pic.twitter.com/bis9svVj9A— Flutter (@FlutterDev) April 5, 2019
April 06, 2019 at 12:02AM
http://twitter.com/FlutterDev/status/1114287118229147649
Flutter has great support for @MaterialDesign icons out of the box 📦. The framework also has a collection of animated icons! #FlutterFriday
Learn more about the AnimatedIcon widget here → https://t.co/ECmo5EG7C8 pic.twitter.com/bis9svVj9A— Flutter (@FlutterDev) April 5, 2019
April 06, 2019 at 12:02AM
http://twitter.com/FlutterDev/status/1114287118229147649
Twitter
Material Design (@materialdesign) | Twitter
The latest Tweets from Material Design (@materialdesign). Material is a design system – backed by open-source code – that helps teams build high-quality digital experiences. Google, Mountain View, CA
New post on /r/flutterdev subreddit:
My Favorite Flutter Animation so far!!
https://media.giphy.com/media/mBpFNS1Acie7q4f0AF/giphy.gifOne more flutter animation! This one is definetly my favorite, it's sooo smooth, the performance is great (constantly reaching 60fps on my 3 year old phone), and it looks amazing! This was done by using flutter's CustomPainter, and it has a lot of potential for future projects. Can't wait to get my new PC so I can start making tutorials because this is definetly tutorial worth.Credits to the original designer Tubik @dribble for this awesome UI design!Code is available on github with a brief explanation of how the code works. Hope you guys enjoy!Edit: better video resolution at my post on r/flutter
April 06, 2019 at 12:44AM by Bernardi_23
http://bit.ly/2I324Ga
My Favorite Flutter Animation so far!!
https://media.giphy.com/media/mBpFNS1Acie7q4f0AF/giphy.gifOne more flutter animation! This one is definetly my favorite, it's sooo smooth, the performance is great (constantly reaching 60fps on my 3 year old phone), and it looks amazing! This was done by using flutter's CustomPainter, and it has a lot of potential for future projects. Can't wait to get my new PC so I can start making tutorials because this is definetly tutorial worth.Credits to the original designer Tubik @dribble for this awesome UI design!Code is available on github with a brief explanation of how the code works. Hope you guys enjoy!Edit: better video resolution at my post on r/flutter
April 06, 2019 at 12:44AM by Bernardi_23
http://bit.ly/2I324Ga
New post on /r/flutterdev subreddit:
Flutter: Global Variable (ScopedModel)
I just published a post about using ScopedModel to pass data into different views!https://medium.com/@lawrey/flutter-global-variable-scopedmodel-568aab9f7901
April 06, 2019 at 06:51AM by lawreytan
http://bit.ly/2Kc5fNt
Flutter: Global Variable (ScopedModel)
I just published a post about using ScopedModel to pass data into different views!https://medium.com/@lawrey/flutter-global-variable-scopedmodel-568aab9f7901
April 06, 2019 at 06:51AM by lawreytan
http://bit.ly/2Kc5fNt
Medium
Flutter: Global Variable (ScopedModel)
I have been exploring Flutter for a few weeks now and am pretty much in loved with its simplicity in creating a beautiful mobile app in a…
New post on /r/flutterdev subreddit:
Importing audio files in listview!
How do I import audio files in listview from device storage ?
April 06, 2019 at 09:40AM by seriouslyrotten
http://bit.ly/2Uz9Mxh
Importing audio files in listview!
How do I import audio files in listview from device storage ?
April 06, 2019 at 09:40AM by seriouslyrotten
http://bit.ly/2Uz9Mxh
reddit
r/FlutterDev - Importing audio files in listview!
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Is Flutter + Flask a good idea?
No text found
April 06, 2019 at 08:02AM by ace_champ
http://bit.ly/2I5NYDM
Is Flutter + Flask a good idea?
No text found
April 06, 2019 at 08:02AM by ace_champ
http://bit.ly/2I5NYDM
reddit
r/FlutterDev - Is Flutter + Flask a good idea?
4 votes and 3 comments so far on Reddit