New post on /r/flutterdev subreddit:
I made a widget for displaying data in graph structures. GraphView can display Tree layout and Directed graphs. Useful for Family Tree, Hierarchy Views.
https://ift.tt/31Ad98Y
August 10, 2020 at 05:42PM by nabil_mh
https://ift.tt/30KsHHQ
I made a widget for displaying data in graph structures. GraphView can display Tree layout and Directed graphs. Useful for Family Tree, Hierarchy Views.
https://ift.tt/31Ad98Y
August 10, 2020 at 05:42PM by nabil_mh
https://ift.tt/30KsHHQ
GitHub
GitHub - nabil6391/graphview: Flutter GraphView is used to display data in graph structures. It can display Tree layout, Directed…
Flutter GraphView is used to display data in graph structures. It can display Tree layout, Directed and Layered graph. Useful for Family Tree, Hierarchy View. - GitHub - nabil6391/graphview: Flutte...
New post on /r/flutterdev subreddit:
Flutter package for reading Google Drive documents?
Is there a flutter package that allows you to read Google Drive documents (drive.google.com)?I am particularly interested in reading Google Sheets.
August 10, 2020 at 05:38PM by NeilPork
https://ift.tt/33JZ6QI
Flutter package for reading Google Drive documents?
Is there a flutter package that allows you to read Google Drive documents (drive.google.com)?I am particularly interested in reading Google Sheets.
August 10, 2020 at 05:38PM by NeilPork
https://ift.tt/33JZ6QI
reddit
Flutter package for reading Google Drive documents?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
What’s your solution to an accompanying web app for your mobile app?
Say for example you made a todo list app with flutter for mobile and it’s connected to firebase. Say you want your users to be able to access and change data via web. What tech stack do you use to integrate it?Would you just use flutter for web, or is AngularDart a better solution?I’d love to hear your opinions because I’m creating a large app for a startup. I don’t know whether to use Flutter or React (+React Native)
August 10, 2020 at 06:11PM by augst1
https://ift.tt/3ioVgAA
What’s your solution to an accompanying web app for your mobile app?
Say for example you made a todo list app with flutter for mobile and it’s connected to firebase. Say you want your users to be able to access and change data via web. What tech stack do you use to integrate it?Would you just use flutter for web, or is AngularDart a better solution?I’d love to hear your opinions because I’m creating a large app for a startup. I don’t know whether to use Flutter or React (+React Native)
August 10, 2020 at 06:11PM by augst1
https://ift.tt/3ioVgAA
reddit
What’s your solution to an accompanying web app for your mobile app?
Say for example you made a todo list app with flutter for mobile and it’s connected to firebase. Say you want your users to be able to access and...
New post on /r/flutterdev subreddit:
Why does it seem so difficult to get started with push notifications?
Hi everyone - sorry, but a rant is below. Just need to vent.Forgive me if I'm way off here, I am still a newbie with Flutter, which is growing on me. I'm really intrigued by how simple app making seems with Dart and the Flutter framework.Up until I wanted to implement push notifications.I Googled and found that with the firebase_messaging I could possibly be up and running with FCM in no time.Fast forward a few steps and now I have add a file to the
August 10, 2020 at 08:57PM by i_dont_like_pizza
https://ift.tt/3kvUmUG
Why does it seem so difficult to get started with push notifications?
Hi everyone - sorry, but a rant is below. Just need to vent.Forgive me if I'm way off here, I am still a newbie with Flutter, which is growing on me. I'm really intrigued by how simple app making seems with Dart and the Flutter framework.Up until I wanted to implement push notifications.I Googled and found that with the firebase_messaging I could possibly be up and running with FCM in no time.Fast forward a few steps and now I have add a file to the
android
app directory. We'll, no biggie. At least that's easily done.Next up, changing the build.gradle
file in the android
directory file. Quirky, not comfortable to be working outside the Dart Lib or pubspec.yaml
but I guess that's just how it is.And then... another change in a build.gradle
- but now in another directory, namely android/app/
Hoping that was it, next step is adding some configuration in AndroidManifest.xml
.Thinking that that had to be the final stuff and then I could get back to Dart, I'm presented with the problem that background messages aren't available unless I yet again add some stuff to the build.gradle
file and I also have to add a Java file (which I had to convert to Kotlin). And additionally change the AndroidManifest.xml
to ensure that the new Java (or in my case Kotlin) file is loaded correctly in my project.After all this, I'm now ready to go back to Dart and Flutter in my project.At this time I haven't even looked into the iOS part yet. Compared to the Flutter experience I have with many other packages, this just felt dirty, error prone and full of caveats.Are push notifications really meant to be so difficult with Flutter?August 10, 2020 at 08:57PM by i_dont_like_pizza
https://ift.tt/3kvUmUG
Dart packages
firebase_messaging | Flutter package
Flutter plugin for Firebase Cloud Messaging, a cross-platform messaging solution that lets you reliably deliver messages on Android and iOS.
New post on /r/flutterdev subreddit:
Requesting help with codemagic and flutter to push to iOS app store
Hello all, this may not be the best sub for this question but I didn't know where else to go.I am trying to build and release my flutter app to the app store. I am using Codemagic to do so since I do not own a Mac machine. However, this is the error I run into every time I run a build on codemagic:error: Runner has conflicting provisioning settings. Runner is automatically signed for development, but a conflicting code signing identity iPhone Distribution has been manually specified. Set the code signing identity value to "iPhone Developer" in the build settings editor, or switch to manual signing in the Signing & Capabilities editor. (in target 'Runner' from project 'Runner')I've tripled checked my configurations in codemagic i.e. provided both certificates, selected release built, completed App Store Connect etc.I am frustrated at this point and any/all help will be grateful, thank you!
August 10, 2020 at 08:45PM by clueless_robot
https://ift.tt/30HglAa
Requesting help with codemagic and flutter to push to iOS app store
Hello all, this may not be the best sub for this question but I didn't know where else to go.I am trying to build and release my flutter app to the app store. I am using Codemagic to do so since I do not own a Mac machine. However, this is the error I run into every time I run a build on codemagic:error: Runner has conflicting provisioning settings. Runner is automatically signed for development, but a conflicting code signing identity iPhone Distribution has been manually specified. Set the code signing identity value to "iPhone Developer" in the build settings editor, or switch to manual signing in the Signing & Capabilities editor. (in target 'Runner' from project 'Runner')I've tripled checked my configurations in codemagic i.e. provided both certificates, selected release built, completed App Store Connect etc.I am frustrated at this point and any/all help will be grateful, thank you!
August 10, 2020 at 08:45PM by clueless_robot
https://ift.tt/30HglAa
reddit
Requesting help with codemagic and flutter to push to iOS app store
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Tutorial: Build a To-do List App from scratch using GetX (includes UI, State Management, Worker, Snackbars and Storage)
https://www.youtube.com/watch?v=EcnqFasHf18
August 10, 2020 at 08:34PM by carnevalli
https://ift.tt/3kqlW5X
Tutorial: Build a To-do List App from scratch using GetX (includes UI, State Management, Worker, Snackbars and Storage)
https://www.youtube.com/watch?v=EcnqFasHf18
August 10, 2020 at 08:34PM by carnevalli
https://ift.tt/3kqlW5X
YouTube
Build a To-do List App from scratch using Flutter and GetX | UI + State Management + Storage
Hi! In the last video about GetX State Management, some people have requested a more detailed tutorial using GetX in a real project. So, I decided to make a small project, a to-do list app, to apply in a real-world scenario some of the main features of Get…
New tweet from FlutterDev:
👋 We've got a great Q&A for you!#AskFlutter: Session 1 during #FlutterDay@Fitzface and @jryanio answer UI and design questions. How are we supposed to scale a Flutter website for phone and desktop? What is a BuildContext, and more...
Watch here → https://t.co/BuRzzHHcZi pic.twitter.com/mf1CwHvBNT— Flutter (@FlutterDev) August 10, 2020
August 10, 2020 at 09:00PM
http://twitter.com/FlutterDev/status/1292898516164018177
👋 We've got a great Q&A for you!#AskFlutter: Session 1 during #FlutterDay@Fitzface and @jryanio answer UI and design questions. How are we supposed to scale a Flutter website for phone and desktop? What is a BuildContext, and more...
Watch here → https://t.co/BuRzzHHcZi pic.twitter.com/mf1CwHvBNT— Flutter (@FlutterDev) August 10, 2020
August 10, 2020 at 09:00PM
http://twitter.com/FlutterDev/status/1292898516164018177
New post on Flutter Dev Google group:
How to create online store app
Online flutter store app were shopkeeper upload their products and share their store link to customers vis whatsapp or telegram . When customer click on link of store they are visited to website were they see all products of store purchase as they like and shopkeeper gets alert about order and
August 10, 2020 at 09:35PM by Rakesh
https://ift.tt/30KF7iR
How to create online store app
Online flutter store app were shopkeeper upload their products and share their store link to customers vis whatsapp or telegram . When customer click on link of store they are visited to website were they see all products of store purchase as they like and shopkeeper gets alert about order and
August 10, 2020 at 09:35PM by Rakesh
https://ift.tt/30KF7iR
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:
AskFlutter at Flutter Day: Session 1
https://youtu.be/WHddA8ZjhP0
August 10, 2020 at 10:25PM by EngineerScientist
https://ift.tt/2DCD33G
AskFlutter at Flutter Day: Session 1
https://youtu.be/WHddA8ZjhP0
August 10, 2020 at 10:25PM by EngineerScientist
https://ift.tt/2DCD33G
YouTube
#AskFlutter at Flutter Day: Session 1
Join Andrew Fitz Gibbon and John Ryan for our first session of #AskFlutter at Flutter Day 2020.
Resources:
Flutter Day codelabs → https://goo.gle/2DvjhY6
Flutter topic on Codepen → https://goo.gle/3gJTeKT
State management documentation → https://goo.gle/3kEkOMa…
Resources:
Flutter Day codelabs → https://goo.gle/2DvjhY6
Flutter topic on Codepen → https://goo.gle/3gJTeKT
State management documentation → https://goo.gle/3kEkOMa…
New post on Flutter Dev Google group:
Flutter IntelliJ Plugin M48.1 Release
We fixed two issues: - Running tests with directory scope was failing because they start paused and do not get un-paused. - Android Studio canary support is back! This fixes https://ift.tt/3kHaV0e
August 10, 2020 at 11:07PM by Steve Messick
https://ift.tt/2DCRDIs
Flutter IntelliJ Plugin M48.1 Release
We fixed two issues: - Running tests with directory scope was failing because they start paused and do not get un-paused. - Android Studio canary support is back! This fixes https://ift.tt/3kHaV0e
August 10, 2020 at 11:07PM by Steve Messick
https://ift.tt/2DCRDIs
New post on /r/flutterdev subreddit:
META: Why are help requests removed with extreme prejudice while tutorial videos covering the same basics over and over again are not?
These tutorial videos are almost all self-promotion and most don't cover anything more advanced than basic state management in a TODOs app. Why are they allowed but questions, even advanced questions, are not?
August 11, 2020 at 01:45AM by inhumantsar
https://ift.tt/3inTjEo
META: Why are help requests removed with extreme prejudice while tutorial videos covering the same basics over and over again are not?
These tutorial videos are almost all self-promotion and most don't cover anything more advanced than basic state management in a TODOs app. Why are they allowed but questions, even advanced questions, are not?
August 11, 2020 at 01:45AM by inhumantsar
https://ift.tt/3inTjEo
reddit
META: Why are help requests removed with extreme prejudice while...
These tutorial videos are almost all self-promotion and most don't cover anything more advanced than basic state management in a TODOs app. Why...
New post on /r/flutterdev subreddit:
Flutter Multi Provider Simply Explained
https://youtu.be/GYmrmo5eShg
August 11, 2020 at 01:34AM by thehappyharis
https://ift.tt/3fGd7Bi
Flutter Multi Provider Simply Explained
https://youtu.be/GYmrmo5eShg
August 11, 2020 at 01:34AM by thehappyharis
https://ift.tt/3fGd7Bi
YouTube
Flutter Multi Provider Simply Explained
Flutter MultiProvider explanation
👉 Pre Sign Up to Flutter Learning Platform :
https://learncodecode.com/fluter-learning-platform
🔥 Check out my courses - https://zukunf.com/courses
🎨 Source code:
https://pub.dev/documentation/provider/latest/provider/MultiProvider…
👉 Pre Sign Up to Flutter Learning Platform :
https://learncodecode.com/fluter-learning-platform
🔥 Check out my courses - https://zukunf.com/courses
🎨 Source code:
https://pub.dev/documentation/provider/latest/provider/MultiProvider…
New post on /r/flutterdev subreddit:
Is the Flutter-WebRTC package capable of circumnavigating firewalls?
For non-LAN video/audio calling and streaming, will the Flutter-WebRTC package be able to secure a connection. Is this functionality built in, or do I have to implement it myself?
August 11, 2020 at 05:12AM by SiezureAugustus
https://ift.tt/33IRZYV
Is the Flutter-WebRTC package capable of circumnavigating firewalls?
For non-LAN video/audio calling and streaming, will the Flutter-WebRTC package be able to secure a connection. Is this functionality built in, or do I have to implement it myself?
August 11, 2020 at 05:12AM by SiezureAugustus
https://ift.tt/33IRZYV
reddit
Is the Flutter-WebRTC package capable of circumnavigating firewalls?
For non-LAN video/audio calling and streaming, will the Flutter-WebRTC package be able to secure a connection. Is this functionality built in, or...
New post on Flutter Dev Google group:
About Text Field
Text Field hidden by textKeyboard in bottem navbar How to solved this problem please tell me this answer
August 11, 2020 at 07:27AM by dineshkumar khileri
https://ift.tt/2F4rsL8
About Text Field
Text Field hidden by textKeyboard in bottem navbar How to solved this problem please tell me this answer
August 11, 2020 at 07:27AM by dineshkumar khileri
https://ift.tt/2F4rsL8
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:
Dashchat v2 discussion
https://ift.tt/2Cknnla
August 11, 2020 at 08:43AM by boss-san
https://ift.tt/2XMaac8
Dashchat v2 discussion
https://ift.tt/2Cknnla
August 11, 2020 at 08:43AM by boss-san
https://ift.tt/2XMaac8
GitHub
[v2] Dashchat v2 spec discussion · Issue #127 · fayeed/dash_chat
Dashchat v2.0 Note: This document is just for discussion purposes only, nothing has been finalized yet, if you have any suggestions that could help in improving the package feel free to let us know...
New post on /r/flutterdev subreddit:
Would JavaScript get so popular if its community in 2000's dealt with jQuery with the same disdain that the today's Flutter Community approaches GetX?
Not a fact, not an affirmation, just a reflection. I would like to read some opinions about my impressions.People were skeptical about jQuery. People said it was bloated, it was a bad practice. A unique library shouldn't be supposed to do so many things with no correlation, like manipulating DOM and making AJAX requests. Just one library file couldn't be larger than all your HTML and CSS.But it solved a problem at that moment. People could write less code and it should work in all browsers, even in old and tricky Internet Explorer versions.I started using jQuery about 2007. Now come up to my mind that there was a very similar atmosphere among the JS community at that time than I see among the Flutter community nowadays about GetX.But, could tools like jQuery - and now GetX - even though not being a consensus in technical aspects, but being friendly enough to engage new developers, be a good way to leverage the adoption of some technology, given its simplicity to get things done easily?
August 11, 2020 at 08:40AM by carnevalli
https://ift.tt/3ad269s
Would JavaScript get so popular if its community in 2000's dealt with jQuery with the same disdain that the today's Flutter Community approaches GetX?
Not a fact, not an affirmation, just a reflection. I would like to read some opinions about my impressions.People were skeptical about jQuery. People said it was bloated, it was a bad practice. A unique library shouldn't be supposed to do so many things with no correlation, like manipulating DOM and making AJAX requests. Just one library file couldn't be larger than all your HTML and CSS.But it solved a problem at that moment. People could write less code and it should work in all browsers, even in old and tricky Internet Explorer versions.I started using jQuery about 2007. Now come up to my mind that there was a very similar atmosphere among the JS community at that time than I see among the Flutter community nowadays about GetX.But, could tools like jQuery - and now GetX - even though not being a consensus in technical aspects, but being friendly enough to engage new developers, be a good way to leverage the adoption of some technology, given its simplicity to get things done easily?
August 11, 2020 at 08:40AM by carnevalli
https://ift.tt/3ad269s
reddit
Would JavaScript get so popular if its community in 2000's dealt...
Not a fact, not an affirmation, just a reflection. I would like to read some opinions about my impressions. People were skeptical about jQuery....
New post on /r/flutterdev subreddit:
How to add a Flutter screen to an existing Android app?
Since the official Flutter instructions are quite modest, I thought you may find it interesting to read more about the process. In this tutorial, you’ll find screenshots, short video recordings, gists and the whole GitHub repository of this sample Flutter/Android project to make the whole process more understandable. Maybe you have some Flutter tricks to share? Much appreciated.
August 11, 2020 at 09:19AM by placek3000
https://ift.tt/2DOJH6X
How to add a Flutter screen to an existing Android app?
Since the official Flutter instructions are quite modest, I thought you may find it interesting to read more about the process. In this tutorial, you’ll find screenshots, short video recordings, gists and the whole GitHub repository of this sample Flutter/Android project to make the whole process more understandable. Maybe you have some Flutter tricks to share? Much appreciated.
August 11, 2020 at 09:19AM by placek3000
https://ift.tt/2DOJH6X
docs.flutter.dev
Add Flutter to an existing app
Adding Flutter as a library to an existing Android or iOS app.
New post on Flutter Dev Google group:
How to cast screen from flutter application?
I am working on flutter app where I playing live videos. Now I want to cast my device screen using Roku, FireTv, Chromecast and Airplay. I want to know is it possible cast screen using these technologies? I used cast
How to cast screen from flutter application?
I am working on flutter app where I playing live videos. Now I want to cast my device screen using Roku, FireTv, Chromecast and Airplay. I want to know is it possible cast screen using these technologies? I used cast
New post on /r/flutterdev subreddit:
My first flutter package: list_tile_switch. Combining a ListTile with a desired switch widget(Cupertino, Material or Custom) and some other custom configurations.
https://ift.tt/2Y4Jvb1
August 11, 2020 at 09:39AM by f1r4tc
https://ift.tt/2Dx2jbS
My first flutter package: list_tile_switch. Combining a ListTile with a desired switch widget(Cupertino, Material or Custom) and some other custom configurations.
https://ift.tt/2Y4Jvb1
August 11, 2020 at 09:39AM by f1r4tc
https://ift.tt/2Dx2jbS
Dart packages
list_tile_switch | Flutter Package
A simple yet elegant widget combines Material ListTile with custom and original Material and Cupertino switch implementations.
New post on /r/flutterdev subreddit:
Flutter - Simple Http Interceptor to add “Authorization” headers
https://ift.tt/3iAxvpv
August 11, 2020 at 04:10AM by guilhermevsilva
https://ift.tt/3fJjKD3
Flutter - Simple Http Interceptor to add “Authorization” headers
https://ift.tt/3iAxvpv
August 11, 2020 at 04:10AM by guilhermevsilva
https://ift.tt/3fJjKD3
Medium
Simple Flutter Http Interceptor
Once a while, we need to intercept all Http calls and do something with them. E.g., Including an “Authorization” header that contains an…
New post on /r/flutterdev subreddit:
[Flutter] Dashboard Screen with HTTP Get Request | SnippetCoder | LEARN.CODE.CREATE | Video - Part-1
https://youtu.be/Rk-i0yLOZxw
August 11, 2020 at 12:10PM by SnippetCoder
https://ift.tt/2DK0Hvl
[Flutter] Dashboard Screen with HTTP Get Request | SnippetCoder | LEARN.CODE.CREATE | Video - Part-1
https://youtu.be/Rk-i0yLOZxw
August 11, 2020 at 12:10PM by SnippetCoder
https://ift.tt/2DK0Hvl
YouTube
[Flutter] Dashboard Screen with HTTP Get Request | SnippetCoder | LEARN.CODE.CREATE | Video - Part-1
In this video, we learn how to make Dashboard Screen with Login/Logout Functionality using HTTP Get Request in Flutter Application, with just few lines of code.
Video Content
-------------------------------
0:00 Splash Screen
0:10 Intro
0:40 Add Package…
Video Content
-------------------------------
0:00 Splash Screen
0:10 Intro
0:40 Add Package…