New post on /r/flutterdev subreddit:
Creating Instagram's Photo Feed using Flutter (Blog Post & Video)
https://www.youtube.com/watch?v=LUpphBjNR5E
July 05, 2019 at 07:41PM by nickwu241
https://ift.tt/2YwssNa
Creating Instagram's Photo Feed using Flutter (Blog Post & Video)
https://www.youtube.com/watch?v=LUpphBjNR5E
July 05, 2019 at 07:41PM by nickwu241
https://ift.tt/2YwssNa
YouTube
Instagram Clone with Flutter, UI Demo for Instagroot
Read about my experience at:
https://medium.com/@nickwu241/creating-an-instagram-clone-with-flutter-4e81eab2ed69
Source Code: https://github.com/nickwu241/instagroot
Try the App on Google Play Store: https://play.google.com/store/apps/details?id=wu.nick.instagroot…
https://medium.com/@nickwu241/creating-an-instagram-clone-with-flutter-4e81eab2ed69
Source Code: https://github.com/nickwu241/instagroot
Try the App on Google Play Store: https://play.google.com/store/apps/details?id=wu.nick.instagroot…
New post on /r/flutterdev subreddit:
First Flutter App Released!
Hey Reddit!I released my first 100% Flutter app live in Google Play and Apple App Store. Hope you like it!! :)It's called Drink Happy and allows you to create and find Happy Hours and Music events at local bars and restaurants.Please try it out, give me feedback, use it, ask me about stuff. I'm usually on the Flutter Gitter channel, I'll help out as much as I can!(U.S. only dist for now, but I'm going to release it wider when I get a few more features in)https://drinkhappy.netThanks!
July 05, 2019 at 10:22PM by sourcebrewery
https://ift.tt/2RXkB8D
First Flutter App Released!
Hey Reddit!I released my first 100% Flutter app live in Google Play and Apple App Store. Hope you like it!! :)It's called Drink Happy and allows you to create and find Happy Hours and Music events at local bars and restaurants.Please try it out, give me feedback, use it, ask me about stuff. I'm usually on the Flutter Gitter channel, I'll help out as much as I can!(U.S. only dist for now, but I'm going to release it wider when I get a few more features in)https://drinkhappy.netThanks!
July 05, 2019 at 10:22PM by sourcebrewery
https://ift.tt/2RXkB8D
drinkhappy.net
Drink Happy
Find and create all the best music events and happy hours
New post on /r/flutterdev subreddit:
Using Json serializable
I'm trying to use the json serializable package and I have it set up and everything, but I'm not sure how to use it... Do I just use the jsonencode and jsondecode functions from dart:convert?Edit: found it. My problem was that I was expecting jsonDecode to return the object, but you need to do YourClass.fromJson(jsonDecode(rawJsonString)
July 06, 2019 at 12:14AM by jlund24
https://ift.tt/2JfDtgr
Using Json serializable
I'm trying to use the json serializable package and I have it set up and everything, but I'm not sure how to use it... Do I just use the jsonencode and jsondecode functions from dart:convert?Edit: found it. My problem was that I was expecting jsonDecode to return the object, but you need to do YourClass.fromJson(jsonDecode(rawJsonString)
July 06, 2019 at 12:14AM by jlund24
https://ift.tt/2JfDtgr
reddit
r/FlutterDev - Using Json serializable
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Storing Service Accounts in flutter
Hiive just started learning flutter, and i found i need to use Google Big Query API for my App, so i have created a service account and have the json creditentals to use the API using OAuth in Flutter, so im leveraging the googleauth_api and googleapi packagesbut im struggling to find the best solution to store the service account credentials inside flutter as putting them in a /asset folder or putting them into as constants seems like bad practice,what methods have you used for storing these credentials so it can be used when the app is deployed to the play/appstoreThanks
July 05, 2019 at 11:50PM by mrvtec69
https://ift.tt/2LAyNTU
Storing Service Accounts in flutter
Hiive just started learning flutter, and i found i need to use Google Big Query API for my App, so i have created a service account and have the json creditentals to use the API using OAuth in Flutter, so im leveraging the googleauth_api and googleapi packagesbut im struggling to find the best solution to store the service account credentials inside flutter as putting them in a /asset folder or putting them into as constants seems like bad practice,what methods have you used for storing these credentials so it can be used when the app is deployed to the play/appstoreThanks
July 05, 2019 at 11:50PM by mrvtec69
https://ift.tt/2LAyNTU
reddit
r/FlutterDev - Storing Service Accounts in flutter
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
How to contribute to flutter plugins?
Hi everyone!I’ve been creating the MVP for my startup entirely in Flutter and I have to say it’s been a blast!! I have hit a wall though. One of the core features of my app is google maps. I’m currently using the google maps flutter plugin and am having a tough time adding route drawing to my app. Ive researched quite a few solutions but they all seem like work arounds.I would love to give back to the flutter community by contributing this feature to the google maps flutter plugin. Any advice on how to about this? :) ty for your time , this community is awesome!
July 05, 2019 at 11:23PM by pencilPenisHugeSack
https://ift.tt/2XIFeLl
How to contribute to flutter plugins?
Hi everyone!I’ve been creating the MVP for my startup entirely in Flutter and I have to say it’s been a blast!! I have hit a wall though. One of the core features of my app is google maps. I’m currently using the google maps flutter plugin and am having a tough time adding route drawing to my app. Ive researched quite a few solutions but they all seem like work arounds.I would love to give back to the flutter community by contributing this feature to the google maps flutter plugin. Any advice on how to about this? :) ty for your time , this community is awesome!
July 05, 2019 at 11:23PM by pencilPenisHugeSack
https://ift.tt/2XIFeLl
reddit
r/FlutterDev - How to contribute to flutter plugins?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Logging - A Guide on How to Use it Effectively
https://youtu.be/c5CwHXj21xw
July 05, 2019 at 10:48PM by Filledstacks
https://ift.tt/2L5aGNU
Flutter Logging - A Guide on How to Use it Effectively
https://youtu.be/c5CwHXj21xw
July 05, 2019 at 10:48PM by Filledstacks
https://ift.tt/2L5aGNU
YouTube
Flutter Logging - A Guide on How to Use it Effectively
Written tutorial: https://www.filledstacks.com/post/flutter-logging-a-guide-to-use-it-effectively
Tutorial Source: https://github.com/FilledStacks/flutter-tutorials
Code to download: https://firebasestorage.googleapis.com/v0/b/filledstacks.appspot.com/…
Tutorial Source: https://github.com/FilledStacks/flutter-tutorials
Code to download: https://firebasestorage.googleapis.com/v0/b/filledstacks.appspot.com/…
New post on /r/flutterdev subreddit:
Sorting RSS News Feeds By Title
I'm trying to narrow down a way to sort RSS News feeds by title. For example when you go into a browser and load google.com/news they provide articles from multiple sources under the same title or topic. I'm sure google is using some kind of textual based machine learning to group news articles by title/topic.In my Flutter app I have multiple RSS feeds that I can loop through. Is there a basic way through regex (word matching, counting) that could help me sort News articles by title. As my data set grows larger I will look into using something like ML Kit and TensorFlow, however for now I was wondering if anyone had suggestions for getting this done as a basic proof of concept using Dart.
July 06, 2019 at 01:04AM by quantum3ntanglement
https://ift.tt/2L3iijW
Sorting RSS News Feeds By Title
I'm trying to narrow down a way to sort RSS News feeds by title. For example when you go into a browser and load google.com/news they provide articles from multiple sources under the same title or topic. I'm sure google is using some kind of textual based machine learning to group news articles by title/topic.In my Flutter app I have multiple RSS feeds that I can loop through. Is there a basic way through regex (word matching, counting) that could help me sort News articles by title. As my data set grows larger I will look into using something like ML Kit and TensorFlow, however for now I was wondering if anyone had suggestions for getting this done as a basic proof of concept using Dart.
July 06, 2019 at 01:04AM by quantum3ntanglement
https://ift.tt/2L3iijW
Google News
Comprehensive up-to-date news coverage, aggregated from sources all over the world by Google News.
New post on /r/flutterdev subreddit:
Can anyone recommend a tutorial that goes from start to finish for someone new to Flutter and Dart?
No text found
July 06, 2019 at 03:50AM by Sumif
https://ift.tt/32cwNak
Can anyone recommend a tutorial that goes from start to finish for someone new to Flutter and Dart?
No text found
July 06, 2019 at 03:50AM by Sumif
https://ift.tt/32cwNak
reddit
r/FlutterDev - Can anyone recommend a tutorial that goes from start to finish for someone new to Flutter and Dart?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
VSCode Extension to make JSONSerializable classes easier
I published my first VSCode extension for flutter and dart. It has snippets that allow writing JSONSerializable classes easily & has commands that allow executing the build_runner for code gen and watch for changes.Link: https://marketplace.visualstudio.com/items?itemName=aksharpatel47.vscode-flutter-helper&ssr=falseSource: https://github.com/aksharpatel47/vscode_flutter_helperAny feedback is appreciated.
July 06, 2019 at 03:18AM by aksharpatel47
https://ift.tt/2S01R8t
VSCode Extension to make JSONSerializable classes easier
I published my first VSCode extension for flutter and dart. It has snippets that allow writing JSONSerializable classes easily & has commands that allow executing the build_runner for code gen and watch for changes.Link: https://marketplace.visualstudio.com/items?itemName=aksharpatel47.vscode-flutter-helper&ssr=falseSource: https://github.com/aksharpatel47/vscode_flutter_helperAny feedback is appreciated.
July 06, 2019 at 03:18AM by aksharpatel47
https://ift.tt/2S01R8t
Visualstudio
Flutter Helpers - Visual Studio Marketplace
Extension for Visual Studio Code - Helper utilities for flutter projects
New post on /r/flutterdev subreddit:
When to Use Keys - Flutter Widgets 101 Ep. 4 (this has stumped me twice now!)
https://www.youtube.com/watch?v=kn0EOS-ZiIc
July 06, 2019 at 06:33AM by Dazza5000
https://ift.tt/2xA17ha
When to Use Keys - Flutter Widgets 101 Ep. 4 (this has stumped me twice now!)
https://www.youtube.com/watch?v=kn0EOS-ZiIc
July 06, 2019 at 06:33AM by Dazza5000
https://ift.tt/2xA17ha
YouTube
When to Use Keys - Flutter Widgets 101 Ep. 4
In this episode, you will learn about key parameters on widgets: when you need keys, where to put keys in your widget tree, and which key is right for you. More specifically, you'll learn about he nuances of how keys work, discern when to use keys in your…
New post on /r/flutterdev subreddit:
Sqflite + Jaguar ORM migrations
https://ift.tt/2Xqf5S2
July 06, 2019 at 10:38AM by marijannovak123
https://ift.tt/2JkNh7C
Sqflite + Jaguar ORM migrations
https://ift.tt/2Xqf5S2
July 06, 2019 at 10:38AM by marijannovak123
https://ift.tt/2JkNh7C
reddit
r/dartlang - Migrations with Sqflite + Jaguar ORM
2 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Share Flutter learning path
https://ift.tt/2Xqusdj
July 06, 2019 at 10:25AM by ycy101
https://ift.tt/2JtTjCZ
Share Flutter learning path
https://ift.tt/2Xqusdj
July 06, 2019 at 10:25AM by ycy101
https://ift.tt/2JtTjCZ
Medium
Flutter Learning Path
I wrote a flutter starter kit to demo how to use flutter with useful plugins to build a App Store app. But, some developers ask me how to…
New post on /r/flutterdev subreddit:
Help: "Generate Sample Content" functionality is missing
I've started to learn Flutter, but all the tutorials I look at, they have a screen with a checkbox for "Generate Sample Content". I don''t get that screen. Here is a screenshot of what I get.Android Studio is configured correctly. What is the issue here?This is the result I get when I run 'flutter doctor'
July 06, 2019 at 02:01PM by itsVinay
https://ift.tt/2FWWli9
Help: "Generate Sample Content" functionality is missing
I've started to learn Flutter, but all the tutorials I look at, they have a screen with a checkbox for "Generate Sample Content". I don''t get that screen. Here is a screenshot of what I get.Android Studio is configured correctly. What is the issue here?This is the result I get when I run 'flutter doctor'
[√] Flutter (Channel beta, v1.6.3, on Microsoft Windows [Version 10.0.18362.175], locale en-US) • Flutter version 1.6.3 at C:\flutter\flutter • Framework revision bc7bc94083 (6 weeks ago), 2019-05-23 10:29:07 -0700 • Engine revision 8dc3a4cde2 • Dart version 2.3.2 (build 2.3.2-dev.0.0 e3edfd36b2) [√] Android toolchain - develop for Android devices (Android SDK version 29.0.0) • Android SDK at C:\Users\Vinay\AppData\Local\Android\Sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-29, build-tools 29.0.0 • ANDROID_HOME = C:\Users\Vinay\AppData\Local\Android\Sdk • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01) • All Android licenses accepted. [√] Android Studio (version 3.4) • Android Studio at C:\Program Files\Android\Android Studio • Flutter plugin version 37.0.1 • Dart plugin version 183.6270 • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01) [!] VS Code, 64-bit edition (version 1.33.1) • VS Code at C:\Program Files\Microsoft VS Code X Flutter extension not installed; install from https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter [!] Connected device ! No devices available ! Doctor found issues in 2 categories.
July 06, 2019 at 02:01PM by itsVinay
https://ift.tt/2FWWli9
New post on Flutter Dev Google group:
Not show widget page in chrome iphone5
Hi I see widget index page or widget category page with google chrome or safari in iphone5(updated) everytime, Is Not correctly. That means i can not see completely in my iphon5. Please help me....
July 06, 2019 at 03:02PM by Mojtaba Tabatabaie
https://ift.tt/2NAgbpS
Not show widget page in chrome iphone5
Hi I see widget index page or widget category page with google chrome or safari in iphone5(updated) everytime, Is Not correctly. That means i can not see completely in my iphon5. Please help me....
July 06, 2019 at 03:02PM by Mojtaba Tabatabaie
https://ift.tt/2NAgbpS
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:
Looking for motivated developer to work on a project
I've been currently working on a project for the past 6 months to a year and it's something I'm very passionate about. I've been working on it with a couple different people, and they all seem very excited by it as well and very into it, but the results are never there. It seems like nobody has the same drive. And I'm looking for someone that I can collaborate more with and bounce ideas off one another, and hopefully if something grows out of this idea, they can lead other people. If it doesn't then hopefully we both gain some experience and learn from one another.My idea, in brief, is a new social network that would make you feel like you're not wasting your time. With every current social network, its just people posting pictures of themselves and you don't really care and you forget about it the next hour. With this social network it will be different.My flutter experience I would say is average. I've made a couple apps before, but nothing successful. I currently work as a Software Engineer at a Fortune 500 company in Illinois. I don't really know if that means much but I have a little bit of experience. And I believe that I have learned a lot of useful skills from there that I have tried to implement in my own work. If you are interested to working with me, I can't promise you money, but worst case scenario I think we could make a pretty cool app. Feel free to PM me and we can talk more in depth.Also if you anybody has any other ideas on how to reach out and find other people interested in collaborating, please let me know.
July 06, 2019 at 04:34PM by craetornetwork
https://ift.tt/2L1N0d6
Looking for motivated developer to work on a project
I've been currently working on a project for the past 6 months to a year and it's something I'm very passionate about. I've been working on it with a couple different people, and they all seem very excited by it as well and very into it, but the results are never there. It seems like nobody has the same drive. And I'm looking for someone that I can collaborate more with and bounce ideas off one another, and hopefully if something grows out of this idea, they can lead other people. If it doesn't then hopefully we both gain some experience and learn from one another.My idea, in brief, is a new social network that would make you feel like you're not wasting your time. With every current social network, its just people posting pictures of themselves and you don't really care and you forget about it the next hour. With this social network it will be different.My flutter experience I would say is average. I've made a couple apps before, but nothing successful. I currently work as a Software Engineer at a Fortune 500 company in Illinois. I don't really know if that means much but I have a little bit of experience. And I believe that I have learned a lot of useful skills from there that I have tried to implement in my own work. If you are interested to working with me, I can't promise you money, but worst case scenario I think we could make a pretty cool app. Feel free to PM me and we can talk more in depth.Also if you anybody has any other ideas on how to reach out and find other people interested in collaborating, please let me know.
July 06, 2019 at 04:34PM by craetornetwork
https://ift.tt/2L1N0d6
reddit
r/FlutterDev - Looking for motivated developer to work on a project
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Avoid reallocating objects by using global constants.
Hi fellow flutter devs ...I have problem with flutter performance.Consider You have stateless widget with number of objects in build methods, objects are immutable and will not be changed. But in every build or constructing object. the same data will be created. for example:
July 06, 2019 at 04:34PM by Howard_banister
https://ift.tt/2RXsCup
Avoid reallocating objects by using global constants.
Hi fellow flutter devs ...I have problem with flutter performance.Consider You have stateless widget with number of objects in build methods, objects are immutable and will not be changed. But in every build or constructing object. the same data will be created. for example:
class Foo extends StatelessWidget {
final foo = SomeBigVarible();
@override build(context){
final bar = OtherBigVars();
....
}
}
foo
and bar
are immutable. every time Foo instance is created, same foo and bar should be allocated. So I decide to use foo and bar as global (static) variables. They will never change and I don't have intention to use them as global state (So Please don't mention me to study StatefulWidget's or something else I already know them, my problem is something else) .So my problem is how much convenient using global variables like this in flutter apps? I don't see any example using them. Every one literally put big chunk of objects in build or constructor method's. Could this become problem in cases like threading?July 06, 2019 at 04:34PM by Howard_banister
https://ift.tt/2RXsCup
reddit
r/FlutterDev - Avoid reallocating objects by using global constants.
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Magic Time, How to do 3rd party web api keys not in Git repos
Hi Guys and Gals,I just saw this on Medium, it can be extended to do web api keys without them being in the git repo folks our own sort of local.properties for flutter apps...Save it bookmark it and use and extendarticle title isBuild variants in Flutter for multiple backend environmentshttps://medium.com/meeve/build-variants-in-flutter-for-multiple-backend-environments-7e139128949b
July 06, 2019 at 05:00PM by fredgrott
https://ift.tt/2JfmzP0
Magic Time, How to do 3rd party web api keys not in Git repos
Hi Guys and Gals,I just saw this on Medium, it can be extended to do web api keys without them being in the git repo folks our own sort of local.properties for flutter apps...Save it bookmark it and use and extendarticle title isBuild variants in Flutter for multiple backend environmentshttps://medium.com/meeve/build-variants-in-flutter-for-multiple-backend-environments-7e139128949b
July 06, 2019 at 05:00PM by fredgrott
https://ift.tt/2JfmzP0
New post on /r/flutterdev subreddit:
How would you convince your boss to migrate to Flutter?
What has been your experience convincing your boss to test out Flutter. Please name the objections you have faced and how you have answered these challenges. Thanks
July 06, 2019 at 07:19PM by Gigatronbot
https://ift.tt/2YB57Kc
How would you convince your boss to migrate to Flutter?
What has been your experience convincing your boss to test out Flutter. Please name the objections you have faced and how you have answered these challenges. Thanks
July 06, 2019 at 07:19PM by Gigatronbot
https://ift.tt/2YB57Kc
reddit
r/FlutterDev - How would you convince your boss to migrate to Flutter?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Using Flutter to read and configure BLE beacons.
I have a project that involves doing this using my phone, and I wanted to know if Flutter_blue could be a good package for this situation, or if it's not reliable enough at the moment for that, what other package could help.
July 06, 2019 at 06:45PM by siggy164
https://ift.tt/2JwlIZ5
Using Flutter to read and configure BLE beacons.
I have a project that involves doing this using my phone, and I wanted to know if Flutter_blue could be a good package for this situation, or if it's not reliable enough at the moment for that, what other package could help.
July 06, 2019 at 06:45PM by siggy164
https://ift.tt/2JwlIZ5
reddit
r/FlutterDev - Using Flutter to read and configure BLE beacons.
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter: Using Self Signed SSL Certificates in Development
https://ift.tt/2RWT2MX
July 06, 2019 at 08:09PM by RemeJuan
https://ift.tt/2L8LaY2
Flutter: Using Self Signed SSL Certificates in Development
https://ift.tt/2RWT2MX
July 06, 2019 at 08:09PM by RemeJuan
https://ift.tt/2L8LaY2
Medium
Flutter: Using Self Signed SSL Certificates in Development
I recently started working with Flutter during an RnD phase at work after Ionic which had been the planned direction revealed itself to be…