New post on /r/flutterdev subreddit:
Made a ridiculous TiltableStack widget, for those who needs a thumbstick in their app
https://twitter.com/therealSchwusch/status/1158378727325261824
August 05, 2019 at 04:39PM by Schwusch
https://ift.tt/2Ysx8aQ
Made a ridiculous TiltableStack widget, for those who needs a thumbstick in their app
https://twitter.com/therealSchwusch/status/1158378727325261824
August 05, 2019 at 04:39PM by Schwusch
https://ift.tt/2Ysx8aQ
Twitter
Jonathan Böcker
I made the @2Dimensions inspired tiltable stack into a @FlutterDev Widget. The layers does not project shadows on the former element though. Still working on that. Still fun! https://t.co/QyycTAUOnm https://t.co/pTq2wu7xHm
New post on /r/flutterdev subreddit:
Reordering items in a listview builder
I have a list view builder that builds the list, from a persistent local SQFLite database, whenever the app is started. One can add more items to the list and the listview is updated using setState to reflect the changes and the new item is added to the SQFLite database as well. Also, every item in the SQFLite database is given a unique Id. I'd now want to implement a way so that it's possible to rearrange the items of the listview and make it possible to reorder them by moving them up or down the list by holding and dragging them. On reordering them, it would be relatively easy to update their positions on the database but how should the actual dragging, dropping and reordering be done in the listview builder?The ReorderableListView class can be used to reorder lists that are relatively small and don't work with listview builders. So how can this be achieved when the list is relatively large and is built using a ListView builder?
August 05, 2019 at 03:49PM by madebyayan
https://ift.tt/2T7s99K
Reordering items in a listview builder
I have a list view builder that builds the list, from a persistent local SQFLite database, whenever the app is started. One can add more items to the list and the listview is updated using setState to reflect the changes and the new item is added to the SQFLite database as well. Also, every item in the SQFLite database is given a unique Id. I'd now want to implement a way so that it's possible to rearrange the items of the listview and make it possible to reorder them by moving them up or down the list by holding and dragging them. On reordering them, it would be relatively easy to update their positions on the database but how should the actual dragging, dropping and reordering be done in the listview builder?The ReorderableListView class can be used to reorder lists that are relatively small and don't work with listview builders. So how can this be achieved when the list is relatively large and is built using a ListView builder?
August 05, 2019 at 03:49PM by madebyayan
https://ift.tt/2T7s99K
reddit
r/FlutterDev - Reordering items in a listview builder
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Open Sourced the App Template For GDG DevFest ♥️
https://ift.tt/31hrhlv
August 05, 2019 at 05:04PM by imthepk
https://ift.tt/2ZxqnAU
Open Sourced the App Template For GDG DevFest ♥️
https://ift.tt/31hrhlv
August 05, 2019 at 05:04PM by imthepk
https://ift.tt/2ZxqnAU
GitHub
iampawan/GDG-DevFest-App
An App Template For GDG DevFest. Contribute to iampawan/GDG-DevFest-App development by creating an account on GitHub.
New tweet from FlutterDev:
💸Want to accept payments in your Flutter app?
Check out the @Square in-app payments plugin to get started! @Square released a video walking through the details of how to incorporate @Square payments into your Flutter app.
Watch here → https://t.co/K0RLgfiRFW pic.twitter.com/2l18h8U7eA— Flutter (@FlutterDev) August 5, 2019
August 05, 2019 at 06:05PM
http://twitter.com/FlutterDev/status/1158408796877860866
💸Want to accept payments in your Flutter app?
Check out the @Square in-app payments plugin to get started! @Square released a video walking through the details of how to incorporate @Square payments into your Flutter app.
Watch here → https://t.co/K0RLgfiRFW pic.twitter.com/2l18h8U7eA— Flutter (@FlutterDev) August 5, 2019
August 05, 2019 at 06:05PM
http://twitter.com/FlutterDev/status/1158408796877860866
Twitter
Square (@Square) | Twitter
The latest Tweets from Square (@Square). So much more than the little white card reader. Helping businesses of all sizes start, run, and grow
New post on /r/flutterdev subreddit:
AnimatedPadding (Flutter Widget of the Week)
https://www.youtube.com/watch?v=PY2m0fhGNz4&feature=youtu.be
August 05, 2019 at 09:06PM by MarkOSullivan
https://ift.tt/33aSyYG
AnimatedPadding (Flutter Widget of the Week)
https://www.youtube.com/watch?v=PY2m0fhGNz4&feature=youtu.be
August 05, 2019 at 09:06PM by MarkOSullivan
https://ift.tt/33aSyYG
YouTube
AnimatedPadding (Flutter Widget of the Week)
AnimatedPadding is a great way to provide smooth buffers and spaces between widgets and screen borders. Use this to dynamically change the padding of the wid...
New post on /r/flutterdev subreddit:
A Flutter package to parse text and extract parts using predefined types like url, phone and email and also supports Regex.
https://ift.tt/2T8cR4A
August 05, 2019 at 08:59PM by boss-san
https://ift.tt/33aAy0w
A Flutter package to parse text and extract parts using predefined types like url, phone and email and also supports Regex.
https://ift.tt/2T8cR4A
August 05, 2019 at 08:59PM by boss-san
https://ift.tt/33aAy0w
GitHub
fayeed/flutter_parsed_text
A Flutter package to parse text and make them into linkified text widget - fayeed/flutter_parsed_text
New post on /r/flutterdev subreddit:
AnimatedPadding (Flutter Widget of the Week)
https://youtu.be/PY2m0fhGNz4
August 05, 2019 at 08:32PM by EngineerScientist
https://ift.tt/2M2Ol42
AnimatedPadding (Flutter Widget of the Week)
https://youtu.be/PY2m0fhGNz4
August 05, 2019 at 08:32PM by EngineerScientist
https://ift.tt/2M2Ol42
YouTube
AnimatedPadding (Flutter Widget of the Week)
AnimatedPadding is a great way to provide smooth buffers and spaces between widgets and screen borders. Use this to dynamically change the padding of the widget and have it animate between the two values.
Learn more about AnimatedPadding → https://goo.gle/2OzEvZn…
Learn more about AnimatedPadding → https://goo.gle/2OzEvZn…
New post on /r/flutterdev subreddit:
Flutter Animation Tutorial – Refactoring with AnimatedWidget & AnimatedBuilder
https://m.youtube.com/watch?v=o-h_e4b71o8&feature=youtu.be
August 05, 2019 at 08:28PM by Purple_Pizzazz
https://ift.tt/2KvEArK
Flutter Animation Tutorial – Refactoring with AnimatedWidget & AnimatedBuilder
https://m.youtube.com/watch?v=o-h_e4b71o8&feature=youtu.be
August 05, 2019 at 08:28PM by Purple_Pizzazz
https://ift.tt/2KvEArK
YouTube
Flutter Animation Tutorial – Refactoring with AnimatedWidget & AnimatedBuilder
📗 Learn from the written tutorial 👇👇
https://resocoder.com/flutter-animation-refactoring
👨💻 Do you write good code? Find out now 👇
https://resocoder.com/good-code-quiz
Animation undoubtedly creates great-looking apps. Unless done correctly though, it can…
https://resocoder.com/flutter-animation-refactoring
👨💻 Do you write good code? Find out now 👇
https://resocoder.com/good-code-quiz
Animation undoubtedly creates great-looking apps. Unless done correctly though, it can…
New post on Flutter Dev Google group:
flutter webdev server --auto restart throwing error
Getting this error every time I run "webdev serve --auto restart". webdev could not run for this project. This version of webdev does not support the `build_daemon` protocol used by your version of `build_runner`. A newer version of webdev is available which supports your version of the `build_da
August 05, 2019 at 09:25PM by Ravi Shankar Singh
https://ift.tt/2Kvo5vI
flutter webdev server --auto restart throwing error
Getting this error every time I run "webdev serve --auto restart". webdev could not run for this project. This version of webdev does not support the `build_daemon` protocol used by your version of `build_runner`. A newer version of webdev is available which supports your version of the `build_da
August 05, 2019 at 09:25PM by Ravi Shankar Singh
https://ift.tt/2Kvo5vI
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:
Flutter Desktop: make a release
I developed a Flutter mobile app and wrote an accompanying desktop application for administrators to manage the backend. I used flutter-desktop-embedding and I'm fully aware that it is far from being production ready. In particular, there is no way to build a release version of the app (as mentioned in the README of flutter-desktop-embedding).Still, I was wondering if anyone has any tipps on how to make the app as close to a release version as possible. One thing I did was remove the 'debug' banner (by setting
August 05, 2019 at 11:06PM by chris___s
https://ift.tt/2T6Iewh
Flutter Desktop: make a release
I developed a Flutter mobile app and wrote an accompanying desktop application for administrators to manage the backend. I used flutter-desktop-embedding and I'm fully aware that it is far from being production ready. In particular, there is no way to build a release version of the app (as mentioned in the README of flutter-desktop-embedding).Still, I was wondering if anyone has any tipps on how to make the app as close to a release version as possible. One thing I did was remove the 'debug' banner (by setting
MaterialApp
's debugShowCheckedModeBanner
to false
). Are there any other things I could do? For example, it would be nice to get rid of the black/yellow pixel overflow warnings…I'm building the app for macOS, but suggestions for any platform are welcome.August 05, 2019 at 11:06PM by chris___s
https://ift.tt/2T6Iewh
GitHub
GitHub - google/flutter-desktop-embedding: Experimental plugins for Flutter for Desktop
Experimental plugins for Flutter for Desktop. Contribute to google/flutter-desktop-embedding development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter Freelancing
Hi everyone , is there any sub only for flutter freelance jobs ?
August 05, 2019 at 09:28PM by ScorpionReiko
https://ift.tt/2T7URav
Flutter Freelancing
Hi everyone , is there any sub only for flutter freelance jobs ?
August 05, 2019 at 09:28PM by ScorpionReiko
https://ift.tt/2T7URav
reddit
r/FlutterDev - Flutter Freelancing
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
snappable : Thanos effect library in Flutter
https://ift.tt/2KgkgMf
August 05, 2019 at 11:33PM by EngineerScientist
https://ift.tt/31k0ODQ
snappable : Thanos effect library in Flutter
https://ift.tt/2KgkgMf
August 05, 2019 at 11:33PM by EngineerScientist
https://ift.tt/31k0ODQ
GitHub
MarcinusX/snappable
Thanos snap effect in Flutter. Contribute to MarcinusX/snappable development by creating an account on GitHub.
New post on Flutter Dev Google group:
New Dart DevTools Release - 0.1.5
DevTools 0.1.5 Release Notes Dart DevTools - A Suite of Performance Tools for Dart and Flutter General Updates - Search and filter dialogs are now case-insensitive - Link to Dart DevTools documentation from connect screen - Disable unsupported pages for
August 06, 2019 at 12:32AM by Kenzie Schmoll
https://ift.tt/2yEptH3
New Dart DevTools Release - 0.1.5
DevTools 0.1.5 Release Notes Dart DevTools - A Suite of Performance Tools for Dart and Flutter General Updates - Search and filter dialogs are now case-insensitive - Link to Dart DevTools documentation from connect screen - Disable unsupported pages for
August 06, 2019 at 12:32AM by Kenzie Schmoll
https://ift.tt/2yEptH3
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:
Flutter — Firebase Realtime Database CRUD Operations Using Provider
https://ift.tt/2Ytwj1t
August 06, 2019 at 01:02AM by EngineerScientist
https://ift.tt/2MCHkpU
Flutter — Firebase Realtime Database CRUD Operations Using Provider
https://ift.tt/2Ytwj1t
August 06, 2019 at 01:02AM by EngineerScientist
https://ift.tt/2MCHkpU
Medium
Flutter — Firebase Realtime Database CRUD Operations Using Provider
Introduction
New post on /r/flutterdev subreddit:
Has anyone tried using Plaid with their flutter app? What was your experience?
A couple of my friends and I are trying to create an app similar to acorns where a user can login to the app and link their banks and thr app would monitor their transactions and plaid seems to be the best solution so far however I couldn't find any documentation on how to integrate. Any suggestions would be awesome as I'm running in circles right now.
August 06, 2019 at 03:53AM by mshwy6
https://ift.tt/2OIj2O9
Has anyone tried using Plaid with their flutter app? What was your experience?
A couple of my friends and I are trying to create an app similar to acorns where a user can login to the app and link their banks and thr app would monitor their transactions and plaid seems to be the best solution so far however I couldn't find any documentation on how to integrate. Any suggestions would be awesome as I'm running in circles right now.
August 06, 2019 at 03:53AM by mshwy6
https://ift.tt/2OIj2O9
reddit
r/FlutterDev - Has anyone tried using Plaid with their flutter app? What was your experience?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Concurrent State Management - Build Flutter
https://ift.tt/2GP4fLf
August 06, 2019 at 02:56AM by apedley
https://ift.tt/2YHasyF
Concurrent State Management - Build Flutter
https://ift.tt/2GP4fLf
August 06, 2019 at 02:56AM by apedley
https://ift.tt/2YHasyF
Build Flutter
Concurrent State Management - Build Flutter
Side effects appear ever present in many state management approaches taken. MVU (Model – View – Update) was the pattern that I thought showed immense promise when I initially looked at it. As I delved in, the issue struck me. I saw a diagram with an arrow…
New post on Flutter Dev Google group:
IL PEDOFILO ASSASSINO PAOLO BARRAI, ANCHE NEL 2019, FA CRIMINI TERRIFICANTI PIU' CHE MAI! TRATTASI DI UN MANDANTE DI OMICIDI, DI UN PEDERASTA CHE STUPRA ED AMMAZZA TANTI BAMBINI. HA RICICLATO EURO ASSASSINI DI NDRANGHETA IN MALAVITOSISSIMA ICO EIDOO!
IL PEDOFILO ASSASSINO PAOLO BARRAI, ANCHE NEL 2019, FA CRIMINI TERRIFICANTI PIU' CHE MAI! TRATTASI DI UN MANDANTE DI OMICIDI, DI UN PEDERASTA CHE STUPRA ED AMMAZZA TANTI BAMBINI. HA RICICLATO EURO ASSASSINI DI NDRANGHETA IN MALAVITOSISSIMA ICO EIDOO!!!!!!!!!!!!!!!!!!!! E' STATO CACCIATO DA
August 06, 2019 at 04:08AM by ROBERTO GORINI 4-UPPER LTD LUGANO-LA-SUISSE
https://ift.tt/2MHzDz1
IL PEDOFILO ASSASSINO PAOLO BARRAI, ANCHE NEL 2019, FA CRIMINI TERRIFICANTI PIU' CHE MAI! TRATTASI DI UN MANDANTE DI OMICIDI, DI UN PEDERASTA CHE STUPRA ED AMMAZZA TANTI BAMBINI. HA RICICLATO EURO ASSASSINI DI NDRANGHETA IN MALAVITOSISSIMA ICO EIDOO!
IL PEDOFILO ASSASSINO PAOLO BARRAI, ANCHE NEL 2019, FA CRIMINI TERRIFICANTI PIU' CHE MAI! TRATTASI DI UN MANDANTE DI OMICIDI, DI UN PEDERASTA CHE STUPRA ED AMMAZZA TANTI BAMBINI. HA RICICLATO EURO ASSASSINI DI NDRANGHETA IN MALAVITOSISSIMA ICO EIDOO!!!!!!!!!!!!!!!!!!!! E' STATO CACCIATO DA
August 06, 2019 at 04:08AM by ROBERTO GORINI 4-UPPER LTD LUGANO-LA-SUISSE
https://ift.tt/2MHzDz1
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:
Task Management Flutter app
any Developer have this app where we can "Task Manage" !
August 06, 2019 at 04:47AM by View Nepal WEB Development and Hosting Inc.
https://ift.tt/2ZyBqd6
Task Management Flutter app
any Developer have this app where we can "Task Manage" !
August 06, 2019 at 04:47AM by View Nepal WEB Development and Hosting Inc.
https://ift.tt/2ZyBqd6
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(1.7.8) armeabi support
flutter buil with only with armeabi crashes with 'vm init fail', is there any way to fix?
August 06, 2019 at 05:27AM by Elite Yak
https://ift.tt/2YF9PKc
flutter(1.7.8) armeabi support
flutter buil with only with armeabi crashes with 'vm init fail', is there any way to fix?
August 06, 2019 at 05:27AM by Elite Yak
https://ift.tt/2YF9PKc
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:
A Production-Quality Flutter Starter App
https://ift.tt/33edvlt
August 06, 2019 at 05:08AM by Purple_Pizzazz
https://ift.tt/2T7ntR3
A Production-Quality Flutter Starter App
https://ift.tt/33edvlt
August 06, 2019 at 05:08AM by Purple_Pizzazz
https://ift.tt/2T7ntR3
Medium
A Production-Quality Flutter Starter App
Flutter promises a lot. It has also quite a few new interesting characteristics that are attractive to a CTO. When is it production-ready…