New post on /r/flutterdev subreddit:
Provider seems a really BIG flaw
If i define a provider somewhere down my widget tree and i want to push a new page using navigator, then that new page will not have access to my provider because it will be a child of MaterialApp. Now if i want my page to have access to my provider, then i will have to either inject through the constructor or define my provider above MaterialApp.If i inject it through my constructor then im going against what provider really isIf i define it above material app then its bad design. My whole widget tree does not need access to this providerEither way its bad design. What im forced to do now is something like a custom navigator. Something that allows me to switch between pages while maintaining my level in my widget tree. So now im missing out on all the features of navigator.
January 03, 2020 at 08:19PM by fd991
https://ift.tt/39ECy4e
Provider seems a really BIG flaw
If i define a provider somewhere down my widget tree and i want to push a new page using navigator, then that new page will not have access to my provider because it will be a child of MaterialApp. Now if i want my page to have access to my provider, then i will have to either inject through the constructor or define my provider above MaterialApp.If i inject it through my constructor then im going against what provider really isIf i define it above material app then its bad design. My whole widget tree does not need access to this providerEither way its bad design. What im forced to do now is something like a custom navigator. Something that allows me to switch between pages while maintaining my level in my widget tree. So now im missing out on all the features of navigator.
January 03, 2020 at 08:19PM by fd991
https://ift.tt/39ECy4e
reddit
Provider seems a really BIG flaw
If i define a provider somewhere down my widget tree and i want to push a new page using navigator, then that new page will not have access to my...
New post on /r/flutterdev subreddit:
Flutter Firebase Authentication User matching with a Firestore User document
https://youtu.be/mvxm3xt2mHE
January 03, 2020 at 08:50PM by aadjemonkeyrock
https://ift.tt/35l48Ag
Flutter Firebase Authentication User matching with a Firestore User document
https://youtu.be/mvxm3xt2mHE
January 03, 2020 at 08:50PM by aadjemonkeyrock
https://ift.tt/35l48Ag
YouTube
Going Walkabout - Flutter Firebase auth and Firestore
When using Firebase often want to link a Firebase Authentication user with a User document in Firestore. In this episode I show you my solution in Flutter
Going Walkabout is a mobile travel blog.
Links:
- Going Walkabout: https://goingwalkabout.app
- AppStore:…
Going Walkabout is a mobile travel blog.
Links:
- Going Walkabout: https://goingwalkabout.app
- AppStore:…
New post on /r/flutterdev subreddit:
What are your opinions of the package get_it? Why should / shouldn't you use it?
Hello,As a new developer, I would like to understand the communities likes / dislikes with get_it?It looks like a fantastic package that solves the class linking (nesting, not sure of the word?) that can be created by proxy provider. It allows you to register lazily loaded singletons and access it from anywhere in the app without the build context.What am I missing? Why is the sentiment that is it a bad thing to use?
January 03, 2020 at 09:20PM by giiyms
https://ift.tt/2QmBhr6
What are your opinions of the package get_it? Why should / shouldn't you use it?
Hello,As a new developer, I would like to understand the communities likes / dislikes with get_it?It looks like a fantastic package that solves the class linking (nesting, not sure of the word?) that can be created by proxy provider. It allows you to register lazily loaded singletons and access it from anywhere in the app without the build context.What am I missing? Why is the sentiment that is it a bad thing to use?
January 03, 2020 at 09:20PM by giiyms
https://ift.tt/2QmBhr6
Dart packages
get_it | Dart package
Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App"
New post on Flutter Dev Google group:
Download bundle from Apple's on-demand resource directly from Flutter?
Hi, I can't seem to find a comprehensive answer to this online. In Flutter, can you access iOS bundles via Apple's on-demand resource APIs? Is there a way to pull bundles from Apple's side via Flutter without going into native code?
January 03, 2020 at 09:34PM by sebla
https://ift.tt/2SMgPBH
Download bundle from Apple's on-demand resource directly from Flutter?
Hi, I can't seem to find a comprehensive answer to this online. In Flutter, can you access iOS bundles via Apple's on-demand resource APIs? Is there a way to pull bundles from Apple's side via Flutter without going into native code?
January 03, 2020 at 09:34PM by sebla
https://ift.tt/2SMgPBH
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:
Best method for handling client/server communication? IOWebSocketChannel seems broken.
Hi all, Looking for some advice on whether there's a better way to handle client/server communication as my current approach feels very messy. In essence, I need a method to open a connection from my Flutter app to a device over TCP/IP connection, and pass simple commands and data strings back
January 03, 2020 at 11:42PM by Ross Cooper-Smith
https://ift.tt/2QEDvkA
Best method for handling client/server communication? IOWebSocketChannel seems broken.
Hi all, Looking for some advice on whether there's a better way to handle client/server communication as my current approach feels very messy. In essence, I need a method to open a connection from my Flutter app to a device over TCP/IP connection, and pass simple commands and data strings back
January 03, 2020 at 11:42PM by Ross Cooper-Smith
https://ift.tt/2QEDvkA
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:
My very first Flutter UI package. smooth_page_indiacator
https://ift.tt/2QKjEjV
January 03, 2020 at 11:25PM by Milad_Alakarie
https://ift.tt/2rRgTVx
My very first Flutter UI package. smooth_page_indiacator
https://ift.tt/2QKjEjV
January 03, 2020 at 11:25PM by Milad_Alakarie
https://ift.tt/2rRgTVx
New post on /r/flutterdev subreddit:
Apple's ODR network via Flutter?
There doesn't seem to be a answer for this online either way. However, in Flutter, can you access iOS bundles via Apple's on-demand resource APIs? Basically is there a way to download asset bundles from Apple's ODR network via Flutter ... without going into native code? Everything I've seen so far, points to this having to be done via native code.
January 03, 2020 at 10:52PM by _DarthCoder_
https://ift.tt/2MRyRPd
Apple's ODR network via Flutter?
There doesn't seem to be a answer for this online either way. However, in Flutter, can you access iOS bundles via Apple's on-demand resource APIs? Basically is there a way to download asset bundles from Apple's ODR network via Flutter ... without going into native code? Everything I've seen so far, points to this having to be done via native code.
January 03, 2020 at 10:52PM by _DarthCoder_
https://ift.tt/2MRyRPd
reddit
Apple's ODR network via Flutter?
There doesn't seem to be a answer for this online either way. However, in Flutter, can you access iOS bundles via Apple's on-demand resource APIs?...
New post on /r/flutterdev subreddit:
What are some of your favorite animation/graphic plug-ins for Flutter that we should know about?
Currently building a pretty front end heavy application and was just wondering what some of your favorite visual capabilities of Flutter that you have seen or used so far were.
January 04, 2020 at 01:48AM by PlzTellMyWiFiLoveHer
https://ift.tt/35fZcg8
What are some of your favorite animation/graphic plug-ins for Flutter that we should know about?
Currently building a pretty front end heavy application and was just wondering what some of your favorite visual capabilities of Flutter that you have seen or used so far were.
January 04, 2020 at 01:48AM by PlzTellMyWiFiLoveHer
https://ift.tt/35fZcg8
reddit
What are some of your favorite animation/graphic plug-ins for...
Currently building a pretty front end heavy application and was just wondering what some of your favorite visual capabilities of Flutter that you...
New post on /r/flutterdev subreddit:
Flutter Versus Other Mobile Development Frameworks: A UI And Performance Experiment
https://ift.tt/39M0gMi
January 03, 2020 at 10:25PM by Gigatronbot
https://ift.tt/2QIiHc2
Flutter Versus Other Mobile Development Frameworks: A UI And Performance Experiment
https://ift.tt/39M0gMi
January 03, 2020 at 10:25PM by Gigatronbot
https://ift.tt/2QIiHc2
Codemagic blog
Flutter Versus Other Mobile Development Frameworks: A UI And Performance Experiment. Part 1 - Codemagic blog
In this experiment we created the same app five times, each time with a different framework. The frameworks I used were native Android, native iOS, Flutter, Xamarin Forms and React Native
New post on /r/flutterdev subreddit:
Steaming app UI challenge with animation.
https://www.youtube.com/watch?v=OZvJswfIh4s&feature=youtu.be
January 04, 2020 at 03:16AM by humazed
https://ift.tt/39DgMxV
Steaming app UI challenge with animation.
https://www.youtube.com/watch?v=OZvJswfIh4s&feature=youtu.be
January 04, 2020 at 03:16AM by humazed
https://ift.tt/39DgMxV
YouTube
steaming app ui challange show case
steaming app UI challenge showcase
New post on /r/flutterdev subreddit:
Awesome Dart-Pad | A curated list of awesome Flutter Dart Pad samples. 🎉
https://twitter.com/divyanshub024/status/1213332504536444928
January 04, 2020 at 06:42AM by divyanshub024
https://ift.tt/2tqWUgU
Awesome Dart-Pad | A curated list of awesome Flutter Dart Pad samples. 🎉
https://twitter.com/divyanshub024/status/1213332504536444928
January 04, 2020 at 06:42AM by divyanshub024
https://ift.tt/2tqWUgU
Twitter
Divyanshu Bhargava 💙
⭐️Awesome Dart-Pad⭐️ A curated list of awesome Flutter Dart Pad samples. 🎉 You are welcome to add your DartPad samples to the repo. #Flutter @nlycskn @redbrogdon @FlutterDev @mjohnsullivan @Timsneath @dart_lang @_eseidel @MartinAguinis https://t.co/shSjMfixBK
New post on /r/flutterdev subreddit:
how to reload current page (chat app) after call method that insert data in database
hi
help please
when i press button
i want to reload current page (chat app) after call method that insert data in database () . i try to use this code (it reloal the page but without inserted data) :```
onPressed: () {
insertData(_value, _text);
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => ExScreen(ExScreen.id),
),
);
}
```
January 04, 2020 at 07:48AM by najidelmon
https://ift.tt/2FisY9p
how to reload current page (chat app) after call method that insert data in database
hi
help please
when i press button
i want to reload current page (chat app) after call method that insert data in database () . i try to use this code (it reloal the page but without inserted data) :```
onPressed: () {
insertData(_value, _text);
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => ExScreen(ExScreen.id),
),
);
}
```
January 04, 2020 at 07:48AM by najidelmon
https://ift.tt/2FisY9p
reddit
how to reload current page (chat app) after call method that...
A subreddit for Google's crossplatform UI toolkit.
New post on Flutter Dev Google group:
Need help
Hello all developers I want create a build archive for iOS but I get error "can not Module 'firebase_analytics' not found" App is working on emulator and device and release iOS is okay but can not create a build archive for iOS. flutter build ios --release Building net.sataspes.spbudget for
January 04, 2020 at 08:24AM by Mohammad Bazrafkan
https://ift.tt/2SRP8HK
Need help
Hello all developers I want create a build archive for iOS but I get error "can not Module 'firebase_analytics' not found" App is working on emulator and device and release iOS is okay but can not create a build archive for iOS. flutter build ios --release Building net.sataspes.spbudget for
January 04, 2020 at 08:24AM by Mohammad Bazrafkan
https://ift.tt/2SRP8HK
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:
CodeNBuild - 30 hr hackathon
Code-N-Build *who let the codes out,* Date- 25th Jan - 26th Jan 2020 Venue- JECRC University, Jaipur
CodeNBuild - 30 hr hackathon
Code-N-Build *who let the codes out,* Date- 25th Jan - 26th Jan 2020 Venue- JECRC University, Jaipur
New post on /r/flutterdev subreddit:
Snapshot query firestore in flutter
When I use a snapshot query which I know it's using the cache do I still be billed each document that the snapshot return even its in the cache?
January 04, 2020 at 02:17PM by ccfiel
https://ift.tt/2MUxbEl
Snapshot query firestore in flutter
When I use a snapshot query which I know it's using the cache do I still be billed each document that the snapshot return even its in the cache?
January 04, 2020 at 02:17PM by ccfiel
https://ift.tt/2MUxbEl
reddit
Snapshot query firestore in flutter
When I use a snapshot query which I know it's using the cache do I still be billed each document that the snapshot return even its in the cache?
New post on /r/flutterdev subreddit:
Published my first plugin. A plugin that builds on Firebase Auth to provide support for oauth sign in flows with firebase. Which means it supports Sign in by apple on ios, Android and Web.
https://ift.tt/2ZNyESn
January 04, 2020 at 02:55PM by amrfarid140
https://ift.tt/35r97iW
Published my first plugin. A plugin that builds on Firebase Auth to provide support for oauth sign in flows with firebase. Which means it supports Sign in by apple on ios, Android and Web.
https://ift.tt/2ZNyESn
January 04, 2020 at 02:55PM by amrfarid140
https://ift.tt/35r97iW
Dart packages
firebase_auth_oauth | Flutter Package
A Flutter plugin that makes it easy to perform OAuth sign in flows using FirebaseAuth. It also includes support for Sign in by Apple for Firebase.
New post on /r/flutterdev subreddit:
Check out Dashbook, an equivalent of StorybookJs for Flutter
Hello everyone, I am developing a little package to work as an equivalent of the StorybookJs for Flutter.It is not complete, but has some good features already, I plan on continuing to improve this, and add more features in the future.Hopefully this can be useful for more people, and if you have any suggestions let me know.https://github.com/erickzanardo/dashbook
January 04, 2020 at 04:05PM by erickzanardo
https://ift.tt/37GUxFL
Check out Dashbook, an equivalent of StorybookJs for Flutter
Hello everyone, I am developing a little package to work as an equivalent of the StorybookJs for Flutter.It is not complete, but has some good features already, I plan on continuing to improve this, and add more features in the future.Hopefully this can be useful for more people, and if you have any suggestions let me know.https://github.com/erickzanardo/dashbook
January 04, 2020 at 04:05PM by erickzanardo
https://ift.tt/37GUxFL
GitHub
GitHub - erickzanardo/dashbook: Development tools to help you building UI on Flutter
Development tools to help you building UI on Flutter - GitHub - erickzanardo/dashbook: Development tools to help you building UI on Flutter
New post on /r/flutterdev subreddit:
My very first Flutter UI package. google_nav_bar
https://ift.tt/35pKIu9
January 04, 2020 at 05:17PM by sooxiaotong
https://ift.tt/2ZPf1cB
My very first Flutter UI package. google_nav_bar
https://ift.tt/35pKIu9
January 04, 2020 at 05:17PM by sooxiaotong
https://ift.tt/2ZPf1cB
New post on Flutter Dev Google group:
Rendering a subtree to an offscreen framebuffer?
Hi all, I've been exploring Flutter a bit in the context of building 3D applications using it. From what I can tell it's easy to embed a 3D engine into a Flutter view using the External Texture functionality. Is there any way to go in the other direction? E.g. render a subtree into a texture
January 04, 2020 at 08:31PM by Josh Faust
https://ift.tt/35kAb3v
Rendering a subtree to an offscreen framebuffer?
Hi all, I've been exploring Flutter a bit in the context of building 3D applications using it. From what I can tell it's easy to embed a 3D engine into a Flutter view using the External Texture functionality. Is there any way to go in the other direction? E.g. render a subtree into a texture
January 04, 2020 at 08:31PM by Josh Faust
https://ift.tt/35kAb3v
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 Web: Firestore CRUD
https://ift.tt/2MQEs8n
January 04, 2020 at 11:57PM by Cymarxcr
https://ift.tt/2ttJNvp
Flutter Web: Firestore CRUD
https://ift.tt/2MQEs8n
January 04, 2020 at 11:57PM by Cymarxcr
https://ift.tt/2ttJNvp
The DEV Community
Flutter Web: Firestore CRUD
New post on /r/flutterdev subreddit:
Updating content of static app periodically
I am hoping y'all can help me out. I am building an app that will be very content heavy. It would behave very much like a static application where all of the content comes baked in (text, images, map tiles, etc). But this is obviously not really scalable since I would need to release a new version of the app each time I update its content.Instead, upon opening the app, I would want the app to check a DB to see if any changes to content were made, and then go get those changes and update a local cache or data structure used by the app. Again, this would include pictures, text, and potentially other information.I would want to download all of the data upon first opening the app when it is first installed, but after that, only download changed data. I have looked into Firebase Firestore and Realtime DBs, which allow offline functionality. Realtime allows me to subscribe to various parts of the data tree and update when necessary, which seems great, but content for the app may only need to be added to or updated a few times a year.At the end of the day, my real question is what is the standard way to download a relatively large amount of data to an app, cache it so it does not need internet connectivity, and then maintain it as data is updated (by me on the backend)?Thank you!
January 05, 2020 at 01:22AM by FeelTheDataBeTheData
https://ift.tt/2FnNhm2
Updating content of static app periodically
I am hoping y'all can help me out. I am building an app that will be very content heavy. It would behave very much like a static application where all of the content comes baked in (text, images, map tiles, etc). But this is obviously not really scalable since I would need to release a new version of the app each time I update its content.Instead, upon opening the app, I would want the app to check a DB to see if any changes to content were made, and then go get those changes and update a local cache or data structure used by the app. Again, this would include pictures, text, and potentially other information.I would want to download all of the data upon first opening the app when it is first installed, but after that, only download changed data. I have looked into Firebase Firestore and Realtime DBs, which allow offline functionality. Realtime allows me to subscribe to various parts of the data tree and update when necessary, which seems great, but content for the app may only need to be added to or updated a few times a year.At the end of the day, my real question is what is the standard way to download a relatively large amount of data to an app, cache it so it does not need internet connectivity, and then maintain it as data is updated (by me on the backend)?Thank you!
January 05, 2020 at 01:22AM by FeelTheDataBeTheData
https://ift.tt/2FnNhm2
reddit
Updating content of static app periodically
I am hoping y'all can help me out. I am building an app that will be very content heavy. It would behave very much like a static application where...