New post on /r/flutterdev subreddit:
Flutter Countdown Timer
https://youtu.be/uPhhEgpyVY8
April 18, 2020 at 02:09PM by craetornetwork
https://ift.tt/2xvXvAx
Flutter Countdown Timer
https://youtu.be/uPhhEgpyVY8
April 18, 2020 at 02:09PM by craetornetwork
https://ift.tt/2xvXvAx
YouTube
How To Make a Timer in Flutter?
How To Make a Timer in Flutter?
This is a quick and simple countdown timer app. It can be expanded this code to implement lots of different things in an app. For example I will be using it for my book club app to countdown the time until the book is revealed.…
This is a quick and simple countdown timer app. It can be expanded this code to implement lots of different things in an app. For example I will be using it for my book club app to countdown the time until the book is revealed.…
New post on /r/flutterdev subreddit:
Flutter calculator design demo
This project is not a working calculator app, this is just a Flutter design demo.Light version Dark versionFont used in this demo is Raleway under SIL Open Font LicenseIf you make a working calculator out of this feel free to do so.https://github.com/kristijandraca/Flutter-Calculator
April 18, 2020 at 02:38PM by krvoZD
https://ift.tt/2VBntuc
Flutter calculator design demo
This project is not a working calculator app, this is just a Flutter design demo.Light version Dark versionFont used in this demo is Raleway under SIL Open Font LicenseIf you make a working calculator out of this feel free to do so.https://github.com/kristijandraca/Flutter-Calculator
April 18, 2020 at 02:38PM by krvoZD
https://ift.tt/2VBntuc
New post on Flutter Dev Google group:
How to use the socket.io library in flutter? Or any other library available to NodeJs and flutter available?
Hi All, Currently I'm using socket.io in my NodeJs backed and it works well in html. but not in mobile apps. Can anyone help me out to find a good socket.io package? Thanks, Rajilesh Panoli
April 18, 2020 at 04:06PM by Rajilesh Panoli
https://ift.tt/2Kcxsko
How to use the socket.io library in flutter? Or any other library available to NodeJs and flutter available?
Hi All, Currently I'm using socket.io in my NodeJs backed and it works well in html. but not in mobile apps. Can anyone help me out to find a good socket.io package? Thanks, Rajilesh Panoli
April 18, 2020 at 04:06PM by Rajilesh Panoli
https://ift.tt/2Kcxsko
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 run command problem
FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'android'. > Could not resolve all artifacts for configuration ':classpath'. > Could not download builder.jar (com.android.tools.build:builder:3.5.0) > Could not get resource '
April 18, 2020 at 04:36PM by Santosh Kumar
https://ift.tt/2KhQplD
flutter run command problem
FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'android'. > Could not resolve all artifacts for configuration ':classpath'. > Could not download builder.jar (com.android.tools.build:builder:3.5.0) > Could not get resource '
April 18, 2020 at 04:36PM by Santosh Kumar
https://ift.tt/2KhQplD
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:
Stupid Simple State Management for Flutter
https://ift.tt/3etCaZ7
April 18, 2020 at 04:51PM by JonathanAird
https://ift.tt/2KddJkr
Stupid Simple State Management for Flutter
https://ift.tt/3etCaZ7
April 18, 2020 at 04:51PM by JonathanAird
https://ift.tt/2KddJkr
Medium
Stupid Simple State Management for Flutter
State management in Flutter is pretty much the black sheep of the framework. While almost anything you would want to do with your UI, from…
New post on /r/flutterdev subreddit:
Building RPG games.
Hi guys! 😊 For those who enjoy developing games! I recently launched a package called Bonfire with the purpose of helping to build RPG-style games with Flutter + Flame. The result was very nice.For those who are curious to know how a game producing with Bonfire looks like, here is the example game:Android: https://play.google.com/store/apps/details?id=com.rafaelbarbosatec.darkness_dungeonIOS: https://apps.apple.com/us/app/darkness-dungeon/id1506675248Package: https://github.com/RafaelBarbosatec/bonfire
April 18, 2020 at 05:51PM by rafaelbarbosatec
https://ift.tt/2RRblV0
Building RPG games.
Hi guys! 😊 For those who enjoy developing games! I recently launched a package called Bonfire with the purpose of helping to build RPG-style games with Flutter + Flame. The result was very nice.For those who are curious to know how a game producing with Bonfire looks like, here is the example game:Android: https://play.google.com/store/apps/details?id=com.rafaelbarbosatec.darkness_dungeonIOS: https://apps.apple.com/us/app/darkness-dungeon/id1506675248Package: https://github.com/RafaelBarbosatec/bonfire
April 18, 2020 at 05:51PM by rafaelbarbosatec
https://ift.tt/2RRblV0
Google Play
Darkness Dungeon - Apps on Google Play
Come face this adventure in this game demonstration of using the Bonfire package!
New post on /r/flutterdev subreddit:
Nilay Yener - Flutter Coffee-table Berlin 2019
https://www.youtube.com/watch?v=3_hc7fow1Yc&feature=share
April 18, 2020 at 07:03PM by Pixelreddit
https://ift.tt/2ViWcxP
Nilay Yener - Flutter Coffee-table Berlin 2019
https://www.youtube.com/watch?v=3_hc7fow1Yc&feature=share
April 18, 2020 at 07:03PM by Pixelreddit
https://ift.tt/2ViWcxP
YouTube
Nilay Yener - Flutter Coffee-table Berlin 2019
This time, our coffee-table is joined by Nilay Yener, a Google DevRel for Flutter! We discuss how she became a pillar for the Flutter Community, her view on the platform and future plans.
Nilay Yener → https://twitter.com/nlycskn
All interviews from Flutter…
Nilay Yener → https://twitter.com/nlycskn
All interviews from Flutter…
New post on /r/flutterdev subreddit:
Review of my little helper widget called Selectable
I am very new to Flutter. At the moment I am working on a collection of re-useable widgets. I have a lot of widgets that are selectable meaning a user can tap/click on the widget and it somehow is in a selected state. This looks like this:The Button Types widget is selected in this example.You may notice that the text inside a selected widget is white whereas the text of non-selected widgets is usually black.And as I said - I have a lot of selectable widgets in my little library so I need to find a good solution for that.Initially most of my widgets simply had a
April 18, 2020 at 07:56PM by flutternewbiiiii
https://ift.tt/3eAcnOE
Review of my little helper widget called Selectable
I am very new to Flutter. At the moment I am working on a collection of re-useable widgets. I have a lot of widgets that are selectable meaning a user can tap/click on the widget and it somehow is in a selected state. This looks like this:The Button Types widget is selected in this example.You may notice that the text inside a selected widget is white whereas the text of non-selected widgets is usually black.And as I said - I have a lot of selectable widgets in my little library so I need to find a good solution for that.Initially most of my widgets simply had a
selected
property and if set to true
the widget basically knew that it is selected. However this had some drawbacks. For example sometimes the descendant widgets need to know if it is inside a currently selected widget. So the value of selected
would have to be passed from parent to all children and from all children to their children and so on. I think I found a better solution but I am unsure whether or not it is really better. I need your advice.```dart class Selectable extends InheritedWidget { const Selectable({ Key key, @required this.selected, @required Widget child, }) : assert(selected != null), assert(child != null), super(key: key, child: child);final bool selected;static Selectable of(BuildContext context) { return context.dependOnInheritedWidgetOfExactType<Selectable>(); }static bool current(BuildContext context, { bool fallback }) { final selectable = of(context); if(selectable != null) { return selectable.selected; } return fallback; }@override bool updateShouldNotify(Selectable oldWidget) => selected != oldWidget.selected; } ```Selectable
is a helper widget that provides a selected
-flag to descendants.You would use this widget to wrap another widget that can be selected by the user. You can then access the selected
-state in any descendant like this:dart final selectable = Selectable.of(context) if(selectable != null) { if(selectable.selected) { print('selected yay'); } }
Please note that selectable
can be null if the widget is not wrapped with Selectable
. The selected
value can be determined in a more convenient way like this:dart final selected = Selectable.current(context, fallback: true) if(selected) print('selected yay');
Here, selected
is never null. It is either true
or false
. If your current widget is not wrapped by Selectable
then selected
will be have the same value as fallback
.Is this a good idea? I mean it works and it allows all of my other widgets to change their text color (among other things) depending on whether or not they are inside something that is selected.Thanks.April 18, 2020 at 07:56PM by flutternewbiiiii
https://ift.tt/3eAcnOE
reddit
Review of my little helper widget called Selectable
I am very new to Flutter. At the moment I am working on a collection of re-useable widgets. I have a lot of widgets that are selectable meaning a...
New post on /r/flutterdev subreddit:
Flutter Bloc Experiment
Hi folks.I did some small experiment with BloC pattern and I will be glad to hear your feedback. I have read that the best is to use BloC per screen, but what if instead of it I can have tree like structured BloCs. Here is basic example.So. In the application there can be lot of blocs, and any bloc responsible for one unit like widgets.ex.
April 18, 2020 at 07:56PM by andantonyan
https://ift.tt/2VhAo5u
Flutter Bloc Experiment
Hi folks.I did some small experiment with BloC pattern and I will be glad to hear your feedback. I have read that the best is to use BloC per screen, but what if instead of it I can have tree like structured BloCs. Here is basic example.So. In the application there can be lot of blocs, and any bloc responsible for one unit like widgets.ex.
1. UserSearchBloc 2. UserUpdateBloc 3. UserUpdateBloc 4. ProjectSearchBloc ...And when there is a need to combine some of the blocs, I can create manager which is responsible for children states synchronization.ex.
UserProjectManagerBloc( children: [ ProjectSearchBloc()..add(ProjectSearchFilterChanged()), UserManagerBloc( children: [ UserSearchBloc()..add(UserSearchFilterChanged()), UserDeleteBloc(), UserUpdateBloc(), ], ) ], ) class UserProjectManagerBloc extends BlocNode<BlocNodeEvent, UserProjectManagerState> { ... @override void onChildStateChange(BlocNodeState state) { if (state is UserDeleteSuccess) { getChild<ProjectSearchBloc>().add(ProjectSearchUserDeleted(state.id)); } } }Github repository
April 18, 2020 at 07:56PM by andantonyan
https://ift.tt/2VhAo5u
GitHub
GitHub - andantonyan/flutter_bloc_tree: Flutter BloC Tree basic concept
Flutter BloC Tree basic concept. Contribute to andantonyan/flutter_bloc_tree development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Every Flutter Beginner should know this
https://youtu.be/uhCu_sk7VKc
April 18, 2020 at 07:27PM by nishant_rai
https://ift.tt/2wPbYah
Every Flutter Beginner should know this
https://youtu.be/uhCu_sk7VKc
April 18, 2020 at 07:27PM by nishant_rai
https://ift.tt/2wPbYah
New post on /r/flutterdev subreddit:
Running a pedometer service
Hi everyone, I would like to develop a app in flutter for counting steps so that i would work with basic sensors. What i achieved now is if i start the app and walk it would count the steps but how could i improve it count steps at all times? May be a service? But how far a service can work in flutter? I couldnt see example of it. Have u guys faced similar situations? Else u have any solutions for it?Thanks in advance.
April 18, 2020 at 08:47PM by imsharath
https://ift.tt/2wUn5Pi
Running a pedometer service
Hi everyone, I would like to develop a app in flutter for counting steps so that i would work with basic sensors. What i achieved now is if i start the app and walk it would count the steps but how could i improve it count steps at all times? May be a service? But how far a service can work in flutter? I couldnt see example of it. Have u guys faced similar situations? Else u have any solutions for it?Thanks in advance.
April 18, 2020 at 08:47PM by imsharath
https://ift.tt/2wUn5Pi
reddit
Running a pedometer service
Hi everyone, I would like to develop a app in flutter for counting steps so that i would work with basic sensors. What i achieved now is if i...
New post on /r/flutterdev subreddit:
Contributing to Flutter
Hi allI have some spare time and I want to start with small contribution to the Flutter pluginsHere is the issue that I picked https://github.com/flutter/flutter/issues/52544I am planning toadd this support for `_prefix`
write testsupdate the docsAm I on the right path? any advice before I start?Thanks
April 18, 2020 at 11:00PM by agent3bood
https://ift.tt/3bqwBsw
Contributing to Flutter
Hi allI have some spare time and I want to start with small contribution to the Flutter pluginsHere is the issue that I picked https://github.com/flutter/flutter/issues/52544I am planning toadd this support for `_prefix`
write testsupdate the docsAm I on the right path? any advice before I start?Thanks
April 18, 2020 at 11:00PM by agent3bood
https://ift.tt/3bqwBsw
GitHub
Allow setting prefix in shared preference - for migrating from old app that did not use flutter · Issue #52544 · flutter/flutter
Use case I have an app (based on Xamarin, but I that's not importing) that I am migrating to flutter. The App uses share preferences (NSUserDefaults (on iOS) and SharedPreferences (on Android))...
New post on Flutter Dev Google group:
Native Contact
Hello guys, has anyone accessed the contact book natively? I have tried with native_contact_picker and easy_contact_picker plugin, being able to open the agenda but without being able to get the contact when I select it. Regards
April 19, 2020 at 01:07AM by Saul Palenzuela Hdez
https://ift.tt/3bwCuUI
Native Contact
Hello guys, has anyone accessed the contact book natively? I have tried with native_contact_picker and easy_contact_picker plugin, being able to open the agenda but without being able to get the contact when I select it. Regards
April 19, 2020 at 01:07AM by Saul Palenzuela Hdez
https://ift.tt/3bwCuUI
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:
Tips 8 -14 of 100DaysOfFlutter
Here I have published post 8 to 14 for my journey of #100daysFfFlutterhttps://erluxman.com/00004-week-2-100days-of-flutter/For daily updates, follow this twitter thread:https://twitter.com/erluxman/status/1246608678486065152
April 19, 2020 at 03:32AM by erluxman
https://ift.tt/3bwON3L
Tips 8 -14 of 100DaysOfFlutter
Here I have published post 8 to 14 for my journey of #100daysFfFlutterhttps://erluxman.com/00004-week-2-100days-of-flutter/For daily updates, follow this twitter thread:https://twitter.com/erluxman/status/1246608678486065152
April 19, 2020 at 03:32AM by erluxman
https://ift.tt/3bwON3L
Erluxman
Flutter Tips 8-14
Second batch of 7 tips and tricks on the series 100DaysOfFlutter.
New post on Flutter Dev Google group:
Fwd: i was unable to setstate my text widget and button widget when selected according to the dropdown menu
Here is my code in the screenshot order wise i was unable to set the state
April 19, 2020 at 07:51AM by Dindukurthi Kondiah
https://ift.tt/3ewXWuX
Fwd: i was unable to setstate my text widget and button widget when selected according to the dropdown menu
Here is my code in the screenshot order wise i was unable to set the state
April 19, 2020 at 07:51AM by Dindukurthi Kondiah
https://ift.tt/3ewXWuX
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:
Notification Icon
Hi, I'm using this flutter_local_notifications
Notification Icon
Hi, I'm using this flutter_local_notifications
New post on Flutter Dev Google group:
Implementing Firebase GitHub Authentication in Flutter
Hello, can anyone help me with this: https://ift.tt/2xyAXz4
April 19, 2020 at 11:18AM by Himanshu Sharma
https://ift.tt/3exaUZF
Implementing Firebase GitHub Authentication in Flutter
Hello, can anyone help me with this: https://ift.tt/2xyAXz4
April 19, 2020 at 11:18AM by Himanshu Sharma
https://ift.tt/3exaUZF
Stack Overflow
Implementing Firebase GitHub Authentication in Flutter
I am trying to implement the Firebase GitHub Authentication in FLutter with the help of this article:
https://medium.com/flutter-community/implementing-firebase-github-authentication-in-flutter-
https://medium.com/flutter-community/implementing-firebase-github-authentication-in-flutter-
New post on /r/flutterdev subreddit:
Asset toast(Reddit like toast )
Asset toast ... Inspired by Reddit toast https://github.com/ggichure/asset_toasthttps://github.com/ggichure/asset_toast/blob/master/sc/artgif.gif
April 19, 2020 at 11:07AM by reece_h
https://ift.tt/3bjoFJu
Asset toast(Reddit like toast )
Asset toast ... Inspired by Reddit toast https://github.com/ggichure/asset_toasthttps://github.com/ggichure/asset_toast/blob/master/sc/artgif.gif
April 19, 2020 at 11:07AM by reece_h
https://ift.tt/3bjoFJu
GitHub
ggichure/asset_toast
reddit like toast. Contribute to ggichure/asset_toast development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
FlutterForce — Week 73
https://ift.tt/2VFx971
April 19, 2020 at 12:51PM by flutterist
https://ift.tt/3cyevF8
FlutterForce — Week 73
https://ift.tt/2VFx971
April 19, 2020 at 12:51PM by flutterist
https://ift.tt/3cyevF8
Medium
FlutterForce — #Week 73
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Why you should build your next mobile app with Flutter
“Why You should build your next mobile app with Flutter” by Efikas https://link.medium.com/DqTR0W6fO5
April 19, 2020 at 12:47PM by latyf
https://ift.tt/3cvDI2I
Why you should build your next mobile app with Flutter
“Why You should build your next mobile app with Flutter” by Efikas https://link.medium.com/DqTR0W6fO5
April 19, 2020 at 12:47PM by latyf
https://ift.tt/3cvDI2I
Medium
Why You should build your next mobile app with Flutter
Business and developers these days need to critical choices on their selection of technology for software development. They are constantly…
New post on /r/flutterdev subreddit:
Why you should build your next mobile app with Flutter
“Why You should build your next mobile app with Flutter” by Efikas https://link.medium.com/DqTR0W6fO5
April 19, 2020 at 12:47PM by latyf
https://ift.tt/2VlsRCO
Why you should build your next mobile app with Flutter
“Why You should build your next mobile app with Flutter” by Efikas https://link.medium.com/DqTR0W6fO5
April 19, 2020 at 12:47PM by latyf
https://ift.tt/2VlsRCO
Medium
Why You should build your next mobile app with Flutter
Business and developers these days need to critical choices on their selection of technology for software development. They are constantly…