New post on /r/flutterdev subreddit:
AWS X FLUTTER Implementation Series! What combo should I release first over my Youtube channel?
Hey all! Not a spam nor a clickbait! I've got a youtube channel that covers all the tech stack of Flutter,AWS and React. And for this week I am confused over a topic,As the preview Of AWS Amplify over Flutter is out I need the your vote over deciding the Hybrid implementation of AWS X Flutter. Please help me decide!🤷🏻 Thanks in advance!!(Yeah do check the youtube channel ,It's free to suscribe:)) Also It will be so kind of you if you do upvote this post so it will reach more people!⚡View Poll
August 31, 2020 at 05:21PM by abhishvekpvt
https://ift.tt/2EPNDVk
AWS X FLUTTER Implementation Series! What combo should I release first over my Youtube channel?
Hey all! Not a spam nor a clickbait! I've got a youtube channel that covers all the tech stack of Flutter,AWS and React. And for this week I am confused over a topic,As the preview Of AWS Amplify over Flutter is out I need the your vote over deciding the Hybrid implementation of AWS X Flutter. Please help me decide!🤷🏻 Thanks in advance!!(Yeah do check the youtube channel ,It's free to suscribe:)) Also It will be so kind of you if you do upvote this post so it will reach more people!⚡View Poll
August 31, 2020 at 05:21PM by abhishvekpvt
https://ift.tt/2EPNDVk
YouTube
Flutter Google SignIn Firebase🔥 | Flutter Google Login Firebase |Flutter Google Login| Google Signin
UPDATED Flutter Google SignIn and Login with Firebase .Firebase Google Login Flutter. Firebase is Updated! Methods are changed! Build a Flutter App that uses Firebase🔥 Google SignIn for user authentication in 2020.
⛄Support Me(please) To Get Complete Source…
⛄Support Me(please) To Get Complete Source…
New post on /r/flutterdev subreddit:
iOS Music Player Developed With Flutter
I published a Music Player app available on the App Store named Playify. It fetches songs from the user's Apple Music Library using my plugin with the same name. Feel free to check it out on the App Store and GitHub. I would also appreciate any kind of feedback or suggestion. Thanks for checking it out!
August 31, 2020 at 06:26PM by iberatkaya
https://ift.tt/3jtbyZN
iOS Music Player Developed With Flutter
I published a Music Player app available on the App Store named Playify. It fetches songs from the user's Apple Music Library using my plugin with the same name. Feel free to check it out on the App Store and GitHub. I would also appreciate any kind of feedback or suggestion. Thanks for checking it out!
August 31, 2020 at 06:26PM by iberatkaya
https://ift.tt/3jtbyZN
Dart packages
playify | Flutter Package
Playify is a Flutter plugin for playing music and fetching music metadata. Currently supports only iOS.
New post on /r/flutterdev subreddit:
Reactive redux store for Dart & Flutter inspired by RxRedux-freeletics A Redux store implementation entirely based on Dart Stream, with the power of RxDart that helps to isolate side effects. RxRedux is (kind of) a replacement for RxDart's .scan() operator. https://ift.tt/2Nn9Qhn
https://ift.tt/3jzT2if
August 31, 2020 at 06:20PM by petrus_hoc
https://ift.tt/2QT7EgJ
Reactive redux store for Dart & Flutter inspired by RxRedux-freeletics A Redux store implementation entirely based on Dart Stream, with the power of RxDart that helps to isolate side effects. RxRedux is (kind of) a replacement for RxDart's .scan() operator. https://ift.tt/2Nn9Qhn
https://ift.tt/3jzT2if
August 31, 2020 at 06:20PM by petrus_hoc
https://ift.tt/2QT7EgJ
Dart packages
rx_redux | Dart package
Redux implementation based on Dart Stream, with the power of RxDart. Reactive redux store for Dart & Flutter.
New post on /r/flutterdev subreddit:
Help me choose a development framework
I want to get more into UI/UX design and have an idea for an app that I want to build as a project to learn as much as I can about the process. I'm unsure of what development framework to use. I don't know if I'll be actually releasing the app if and when it's finished (its more of a personal project for education purposes) but I want to build it as if I will.Right now, I'm leaning towards React or Flutter. Its a bit hard to explain but I want to build an app for my local climbing gym. Users can use the app to get updates on the gym and the gym uses the website to make those changes. Its a bit more involved but pretty niche and hard to explain to people who don't climb. If you want to read more check out my blog.I've used react a little bit and I've heard good things but what is appealing to me about flutter is its all built in one. iOS, Android, and Web apps are built with the same codebase and that seems like it would make it quite a bit easier. It is a lot newer than React so I'm not sure the capabilities yet.If anyone has any input I'd love to hear it. It seems there are a lot of good options out there but I'm looking for one that will fit my project pretty well but also give me a lot of skills that I can use in future professional work.Thanks!
August 31, 2020 at 07:12PM by micro435
https://ift.tt/3jzYodD
Help me choose a development framework
I want to get more into UI/UX design and have an idea for an app that I want to build as a project to learn as much as I can about the process. I'm unsure of what development framework to use. I don't know if I'll be actually releasing the app if and when it's finished (its more of a personal project for education purposes) but I want to build it as if I will.Right now, I'm leaning towards React or Flutter. Its a bit hard to explain but I want to build an app for my local climbing gym. Users can use the app to get updates on the gym and the gym uses the website to make those changes. Its a bit more involved but pretty niche and hard to explain to people who don't climb. If you want to read more check out my blog.I've used react a little bit and I've heard good things but what is appealing to me about flutter is its all built in one. iOS, Android, and Web apps are built with the same codebase and that seems like it would make it quite a bit easier. It is a lot newer than React so I'm not sure the capabilities yet.If anyone has any input I'd love to hear it. It seems there are a lot of good options out there but I'm looking for one that will fit my project pretty well but also give me a lot of skills that I can use in future professional work.Thanks!
August 31, 2020 at 07:12PM by micro435
https://ift.tt/3jzYodD
New post on /r/flutterdev subreddit:
Help with app structuring?
Hi,Learning flutter and building a small app along the way. It has a single data source and user login via a REST API and just a couple of views.I've been reading about inherited widgets and model classes to maintain state, and stumbled upon Thomas Burkhart's excellent discussion of RXCommand which was amazing.I was wondering if anyone could suggest any more resources that discuss app structuring approaches as I'm still struggling with understanding flutter/dart internals a bit.I have a lot of experience with functional programming in python and C, also a lot of JavaScript but it's just not clear how to approach a clean design with flutter for a more complex application.Thanks in advance!
August 31, 2020 at 06:50PM by micah4321
https://ift.tt/351Wyyf
Help with app structuring?
Hi,Learning flutter and building a small app along the way. It has a single data source and user login via a REST API and just a couple of views.I've been reading about inherited widgets and model classes to maintain state, and stumbled upon Thomas Burkhart's excellent discussion of RXCommand which was amazing.I was wondering if anyone could suggest any more resources that discuss app structuring approaches as I'm still struggling with understanding flutter/dart internals a bit.I have a lot of experience with functional programming in python and C, also a lot of JavaScript but it's just not clear how to approach a clean design with flutter for a more complex application.Thanks in advance!
August 31, 2020 at 06:50PM by micah4321
https://ift.tt/351Wyyf
reddit
Help with app structuring?
Hi, Learning flutter and building a small app along the way. It has a single data source and user login via a REST API and just a couple of...
New post on /r/flutterdev subreddit:
Choosing serverless BaaS
I am trying to build an app using flutter and I am trying to choose my serverless service providers and I am going back and forth between Back4app using the parse server for flutter package and mongodb stitch/realm backend service using the "flutter_mongo_stitch" package.I would like a comparison between Mongodb stitch and Back4app(parse server). any feedback would be appreciated
August 31, 2020 at 07:50PM by Impressive-Ad793
https://ift.tt/34Sjobg
Choosing serverless BaaS
I am trying to build an app using flutter and I am trying to choose my serverless service providers and I am going back and forth between Back4app using the parse server for flutter package and mongodb stitch/realm backend service using the "flutter_mongo_stitch" package.I would like a comparison between Mongodb stitch and Back4app(parse server). any feedback would be appreciated
August 31, 2020 at 07:50PM by Impressive-Ad793
https://ift.tt/34Sjobg
Dart packages
parse_server_sdk | Dart package
The Dart SDK to connect to Parse Server. Build your apps faster with Parse Platform, the complete application stack.
New post on /r/flutterdev subreddit:
iCloud Drive as Storage
Is it possible with flutter to save files to iCloud Drive directly? Haven’t found a plug-in to this yet.
August 31, 2020 at 09:14PM by alixfu
https://ift.tt/3bdTKyR
iCloud Drive as Storage
Is it possible with flutter to save files to iCloud Drive directly? Haven’t found a plug-in to this yet.
August 31, 2020 at 09:14PM by alixfu
https://ift.tt/3bdTKyR
reddit
iCloud Drive as Storage
Is it possible with flutter to save files to iCloud Drive directly? Haven’t found a plug-in to this yet.
New post on /r/flutterdev subreddit:
DoYouEvenFlutter? [EP.1] Scroll to Element in list. Do you know how to tackle this problem? Maybe this 3 min read will help you next time! #flutter #flutterdev
https://ift.tt/3gFbZhO
August 31, 2020 at 08:59PM by ThatLukeUrban
https://ift.tt/3gMi4ZZ
DoYouEvenFlutter? [EP.1] Scroll to Element in list. Do you know how to tackle this problem? Maybe this 3 min read will help you next time! #flutter #flutterdev
https://ift.tt/3gFbZhO
August 31, 2020 at 08:59PM by ThatLukeUrban
https://ift.tt/3gMi4ZZ
Medium
DoYouEvenFlutter? [EP.1]
Scroll to Element in list
New post on /r/flutterdev subreddit:
While developing a mobile app, in which cases I can use both local (SQFlite) and remote databases (MongoDB Cloud) together and also how I can handle both relational and NoSQL sources?
I am trying to understand the nature of the mobile apps which use both SQFLite and MongoDB, why it uses, and how.
August 31, 2020 at 10:58PM by shdw2x
https://ift.tt/2QFA39F
While developing a mobile app, in which cases I can use both local (SQFlite) and remote databases (MongoDB Cloud) together and also how I can handle both relational and NoSQL sources?
I am trying to understand the nature of the mobile apps which use both SQFLite and MongoDB, why it uses, and how.
August 31, 2020 at 10:58PM by shdw2x
https://ift.tt/2QFA39F
reddit
While developing a mobile app, in which cases I can use both local...
I am trying to understand the nature of the mobile apps which use both SQFLite and MongoDB, why it uses, and how.
New post on /r/flutterdev subreddit:
Tomb Toad snakes
/r/indiegames/comments/ikat23/tomb_toad_snakes/
September 01, 2020 at 03:16AM by mission-ctrl
https://ift.tt/3lArUlg
Tomb Toad snakes
/r/indiegames/comments/ikat23/tomb_toad_snakes/
September 01, 2020 at 03:16AM by mission-ctrl
https://ift.tt/3lArUlg
reddit
Tomb Toad snakes
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Validating Commit Messages with Dart and Lefthook
https://ift.tt/3gMoRCE
September 01, 2020 at 04:20AM by RemeJuan
https://ift.tt/3lLyXaW
Validating Commit Messages with Dart and Lefthook
https://ift.tt/3gMoRCE
September 01, 2020 at 04:20AM by RemeJuan
https://ift.tt/3lLyXaW
Medium
Validating commit messages with dart and Lefthook
Something I had been trying to work out for my Flutter project for some time was validating commit messages, initially, I used…
New post on /r/flutterdev subreddit:
How to protect flutter plugin from being edited.
I am planning to make a plugin but also i don’t want the people using it to edit it.I know its easy to edit some plugin and integrate as own in the code.But is there any way to secure that like from the api side such as with some authentication key or anything.Thank you in advance. ☺️😊
September 01, 2020 at 07:45AM by Kushal_m
https://ift.tt/3jvzsns
How to protect flutter plugin from being edited.
I am planning to make a plugin but also i don’t want the people using it to edit it.I know its easy to edit some plugin and integrate as own in the code.But is there any way to secure that like from the api side such as with some authentication key or anything.Thank you in advance. ☺️😊
September 01, 2020 at 07:45AM by Kushal_m
https://ift.tt/3jvzsns
reddit
How to protect flutter plugin from being edited.
I am planning to make a plugin but also i don’t want the people using it to edit it. I know its easy to edit some plugin and integrate as own in...
New post on /r/flutterdev subreddit:
Golden testing using CachedNetworkImage
https://ift.tt/31LAwh5
September 01, 2020 at 07:52AM by ncuillery
https://ift.tt/2GhxKI3
Golden testing using CachedNetworkImage
https://ift.tt/31LAwh5
September 01, 2020 at 07:52AM by ncuillery
https://ift.tt/2GhxKI3
Medium
Golden testing using CachedNetworkImage
The recipe to test a widget that uses CachedNetworkImage and generate a clean golden image without any network request.
New post on /r/flutterdev subreddit:
Flutter apps that made it to the featured list?
Hey guys,As part of an ongoing investigation we're doing in my work place, we would like to see examples of Flutter apps that made it to the Featured list of either of the 2 app stores.We know of Reflectly, but nothing else?Do you know of an app like that? Got a link to share?Many thanks.
September 01, 2020 at 09:09AM by ResponsibilityLeft50
https://ift.tt/2EN8t7P
Flutter apps that made it to the featured list?
Hey guys,As part of an ongoing investigation we're doing in my work place, we would like to see examples of Flutter apps that made it to the Featured list of either of the 2 app stores.We know of Reflectly, but nothing else?Do you know of an app like that? Got a link to share?Many thanks.
September 01, 2020 at 09:09AM by ResponsibilityLeft50
https://ift.tt/2EN8t7P
reddit
Flutter apps that made it to the featured list?
Hey guys, As part of an ongoing investigation we're doing in my work place, we would like to see examples of Flutter apps that made it to the...
New post on Flutter Dev Google group:
Flutter testing newbie help
Hi peeps I have been developing my own app and now that im finished i wanna test that app. But the issue is i haven`t seen any tutorials or examples similar to mine every video just takes the basic example from flutter docs and explains it. Is anyone willing to show me how to run widget tests
September 01, 2020 at 09:17AM by Nikola Jovanoski
https://ift.tt/2YT4fD0
Flutter testing newbie help
Hi peeps I have been developing my own app and now that im finished i wanna test that app. But the issue is i haven`t seen any tutorials or examples similar to mine every video just takes the basic example from flutter docs and explains it. Is anyone willing to show me how to run widget tests
September 01, 2020 at 09:17AM by Nikola Jovanoski
https://ift.tt/2YT4fD0
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:
Method was called on null
Hi I am getting this error when using bloc. I am not sure why it says so. Here is the code I am using injectable but @injectable class SignupFormBloc extends Bloc
Method was called on null
Hi I am getting this error when using bloc. I am not sure why it says so. Here is the code I am using injectable but @injectable class SignupFormBloc extends Bloc
New post on /r/flutterdev subreddit:
Flutter Coffee Shop App UI Design
https://youtu.be/I5Sxm-PeiKw
September 01, 2020 at 12:31PM by PennyPainter
https://ift.tt/2QHwzDR
Flutter Coffee Shop App UI Design
https://youtu.be/I5Sxm-PeiKw
September 01, 2020 at 12:31PM by PennyPainter
https://ift.tt/2QHwzDR
YouTube
Coffee shop app UI Design | Flutter Speed code
Process of creating UI design for a Coffee Shop app using flutter and dart programming.
Source Code : https://github.com/tonydavidx/Coffee_Shop_FlutterApp
Timestamps:
0:00 - Intro
0:09 - Project Setup
1:30 - Home Page Start
9:12 - Order Page
#flutter…
Source Code : https://github.com/tonydavidx/Coffee_Shop_FlutterApp
Timestamps:
0:00 - Intro
0:09 - Project Setup
1:30 - Home Page Start
9:12 - Order Page
#flutter…
New post on /r/flutterdev subreddit:
Updated Cloud Firestore Queries through the new Firebase Update!(Including the solution over FirebaseException and Firebase.InitializeApp)
https://youtu.be/rFKVOeyumWE
September 01, 2020 at 12:24PM by abhishvekpvt
https://ift.tt/3jLvGqn
Updated Cloud Firestore Queries through the new Firebase Update!(Including the solution over FirebaseException and Firebase.InitializeApp)
https://youtu.be/rFKVOeyumWE
September 01, 2020 at 12:24PM by abhishvekpvt
https://ift.tt/3jLvGqn
YouTube
Flutter Firestore Read And Write Data📘 | Flutter Firestore CRUD Example | Flutter Firestore CRUD
⚡Firebase methods are updated,New features are included! Let's Create and Read Data from Cloud Firestore along with new Update,Shall we?Flutter Cloud Firestore Operations CRUD
⛄Support Me(please) To Get Complete Source Code With Some Cookies🍪
☑️ Buymeacoffee…
⛄Support Me(please) To Get Complete Source Code With Some Cookies🍪
☑️ Buymeacoffee…
New post on Flutter Dev Google group:
ReorderableListView children different than a List.map()
I have posted an issue on github => https://ift.tt/3hMUk9r This is not a bug but a problem I am facing while making the todoey app. Please take a look at it and help me if you can. Thank you.
September 01, 2020 at 01:21PM by Varun Arora
https://ift.tt/3jBVghs
ReorderableListView children different than a List.map()
I have posted an issue on github => https://ift.tt/3hMUk9r This is not a bug but a problem I am facing while making the todoey app. Please take a look at it and help me if you can. Thank you.
September 01, 2020 at 01:21PM by Varun Arora
https://ift.tt/3jBVghs
GitHub
ReorderableListView children different than a List.map() · Issue #65011 · flutter/flutter
This is not a bug but a problem I face while making a simple todoey app which has TaskList.dart file which showed TaskTiles using ListView.builder method. However, to reorder the tasks, I tried add...
New post on /r/flutterdev subreddit:
Exposing all Android NDK apis with FFI bindings
I've grown quite fond of generating libraries lately, and it got me wondering. I'm not well versed in the Android NDK, but shouldn't it be possible to generate FFI-bindings for all NDK APIs? Do all APIs have shared libraries located in the OS like OpenGL? It feels like a huge opportunity to be able to publish a pure Dart package instead of a plugin for these functionalities.
September 01, 2020 at 01:35PM by Schwusch
https://ift.tt/3gJ4EO9
Exposing all Android NDK apis with FFI bindings
I've grown quite fond of generating libraries lately, and it got me wondering. I'm not well versed in the Android NDK, but shouldn't it be possible to generate FFI-bindings for all NDK APIs? Do all APIs have shared libraries located in the OS like OpenGL? It feels like a huge opportunity to be able to publish a pure Dart package instead of a plugin for these functionalities.
September 01, 2020 at 01:35PM by Schwusch
https://ift.tt/3gJ4EO9
GitHub
GitHub - agilord/aws_client: High-level APIs for Amazon Web Services (AWS) in Dart
High-level APIs for Amazon Web Services (AWS) in Dart - agilord/aws_client
New post on /r/flutterdev subreddit:
Weekly Flutter showcase?
When is this even happening? (Closed source)
September 01, 2020 at 02:06PM by chrisrutkowski
https://ift.tt/34QRRXF
Weekly Flutter showcase?
When is this even happening? (Closed source)
September 01, 2020 at 02:06PM by chrisrutkowski
https://ift.tt/34QRRXF
reddit
Weekly Flutter showcase?
When is this even happening? (Closed source)