New post on /r/flutterdev subreddit:
Flutter package: Slide to confirm
https://pub.dev/packages/slide_to_confirmI made a simple package containing a slider that will activate a callback, when it reaches 100%. This kind of user confirmation is useful, when the user has to confirm something important like transferring money. This way you can make sure there is no risk of missclickling a button :-)
September 05, 2019 at 01:14PM by friiiiiis
https://ift.tt/32F321B
Flutter package: Slide to confirm
https://pub.dev/packages/slide_to_confirmI made a simple package containing a slider that will activate a callback, when it reaches 100%. This kind of user confirmation is useful, when the user has to confirm something important like transferring money. This way you can make sure there is no risk of missclickling a button :-)
September 05, 2019 at 01:14PM by friiiiiis
https://ift.tt/32F321B
Dart packages
slide_to_confirm | Flutter package
A slider that will activate a callback when the user slides it to 100%.
New post on /r/flutterdev subreddit:
fb_auth | A Shared Firebase Auth Plugin for Mobile and Web. Included AuthBloc for minimal setup! Single dynamic import and compile time ready for ios, android and web.
https://ift.tt/2Uy4S13
September 05, 2019 at 05:14PM by EngineerScientist
https://ift.tt/34mO4yV
fb_auth | A Shared Firebase Auth Plugin for Mobile and Web. Included AuthBloc for minimal setup! Single dynamic import and compile time ready for ios, android and web.
https://ift.tt/2Uy4S13
September 05, 2019 at 05:14PM by EngineerScientist
https://ift.tt/34mO4yV
Dart packages
fb_auth | Flutter Package
A Web, Mobile Firebase Auth Plugin
New post on /r/flutterdev subreddit:
Kill all lags and freezes in your app with this plugin
After few nights without sleep I happy to introduce my small plugin for your awesome apps!https://pub.dev/packages/worker_managerEnjoy😎
September 05, 2019 at 06:47PM by renesanse
https://ift.tt/2ZPGXvh
Kill all lags and freezes in your app with this plugin
After few nights without sleep I happy to introduce my small plugin for your awesome apps!https://pub.dev/packages/worker_managerEnjoy😎
September 05, 2019 at 06:47PM by renesanse
https://ift.tt/2ZPGXvh
Dart packages
worker_manager | Dart package
The worker_manager allows you to manage CPU-intensive calculations across isolates
New post on /r/flutterdev subreddit:
What happened to Fluttery channel and his github?
A moment ago, I searched my beloved fluttery channel to learn how to build beautiful UI, which is my daily basis.And I was so shock that the channel has gone.I immediately went to his github repo to check, and all source code for UI Challenge has been erased too!!!Anyone know what happened? Is there any change the channel and his codes come back alive?Bcs if not, it will be a huge loss on my journey of learning Flutter.
September 05, 2019 at 06:27PM by JoeJoe_Nguyen
https://ift.tt/2zTEs0e
What happened to Fluttery channel and his github?
A moment ago, I searched my beloved fluttery channel to learn how to build beautiful UI, which is my daily basis.And I was so shock that the channel has gone.I immediately went to his github repo to check, and all source code for UI Challenge has been erased too!!!Anyone know what happened? Is there any change the channel and his codes come back alive?Bcs if not, it will be a huge loss on my journey of learning Flutter.
September 05, 2019 at 06:27PM by JoeJoe_Nguyen
https://ift.tt/2zTEs0e
reddit
r/FlutterDev - What happened to Fluttery channel and his github?
0 votes and 1 comment so far on Reddit
New tweet from FlutterDev:
📦Step out of the box
and overlap
those widgets!
Stack allows you to render widgets on top of each other. Whether it's text over an image, boxes in boxes, or other widget combinations, use Stack to overlap.
More #WidgetoftheWeek here → https://t.co/kuGSboPjcO pic.twitter.com/6G7q17laZ9— Flutter (@FlutterDev) September 5, 2019
September 05, 2019 at 07:29PM
http://twitter.com/FlutterDev/status/1169663888482131969
📦Step out of the box
and overlap
those widgets!
Stack allows you to render widgets on top of each other. Whether it's text over an image, boxes in boxes, or other widget combinations, use Stack to overlap.
More #WidgetoftheWeek here → https://t.co/kuGSboPjcO pic.twitter.com/6G7q17laZ9— Flutter (@FlutterDev) September 5, 2019
September 05, 2019 at 07:29PM
http://twitter.com/FlutterDev/status/1169663888482131969
Twitter
#widgetoftheweek hashtag on Twitter
15h ago @FlutterDev tweeted: "✏️ Writing your own button controls from.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Persist Bloc State in Flutter – Hydrated Bloc Tutorial
https://youtu.be/vSOpZd_FFEY
September 05, 2019 at 07:03PM by MRresoMC
https://ift.tt/34n4I1n
Persist Bloc State in Flutter – Hydrated Bloc Tutorial
https://youtu.be/vSOpZd_FFEY
September 05, 2019 at 07:03PM by MRresoMC
https://ift.tt/34n4I1n
YouTube
Persist Bloc State in Flutter – Hydrated Bloc Tutorial
📗 Learn from the written tutorial & get the project 👇👇
https://resocoder.com/hydrated-bloc-tutorial
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Users expect your apps to be easy and quick to use and they surely don't want…
https://resocoder.com/hydrated-bloc-tutorial
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Users expect your apps to be easy and quick to use and they surely don't want…
New post on /r/flutterdev subreddit:
Stack (Flutter Widget of the Week)
https://www.youtube.com/watch?v=liEGSeD3Zt8&feature=youtu.be
September 05, 2019 at 07:01PM by MarkOSullivan
https://ift.tt/2UBDdMT
Stack (Flutter Widget of the Week)
https://www.youtube.com/watch?v=liEGSeD3Zt8&feature=youtu.be
September 05, 2019 at 07:01PM by MarkOSullivan
https://ift.tt/2UBDdMT
YouTube
Stack (Flutter Widget of the Week)
If you've ever wanted overlapping elements, then Stack is the widget for you! Stack allows you to overlay multiple widgets on top of each other. For example, you can use a Stack to add text over an image.
Learn more about Stack → https://goo.gle/2LQ4B8m…
Learn more about Stack → https://goo.gle/2LQ4B8m…
New post on /r/flutterdev subreddit:
Localization in Flutter is still boring complicated process?
A year ago when I developed my first production Flutter app I opted out localization since it was boring complicated process (compare to native Android). So I'm wondering if we have something new out there (plugins, packages) or should I refer to the same official doc ?The main complaint from app users is missing localization and I'd like to address that.Thanks!
September 05, 2019 at 07:56PM by pilgr
https://ift.tt/2LuO0nU
Localization in Flutter is still boring complicated process?
A year ago when I developed my first production Flutter app I opted out localization since it was boring complicated process (compare to native Android). So I'm wondering if we have something new out there (plugins, packages) or should I refer to the same official doc ?The main complaint from app users is missing localization and I'd like to address that.Thanks!
September 05, 2019 at 07:56PM by pilgr
https://ift.tt/2LuO0nU
reddit
Localization in Flutter is still boring complicated process?
A year ago when I developed my first production Flutter app I opted out localization since it was boring complicated process (compare to native...
New post on /r/flutterdev subreddit:
Kill all lags and freezes in your app by this package
https://ift.tt/30TmA1z
September 05, 2019 at 08:52PM by renesanse
https://ift.tt/2ZIBCKk
Kill all lags and freezes in your app by this package
https://ift.tt/30TmA1z
September 05, 2019 at 08:52PM by renesanse
https://ift.tt/2ZIBCKk
Dart packages
worker_manager | Flutter Package
wrapper an isolate
New post on /r/flutterdev subreddit:
Confetti Package
https://youtu.be/jvhw3cfj2rk
September 05, 2019 at 08:44PM by EngineerScientist
https://ift.tt/2ZR4jk9
Confetti Package
https://youtu.be/jvhw3cfj2rk
September 05, 2019 at 08:44PM by EngineerScientist
https://ift.tt/2ZR4jk9
YouTube
Flutter - Confetti Package
A fun package I made in Flutter to celebrate the launch of my Patreon page! Blast confetti all over the place - impress your friends and dog with the colorful magic that is computationally generated pixels that are mathematically traversing the screen with…
New post on /r/flutterdev subreddit:
Slivers Deep Dive Series: Introduction to Slivers and SliverAppBar
https://ift.tt/2ZuWq8C
September 05, 2019 at 10:10PM by Purple_Pizzazz
https://ift.tt/2HM2H4W
Slivers Deep Dive Series: Introduction to Slivers and SliverAppBar
https://ift.tt/2ZuWq8C
September 05, 2019 at 10:10PM by Purple_Pizzazz
https://ift.tt/2HM2H4W
Medium
Slivers Deep Dive Series: Introduction to Slivers and SliverAppBar
One of the common scenarios in app development is, to show a set of data as a scrollable view. With Flutter, to achieve this, you can…
New post on /r/flutterdev subreddit:
What's the general consensus on using community created packages?
I'm a pretty lazy guy, so every time I want to create something I look at pub.dev to see if something similar is available. If it has a score of 90+, I use it. Honestly, this has saved me hours of work, but has led to me having 15+ dependencies in my pubspec file, just from community packages.Are there any pitfalls I'm not aware of, when using packages like this? Also what is the general flutter community consensus on using a lot of packages?
September 06, 2019 at 12:46AM by iamarr0gant
https://ift.tt/2LkRnim
What's the general consensus on using community created packages?
I'm a pretty lazy guy, so every time I want to create something I look at pub.dev to see if something similar is available. If it has a score of 90+, I use it. Honestly, this has saved me hours of work, but has led to me having 15+ dependencies in my pubspec file, just from community packages.Are there any pitfalls I'm not aware of, when using packages like this? Also what is the general flutter community consensus on using a lot of packages?
September 06, 2019 at 12:46AM by iamarr0gant
https://ift.tt/2LkRnim
reddit
What's the general consensus on using community created packages?
I'm a pretty lazy guy, so every time I want to create something I look at pub.dev to see if something similar is available. If it has a score of...
New post on /r/flutterdev subreddit:
How to get a widget to move every x seconds?
Basically I'm trying to build a game to learn flutter more.Right now I'm just trying to get a Text widget to move from the top of the phone screen, towards the bottom of the phone screen... I'm building a Space Invaders type of game with just Text.From what I've read by googling the problem, should I use Flame? Or can everything be done by just using the base Flutter framework? Thanks.
September 06, 2019 at 02:25AM by Okmanl
https://ift.tt/2MWQYoy
How to get a widget to move every x seconds?
Basically I'm trying to build a game to learn flutter more.Right now I'm just trying to get a Text widget to move from the top of the phone screen, towards the bottom of the phone screen... I'm building a Space Invaders type of game with just Text.From what I've read by googling the problem, should I use Flame? Or can everything be done by just using the base Flutter framework? Thanks.
September 06, 2019 at 02:25AM by Okmanl
https://ift.tt/2MWQYoy
reddit
How to get a widget to move every x seconds?
Basically I'm trying to build a game to learn flutter more. Right now I'm just trying to get a Text widget to move from the top of the...
New post on /r/flutterdev subreddit:
Now that lottie is available for flutter...
https://ift.tt/2zSuwEu
September 06, 2019 at 03:32AM by Bernardi_23
https://ift.tt/2PLRQyr
Now that lottie is available for flutter...
https://ift.tt/2zSuwEu
September 06, 2019 at 03:32AM by Bernardi_23
https://ift.tt/2PLRQyr
New post on /r/flutterdev subreddit:
What's your opinion about code generation?
Personally I don't like it, coming from javascript, we have amazing tools like webpack and more versatile annotations, making code generation more of a build time thing, and not spitting the output next to the code and having to commit it.What are your thoughts about this?
September 06, 2019 at 04:32AM by unimonkiez
https://ift.tt/2PPCCbB
What's your opinion about code generation?
Personally I don't like it, coming from javascript, we have amazing tools like webpack and more versatile annotations, making code generation more of a build time thing, and not spitting the output next to the code and having to commit it.What are your thoughts about this?
September 06, 2019 at 04:32AM by unimonkiez
https://ift.tt/2PPCCbB
reddit
What's your opinion about code generation?
Personally I don't like it, coming from javascript, we have amazing tools like webpack and more versatile annotations, making code generation more...
New post on /r/flutterdev subreddit:
Flutter tutorial: Plant Shop UI
https://ift.tt/2zXi0DE
September 06, 2019 at 08:47AM by cybdom
https://ift.tt/2ZxaTB4
Flutter tutorial: Plant Shop UI
https://ift.tt/2zXi0DE
September 06, 2019 at 08:47AM by cybdom
https://ift.tt/2ZxaTB4
Cybdom
Flutter tutorial: Plant Shop UI - Cybdom
Are you a fan of plants? Because today we will replicate a minimalist Plant shop UI that looks really great.
New post on Flutter Dev Google group:
Is there a way to do geometric operations (Union, substract, etc) on google_maps_flutter polygons?
I am trying to build an app where the ability to do geometric operations on map polygons is very important. what I am trying to achieve is as follows: 1. I have shapefiles created with ArcMap which I then converted to json files. 2. I wish to use the data from the json files (by parsing them) to
September 06, 2019 at 10:30AM by Surya Nigrat Datunsolang
https://ift.tt/2zZytHv
Is there a way to do geometric operations (Union, substract, etc) on google_maps_flutter polygons?
I am trying to build an app where the ability to do geometric operations on map polygons is very important. what I am trying to achieve is as follows: 1. I have shapefiles created with ArcMap which I then converted to json files. 2. I wish to use the data from the json files (by parsing them) to
September 06, 2019 at 10:30AM by Surya Nigrat Datunsolang
https://ift.tt/2zZytHv
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:
Returning Value from Future functions to onPressed method
I want to use value returned by Future method and depending on that I want push new routes into the navigator.Future FunctionFuture<int> signInWithGoogle() async {try {
final GoogleSignInAccount googleSignInAccount = await googleSignIn.signIn();
final GoogleSignInAuthentication googleSignInAuthentication = await googleSignInAccount
.authentication;
final AuthCredential credential = GoogleAuthProvider.getCredential(
accessToken: googleSignInAuthentication.accessToken,
idToken: googleSignInAuthentication.idToken,
);
final AuthResult result = await _auth.signInWithCredential(credential);
final FirebaseUser user = result.user;
assert(!user.isAnonymous);
assert(await user.getIdToken() != null);
final FirebaseUser currentUser = await _auth.currentUser();
assert(user.uid == currentUser.uid);
if(result.additionalUserInfo.isNewUser){
return 0;
}
else {
name = user.displayName;
email = user.email;
imageUrl = user.photoUrl;
return 1;
}
}
catch(e){
print(e.message);
return -1;
}
}onPressedonPressed: () {
signInWithGoogle().whenComplete(() {How to use the value returned here??});
September 06, 2019 at 12:36PM by deepaktiwari_88
https://ift.tt/2LxSABO
Returning Value from Future functions to onPressed method
I want to use value returned by Future method and depending on that I want push new routes into the navigator.Future FunctionFuture<int> signInWithGoogle() async {try {
final GoogleSignInAccount googleSignInAccount = await googleSignIn.signIn();
final GoogleSignInAuthentication googleSignInAuthentication = await googleSignInAccount
.authentication;
final AuthCredential credential = GoogleAuthProvider.getCredential(
accessToken: googleSignInAuthentication.accessToken,
idToken: googleSignInAuthentication.idToken,
);
final AuthResult result = await _auth.signInWithCredential(credential);
final FirebaseUser user = result.user;
assert(!user.isAnonymous);
assert(await user.getIdToken() != null);
final FirebaseUser currentUser = await _auth.currentUser();
assert(user.uid == currentUser.uid);
if(result.additionalUserInfo.isNewUser){
return 0;
}
else {
name = user.displayName;
email = user.email;
imageUrl = user.photoUrl;
return 1;
}
}
catch(e){
print(e.message);
return -1;
}
}onPressedonPressed: () {
signInWithGoogle().whenComplete(() {How to use the value returned here??});
September 06, 2019 at 12:36PM by deepaktiwari_88
https://ift.tt/2LxSABO
reddit
Returning Value from Future functions to onPressed method
I want to use value returned by Future method and depending on that I want push new routes into the navigator. **Future...
New post on /r/flutterdev subreddit:
What do you call a Flutter developer?
From what I've seen python developers call themselves pythonistas and golang developers call themselves gophers.Is there something Flutter devs like to refer as?
September 06, 2019 at 12:54PM by dontmissth
https://ift.tt/2PQOuKC
What do you call a Flutter developer?
From what I've seen python developers call themselves pythonistas and golang developers call themselves gophers.Is there something Flutter devs like to refer as?
September 06, 2019 at 12:54PM by dontmissth
https://ift.tt/2PQOuKC
reddit
What do you call a Flutter developer?
A subreddit for Google's crossplatform UI toolkit.
New post on /r/flutterdev subreddit:
What does r/programming have against flutter?
Every post i see over there about flutter just seems to get 90% hate in the comments saying every blog posted is an advertisement, I'm curious where all the hate came from. I've been using flutter and really enjoyed it! Is it just a hate google thing or?
September 06, 2019 at 01:32PM by Dibza
https://ift.tt/2PRyBDL
What does r/programming have against flutter?
Every post i see over there about flutter just seems to get 90% hate in the comments saying every blog posted is an advertisement, I'm curious where all the hate came from. I've been using flutter and really enjoyed it! Is it just a hate google thing or?
September 06, 2019 at 01:32PM by Dibza
https://ift.tt/2PRyBDL
reddit
What does r/programming have against flutter?
Every post i see over there about flutter just seems to get 90% hate in the comments saying every blog posted is an advertisement, I'm curious...