New post on Flutter Dev Google group:
Remove hash symbol ' # ' from Flutter web navigation
Hello everybody, I want to create one simple web application with Flutter web but after i create some simple application with this
Remove hash symbol ' # ' from Flutter web navigation
Hello everybody, I want to create one simple web application with Flutter web but after i create some simple application with this
New post on /r/flutterdev subreddit:
Suggestions ?
My app has main page consisting of list e.g A to Z I have implemented search in app bar using search delegatePerticular item appears from list when query is given as searchWhen I press on that searched item I want it to go to main page and scroll depending on items position and highlight that perticular searched item.Any suggestions/ article I can refer to. ?
February 27, 2020 at 02:20PM by gourav_k28
https://ift.tt/2wTRs87
Suggestions ?
My app has main page consisting of list e.g A to Z I have implemented search in app bar using search delegatePerticular item appears from list when query is given as searchWhen I press on that searched item I want it to go to main page and scroll depending on items position and highlight that perticular searched item.Any suggestions/ article I can refer to. ?
February 27, 2020 at 02:20PM by gourav_k28
https://ift.tt/2wTRs87
reddit
Suggestions ?
My app has main page consisting of list e.g A to Z I have implemented search in app bar using search delegate Perticular item appears from list...
New post on Flutter Dev Google group:
Flutter with Admob Mediation
Hi there, New to Flutter but currently have a lot of Native Android apps in the field, using Admob mediation (Admob and Facebook ads) I see there are widgets for Admob, but do they support showing mediated ads from Facebook? Do adapters need to be added to the Android app section? Thanks
February 27, 2020 at 03:23PM by John Mollaghan
https://ift.tt/380Iinb
Flutter with Admob Mediation
Hi there, New to Flutter but currently have a lot of Native Android apps in the field, using Admob mediation (Admob and Facebook ads) I see there are widgets for Admob, but do they support showing mediated ads from Facebook? Do adapters need to be added to the Android app section? Thanks
February 27, 2020 at 03:23PM by John Mollaghan
https://ift.tt/380Iinb
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:
Would this be possible in Flutter?
Hey guys, I'm wondering if I could get your advice on how best to approach one key feature of an app I'm building with Flutter.I will do my best to explain but I can also create a demo in After Effects for clarity if I do a bad job of explaining!I want to create an interactive SVG. Imagine a grid. My dream for the UX is that the user starts the selection process on press down. The user can then drag around the SVG and when released, the element is selected. I'd also like to apply a "hover" effect on the element the user is over while the user is dragging.Would you be able to offer some advice with where would be best to start with this please? Would an example mocked up be more helpful?I did start building this in React Native and made good progress but I'm keen to use Flutter, thanks for any help!
February 27, 2020 at 03:55PM by TheChooma
https://ift.tt/2PsWoY3
Would this be possible in Flutter?
Hey guys, I'm wondering if I could get your advice on how best to approach one key feature of an app I'm building with Flutter.I will do my best to explain but I can also create a demo in After Effects for clarity if I do a bad job of explaining!I want to create an interactive SVG. Imagine a grid. My dream for the UX is that the user starts the selection process on press down. The user can then drag around the SVG and when released, the element is selected. I'd also like to apply a "hover" effect on the element the user is over while the user is dragging.Would you be able to offer some advice with where would be best to start with this please? Would an example mocked up be more helpful?I did start building this in React Native and made good progress but I'm keen to use Flutter, thanks for any help!
February 27, 2020 at 03:55PM by TheChooma
https://ift.tt/2PsWoY3
reddit
Would this be possible in Flutter?
Hey guys, I'm wondering if I could get your advice on how best to approach one key feature of an app I'm building with Flutter. I will do my best...
New post on Flutter Dev Google group:
BUG ? floating invalid API 25 in the fluttter project structure, android studio
Why is there systhematicaly this invalid statement in a flutter project stucture? Sounds bad... [image: bug01.PNG]
February 27, 2020 at 04:14PM by Bened
https://ift.tt/3a7LZJ2
BUG ? floating invalid API 25 in the fluttter project structure, android studio
Why is there systhematicaly this invalid statement in a flutter project stucture? Sounds bad... [image: bug01.PNG]
February 27, 2020 at 04:14PM by Bened
https://ift.tt/3a7LZJ2
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:
✨ Recap: material design's new motion system and the freezed package...
Here's the latest and greatest from the Flutter-verse. Enjoy!Don't forget you can always get these recaps delivered straight to your inbox.____Slick animations made easy 🙌Our friends on the Flutter team have released a new animations package based on the new Material Motion system. The Motion system is a set of four transition patterns that are "designed to help users navigate and understand an app by reinforcing relationships between UI elements." Basically, it helps you make your app look slick... ⚡Tell me more about this Motion system...check out this write-up by Jonas Naimark, a Motion designer from Google, that provides an intro into the system and patterns. Official spec here if you missed it above.Animations in Flutter...interested in understanding how Motion works under the hood? Here's a nice intro to ease you into how animations work in Flutter.____Baby, it's cold outside...🥶Missing those data and sealed classes from Kotlin? Remi Rousselet, Flutter God, has released a new package called freezed that handles data classes, unions, and much more in a single package. It's also light on the boilerplate 👌How the hell do I use it?…if the official docs weren't enough for you, check out this tutorial from Resocoder.But I already use built_value... curious why you might need freezed if you're already using built_value? Here's a great article from Martin Kamleithner that dives into how freezed stacks up against built_value.____Elsewhere in the Flutterverse...🪐LINQ for Dart...say what you want about .NET, LINQ is a really useful way to query data across data sources. The darq package brings a subset of LINQ functionality to Dart Iterables, which makes querying data on data sources like List and Set easy-peasy.And the Flutter Clock Contest winner is...the particle clock by Mickel! Read more about his journey developing the clock and achieving Flutter stardom.Convincing your boss Flutter is the 💣...ready to start adopting Flutter at your company but getting some resistance from your boss or teammates? Check out this article for tips on helping them see it your way.____Miss the previous recap?...Neuromorphic design, Firebase and more. View it here, anytime.____Like what you see?... Click here to get these recaps delivered straight to your inbox.
February 27, 2020 at 04:32PM by jdixon04
https://ift.tt/2PsLp0y
✨ Recap: material design's new motion system and the freezed package...
Here's the latest and greatest from the Flutter-verse. Enjoy!Don't forget you can always get these recaps delivered straight to your inbox.____Slick animations made easy 🙌Our friends on the Flutter team have released a new animations package based on the new Material Motion system. The Motion system is a set of four transition patterns that are "designed to help users navigate and understand an app by reinforcing relationships between UI elements." Basically, it helps you make your app look slick... ⚡Tell me more about this Motion system...check out this write-up by Jonas Naimark, a Motion designer from Google, that provides an intro into the system and patterns. Official spec here if you missed it above.Animations in Flutter...interested in understanding how Motion works under the hood? Here's a nice intro to ease you into how animations work in Flutter.____Baby, it's cold outside...🥶Missing those data and sealed classes from Kotlin? Remi Rousselet, Flutter God, has released a new package called freezed that handles data classes, unions, and much more in a single package. It's also light on the boilerplate 👌How the hell do I use it?…if the official docs weren't enough for you, check out this tutorial from Resocoder.But I already use built_value... curious why you might need freezed if you're already using built_value? Here's a great article from Martin Kamleithner that dives into how freezed stacks up against built_value.____Elsewhere in the Flutterverse...🪐LINQ for Dart...say what you want about .NET, LINQ is a really useful way to query data across data sources. The darq package brings a subset of LINQ functionality to Dart Iterables, which makes querying data on data sources like List and Set easy-peasy.And the Flutter Clock Contest winner is...the particle clock by Mickel! Read more about his journey developing the clock and achieving Flutter stardom.Convincing your boss Flutter is the 💣...ready to start adopting Flutter at your company but getting some resistance from your boss or teammates? Check out this article for tips on helping them see it your way.____Miss the previous recap?...Neuromorphic design, Firebase and more. View it here, anytime.____Like what you see?... Click here to get these recaps delivered straight to your inbox.
February 27, 2020 at 04:32PM by jdixon04
https://ift.tt/2PsLp0y
Flutterigniter
Flutter Igniter
New post on Flutter Dev Google group:
IMMEDIATE Interviews UI Developer. for my client Littleton, MA.
Hello Associates, Any available local consultants for *UI Developer.* I have an excellent project with my client *Littleton, MA.* Please send your resume to *fah...@mirthconsulting.net*
IMMEDIATE Interviews UI Developer. for my client Littleton, MA.
Hello Associates, Any available local consultants for *UI Developer.* I have an excellent project with my client *Littleton, MA.* Please send your resume to *fah...@mirthconsulting.net*
New post on Flutter Dev Google group:
Need help regarding Payment integration in flutter app (Android and IOS)
Hello All, I am working on an APP in which person has to pay some amount to get contact details of other person who has posted some task in APP. After taking contact details one can contact that person or message within APP who posted his task. In this scenario can i use 3rd party payment as
February 27, 2020 at 05:50PM by Harkirat Singh
https://ift.tt/3cana0W
Need help regarding Payment integration in flutter app (Android and IOS)
Hello All, I am working on an APP in which person has to pay some amount to get contact details of other person who has posted some task in APP. After taking contact details one can contact that person or message within APP who posted his task. In this scenario can i use 3rd party payment as
February 27, 2020 at 05:50PM by Harkirat Singh
https://ift.tt/3cana0W
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:
Separate state to each ListTile
So I am using a SliverChildBuilderDelegate to build a ListTile of files. Each ListTile has a play icon to play the audio related to that file. I want the icon to change based on the state of the audio, whether it is playing or paused. How do you handle states in such situations? I can’t just use one state because if I change that then all the listTiles will change their icons too. I am using Provider as my state management
February 27, 2020 at 06:01PM by SilentK213
https://ift.tt/396nQCC
Separate state to each ListTile
So I am using a SliverChildBuilderDelegate to build a ListTile of files. Each ListTile has a play icon to play the audio related to that file. I want the icon to change based on the state of the audio, whether it is playing or paused. How do you handle states in such situations? I can’t just use one state because if I change that then all the listTiles will change their icons too. I am using Provider as my state management
February 27, 2020 at 06:01PM by SilentK213
https://ift.tt/396nQCC
reddit
Separate state to each ListTile
So I am using a SliverChildBuilderDelegate to build a ListTile of files. Each ListTile has a play icon to play the audio related to that file. I...
New post on /r/flutterdev subreddit:
A way to “werror” in Flutter?
I currently use the lint package, but that only throw warnings when the rules are broken.What I currently want is something similar to the werror flag in c, where all the warnings are treated as an error, and you can’t run the code if there is any of the active rules are broken.Currently I have to manually set every rule active in the the package to error. But this has the problem of extending the file over 100 lines, and will not automatically update if dart of the lint package changes the active rules in an update.What do you recommend?
February 27, 2020 at 07:53PM by Doroc0
https://ift.tt/3accEog
A way to “werror” in Flutter?
I currently use the lint package, but that only throw warnings when the rules are broken.What I currently want is something similar to the werror flag in c, where all the warnings are treated as an error, and you can’t run the code if there is any of the active rules are broken.Currently I have to manually set every rule active in the the package to error. But this has the problem of extending the file over 100 lines, and will not automatically update if dart of the lint package changes the active rules in an update.What do you recommend?
February 27, 2020 at 07:53PM by Doroc0
https://ift.tt/3accEog
reddit
A way to “werror” in Flutter?
I currently use the lint package, but that only throw warnings when the rules are broken. What I currently want is something similar to the...
New post on /r/flutterdev subreddit:
[provider] view model with collection of objects
Hello,I'm pretty new to flutter (and mobile development in general) and I'm trying to plan my app's architecture with provider.I have a state model that has collection of objects that have a collection of objects inside as well (think collection of todo lists):
February 27, 2020 at 09:46PM by jahu_len
https://ift.tt/3ck7yZ1
[provider] view model with collection of objects
Hello,I'm pretty new to flutter (and mobile development in general) and I'm trying to plan my app's architecture with provider.I have a state model that has collection of objects that have a collection of objects inside as well (think collection of todo lists):
class StateModel extends ChangeNotifier { List<TodoList> todoLists; }simplified TodoList class looks like this:
class TodoList { int id; List<Item> items; } class Item { int id; String name; bool status; // true is done, false is not done }Now one of my Views is ListView of my todo lists (where I display only name) and that's east. But I want to have a todo list detail view (where data of single todo list is displayed) where I want to mark todo items as done (i.e. set their status to true). How should I do it? I could have method in StateModel which would find a TodoList object by id, then mark items as done. This could look something like this:
class StateModel extends ChangeNotifier { // (...) void markItemAsDone(listId, itemId) { // find todo list in StateModel // find item in given list // mark it as done // notifyListeners() } }But this seems wrong. What I would like to have is a way to get TodoList object view model and use its methods, not StateModel methods. How should I approach this? Can I have another view model (TodoListState), and have a collection of TodoListState objects in StateModel? Is this a use case for ProxyProvider?I hope my question is clear, let me know if this needs more explanation.
February 27, 2020 at 09:46PM by jahu_len
https://ift.tt/3ck7yZ1
reddit
[provider] view model with collection of objects
Hello, I'm pretty new to flutter (and mobile development in general) and I'm trying to plan my app's architecture with provider. I...
New post on /r/flutterdev subreddit:
Best way to share data across widgets (I need something like events)
Hello, I'm new to Flutter and Dart in general.I want to create a Bluetooth application, so I have the MainScreen widget (which will display all information of connected Bluetooth device) and the widget to choose which device to connect with (DiscoveryPage).Basically the structure is the following:
February 27, 2020 at 09:37PM by albertoZurini
https://ift.tt/32wxnQZ
Best way to share data across widgets (I need something like events)
Hello, I'm new to Flutter and Dart in general.I want to create a Bluetooth application, so I have the MainScreen widget (which will display all information of connected Bluetooth device) and the widget to choose which device to connect with (DiscoveryPage).Basically the structure is the following:
routes: <String, WidgetBuilder>{ '/': (context) => MainScreen(), '/settings': (context) => SettingsScreen(), '/discovery': (context) => DiscoveryPage(), },So on the DiscoveryPage I'm using flutter_bluetooth_serial library, which strikes a function whenever a new device is found. What I want to do is share the device I am connected to from DiscoveryPage to MainScreen.Here is how I get new BT devices:
void _startDiscovery() { _streamSubscription = FlutterBluetoothSerial.instance.startDiscovery().listen((r) { setState(() { results.add(r); }); }); _streamSubscription.onDone(() { setState(() { isDiscovering = false; }); }); }Coming from a JS background I thought a global event could be the best solution, but as far as I know, this cannot be done in Flutter. How would you solve this problem?
February 27, 2020 at 09:37PM by albertoZurini
https://ift.tt/32wxnQZ
reddit
Best way to share data across widgets (I need something like events)
Hello, I'm new to Flutter and Dart in general. I want to create a Bluetooth application, so I have the MainScreen widget (which will display all...
New post on /r/flutterdev subreddit:
SaaS hackathon with Flutter
Hi, it hasn't been much since i have been practicing flutter and I know how to create basic flutter app frontend with navigation. We are planning on participating on a SaaS hackathon.We are planning on building an alp to help local small businesses on building a website. They can use the apo to add products and in the backend, we will be generating a webpage with basic template. We don't know how to implement it as we are not familiar with backend. So please help us. We accept new ideas for a SeaS apo as well. So we need to know what to learn for implementing this.
February 28, 2020 at 02:59AM by anandhakris
https://ift.tt/3chejKQ
SaaS hackathon with Flutter
Hi, it hasn't been much since i have been practicing flutter and I know how to create basic flutter app frontend with navigation. We are planning on participating on a SaaS hackathon.We are planning on building an alp to help local small businesses on building a website. They can use the apo to add products and in the backend, we will be generating a webpage with basic template. We don't know how to implement it as we are not familiar with backend. So please help us. We accept new ideas for a SeaS apo as well. So we need to know what to learn for implementing this.
February 28, 2020 at 02:59AM by anandhakris
https://ift.tt/3chejKQ
reddit
SaaS hackathon with Flutter
A subreddit for Google's portable UI framework.
New post on Flutter Dev Google group:
First view/route/screen to be the same as showsearch/showdelegate
I want to get an example app put together where the first view/route/screen is a search bar at the top and would just like to use showsearch in combination with searchdelegate as a first homepage without the back button. Any thoughts on how I could maybe achieve this? or atleast fake/mock this?
February 28, 2020 at 06:55AM by Daniel Legut
https://ift.tt/2vef07h
First view/route/screen to be the same as showsearch/showdelegate
I want to get an example app put together where the first view/route/screen is a search bar at the top and would just like to use showsearch in combination with searchdelegate as a first homepage without the back button. Any thoughts on how I could maybe achieve this? or atleast fake/mock this?
February 28, 2020 at 06:55AM by Daniel Legut
https://ift.tt/2vef07h
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:
Styling keyboard for android/iOS
I’m looking to make an “old school” app and was considering style the keyboard to the old styles as well, perhaps think Nokia or Old Samsung keyboard.Is this possible? Can someone point me in the right direction ?
February 28, 2020 at 08:13AM by temp02112019
https://ift.tt/39jrrx2
Styling keyboard for android/iOS
I’m looking to make an “old school” app and was considering style the keyboard to the old styles as well, perhaps think Nokia or Old Samsung keyboard.Is this possible? Can someone point me in the right direction ?
February 28, 2020 at 08:13AM by temp02112019
https://ift.tt/39jrrx2
reddit
Styling keyboard for android/iOS
I’m looking to make an “old school” app and was considering style the keyboard to the old styles as well, perhaps think Nokia or Old Samsung...
New post on Flutter Dev Google group:
Generating a view asynchronously with Flutter
Hi the code below generates a view based on arrays that are taken from a json rest. Then the code must be inserted from the array inside the view. However, when I start executing the code I have a series of errors that are reported below. The problem is that when the function *inizializzaValor
February 28, 2020 at 08:49AM by Dev Connect
https://ift.tt/397ZV5F
Generating a view asynchronously with Flutter
Hi the code below generates a view based on arrays that are taken from a json rest. Then the code must be inserted from the array inside the view. However, when I start executing the code I have a series of errors that are reported below. The problem is that when the function *inizializzaValor
February 28, 2020 at 08:49AM by Dev Connect
https://ift.tt/397ZV5F
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 Design Patterns: An overview of the Decorator design pattern and its implementation in Dart and Flutter
https://ift.tt/2To20ny
February 28, 2020 at 08:35AM by mkobuolys
https://ift.tt/2VwdurU
Flutter Design Patterns: An overview of the Decorator design pattern and its implementation in Dart and Flutter
https://ift.tt/2To20ny
February 28, 2020 at 08:35AM by mkobuolys
https://ift.tt/2VwdurU
Medium
Flutter Design Patterns: 16 — Decorator
An overview of the Decorator design pattern and its implementation in Dart and Flutter
New post on /r/flutterdev subreddit:
Recreate android / ios directory
is there a way to recreate android and ios directory for an existing flutter project.
February 28, 2020 at 11:40AM by SriB
https://ift.tt/2veNuGM
Recreate android / ios directory
is there a way to recreate android and ios directory for an existing flutter project.
February 28, 2020 at 11:40AM by SriB
https://ift.tt/2veNuGM
reddit
Recreate android / ios directory
A subreddit for Google's portable UI framework.
New post on Flutter Dev Google group:
How to remove the html tags without using HTML packages
Below is my paragraph which is having html tags and I want to remove those without using html packages in flutter
How to remove the html tags without using HTML packages
Below is my paragraph which is having html tags and I want to remove those without using html packages in flutter
New post on /r/flutterdev subreddit:
Flutter for dev? What’s the state?
Can I use it for production use case? Is it stable enough?I was thinking if it’s stable then I don’t have to learn react...
February 28, 2020 at 12:40PM by temp02112019
https://ift.tt/2I5F9Ic
Flutter for dev? What’s the state?
Can I use it for production use case? Is it stable enough?I was thinking if it’s stable then I don’t have to learn react...
February 28, 2020 at 12:40PM by temp02112019
https://ift.tt/2I5F9Ic
reddit
Flutter for dev? What’s the state?
Can I use it for production use case? Is it stable enough? I was thinking if it’s stable then I don’t have to learn react...
New post on /r/flutterdev subreddit:
App Feedback Thread - February 28, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
February 28, 2020 at 01:08PM by AutoModerator
https://ift.tt/2vnZK7J
App Feedback Thread - February 28, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
February 28, 2020 at 01:08PM by AutoModerator
https://ift.tt/2vnZK7J
reddit
App Feedback Thread - February 28, 2020
This thread is for getting feedback on your own apps. ####Developers: - must **provide feedback** for others - must include **Play Store**,...