New post on /r/flutterdev subreddit:
Playing Audio/Sound over specific Time and transitioning between Sounds?
I'm trying to add "advanced" audio features to my app, that means not just play audio files.I need to play a high pitch sound and a low pitch sound for a specific amount of time (a few seconds) and furthermore a transition between a low pitch and a high pitch over a specific amount of time.For example: play 2s low pitch -> transition between low pitch to heigh pitch over 1s -> 2s high pitch -> tranistion between high to low pitch over 1s -> repeat.Is there a specific term what I'm looking for? Maybe Midi Player or Synthesizer?Is there a flutter plugin that enables these features and if not how could I implent something like this myself? Would I need to use native android/iOS plugins? If so what would I need to implement?
February 04, 2020 at 10:53AM by jwknows
https://ift.tt/2RVCaHM
  
  Playing Audio/Sound over specific Time and transitioning between Sounds?
I'm trying to add "advanced" audio features to my app, that means not just play audio files.I need to play a high pitch sound and a low pitch sound for a specific amount of time (a few seconds) and furthermore a transition between a low pitch and a high pitch over a specific amount of time.For example: play 2s low pitch -> transition between low pitch to heigh pitch over 1s -> 2s high pitch -> tranistion between high to low pitch over 1s -> repeat.Is there a specific term what I'm looking for? Maybe Midi Player or Synthesizer?Is there a flutter plugin that enables these features and if not how could I implent something like this myself? Would I need to use native android/iOS plugins? If so what would I need to implement?
February 04, 2020 at 10:53AM by jwknows
https://ift.tt/2RVCaHM
reddit
  
  Playing Audio/Sound over specific Time and transitioning between...
  I'm trying to add "advanced" audio features to my app, that means not just play audio files. I need to play a high pitch sound and a low pitch...
  New post on /r/flutterdev subreddit:
implicitly_animated_reorderable_list: An implicitly animated and/or reorderable Flutter ListView
https://ift.tt/2RZ9z4G
February 04, 2020 at 11:28AM by bendixmahnke
https://ift.tt/2RX5Jsx
  
  implicitly_animated_reorderable_list: An implicitly animated and/or reorderable Flutter ListView
https://ift.tt/2RZ9z4G
February 04, 2020 at 11:28AM by bendixmahnke
https://ift.tt/2RX5Jsx
Dart packages
  
  implicitly_animated_reorderable_list | Flutter Package
  A Flutter ListView that implicitly animates between the changes of two lists with the support to reorder its items.
  New post on /r/flutterdev subreddit:
Wallpapers app based on Pexels API
https://ift.tt/2Osqsm5
February 04, 2020 at 11:20AM by Ganeshp98
https://ift.tt/39aP22N
  
  Wallpapers app based on Pexels API
https://ift.tt/2Osqsm5
February 04, 2020 at 11:20AM by Ganeshp98
https://ift.tt/39aP22N
It's All Widgets!
  
  Wallpapers from Pexels | It's All Widgets!
  Wallpaper app using Flutter
  New post on /r/flutterdev subreddit:
Freshify App
Hi,here is a new mobile + web app to show the power of Flutter Web with no changes between mobile & web source code. It's quite impressive to see the fluidity on Web.Web: https://www.freshify.app/Android: https://play.google.com/store/apps/details?id=com.xtrapp.freshifyiOS: Coming Soon
February 04, 2020 at 02:15PM by huextrat
https://ift.tt/31qmEqG
  
  Freshify App
Hi,here is a new mobile + web app to show the power of Flutter Web with no changes between mobile & web source code. It's quite impressive to see the fluidity on Web.Web: https://www.freshify.app/Android: https://play.google.com/store/apps/details?id=com.xtrapp.freshifyiOS: Coming Soon
February 04, 2020 at 02:15PM by huextrat
https://ift.tt/31qmEqG
www.freshify.app
  
  
  Freshify - Discover new artists from Spotify
  New post on /r/flutterdev subreddit:
Wake on lan package in flutter ??
is there a package for wake on lan in flutter ?
February 04, 2020 at 01:58PM by prinzpiuz
https://ift.tt/2uZwtjk
  
  Wake on lan package in flutter ??
is there a package for wake on lan in flutter ?
February 04, 2020 at 01:58PM by prinzpiuz
https://ift.tt/2uZwtjk
reddit
  
  Wake on lan package in flutter ??
  is there a package for wake on lan in flutter ?
  New post on /r/flutterdev subreddit:
How many AnimationControllers is too many?
Hello, just a question. at how many animationControllers in a widget would be considered impractical due to potential performance issues? I am aware it is optimal to use one animation controller with SingleTickerProviderStateMixin from the docs. Though am still curious if say 10 - 20 animationControllers would seriously lag the app?
February 04, 2020 at 02:42PM by Jahjah67
https://ift.tt/31pnwf0
  
  How many AnimationControllers is too many?
Hello, just a question. at how many animationControllers in a widget would be considered impractical due to potential performance issues? I am aware it is optimal to use one animation controller with SingleTickerProviderStateMixin from the docs. Though am still curious if say 10 - 20 animationControllers would seriously lag the app?
February 04, 2020 at 02:42PM by Jahjah67
https://ift.tt/31pnwf0
reddit
  
  How many AnimationControllers is too many?
  Hello, just a question. at how many animationControllers in a widget would be considered impractical due to potential performance issues? I am...
  New post on /r/flutterdev subreddit:
loading big amount of custom data to my app
hey guys i am trying to create a quiz app and i want to provide all the questions by myself, each question will be an object of
February 04, 2020 at 02:42PM by Hiwa_47
https://ift.tt/2u9wrFz
  
  loading big amount of custom data to my app
hey guys i am trying to create a quiz app and i want to provide all the questions by myself, each question will be an object of
Question which will have a text, image, correct answer index, i can easily store them in a normal list in my dart files but is this okay for a list that will have 100+ items, or i should import the data from a file or is there any other better way?February 04, 2020 at 02:42PM by Hiwa_47
https://ift.tt/2u9wrFz
reddit
  
  loading big amount of custom data to my app
  hey guys i am trying to create a quiz app and i want to provide all the questions by myself, each question will be an object of `Question` which...
  New post on /r/flutterdev subreddit:
SMS verification in Flutter WITHOUT Firebase
Has anyone implemented a way to verify a mobile number without authenticating with Firebase? I am creating an app with a colleague and we are not using Firebase for anything but error handling.
We need to verify the mobile number when a user registers, but it looks like it is quite hard without Firebase. We are using Socket.io for authentication at the moment.
February 04, 2020 at 02:28PM by Actaeon92
https://ift.tt/2vRRtch
  SMS verification in Flutter WITHOUT Firebase
Has anyone implemented a way to verify a mobile number without authenticating with Firebase? I am creating an app with a colleague and we are not using Firebase for anything but error handling.
We need to verify the mobile number when a user registers, but it looks like it is quite hard without Firebase. We are using Socket.io for authentication at the moment.
February 04, 2020 at 02:28PM by Actaeon92
https://ift.tt/2vRRtch
New post on Flutter Dev Google group:
Build error
hey guys am getting this error when i run my flutter app "Failed to extract manifest from APK: ProcessException: %1 is not a valid Win32 application." plese help me
February 04, 2020 at 03:15PM by abenezer china
https://ift.tt/31rJPAJ
  
  Build error
hey guys am getting this error when i run my flutter app "Failed to extract manifest from APK: ProcessException: %1 is not a valid Win32 application." plese help me
February 04, 2020 at 03:15PM by abenezer china
https://ift.tt/31rJPAJ
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:
Finding a co-founder who's a coder!
I am finding a co-founder for my app idea!
February 04, 2020 at 03:56PM by aditoid
https://ift.tt/2RWsRay
  
  Finding a co-founder who's a coder!
I am finding a co-founder for my app idea!
February 04, 2020 at 03:56PM by aditoid
https://ift.tt/2RWsRay
reddit
  
  Finding a co-founder who's a coder!
  A subreddit for Google's crossplatform UI toolkit.
  New post on /r/flutterdev subreddit:
How do I contribute to the Flutter plugins project
The local_auth package only uses biometric authentication – face, fingerprint. I needed access to pin, pattern, or passcode authentication for a device that does not have biometric authentication setup. So I started writing a plugin and thought I should try to contribute to the existing plugin package. I've wanted to contribute for a while, and this seemed like a good project to figure out the process. I created an issue, then created a pull request, but it seems to exist in a sea of other issues and PRs.Does anyone have experience contributing to the Flutter repositories on GitHub?How do I get people to review or merge code?
February 04, 2020 at 04:27PM by yourfriendken
https://ift.tt/2u746Q9
  
  How do I contribute to the Flutter plugins project
The local_auth package only uses biometric authentication – face, fingerprint. I needed access to pin, pattern, or passcode authentication for a device that does not have biometric authentication setup. So I started writing a plugin and thought I should try to contribute to the existing plugin package. I've wanted to contribute for a while, and this seemed like a good project to figure out the process. I created an issue, then created a pull request, but it seems to exist in a sea of other issues and PRs.Does anyone have experience contributing to the Flutter repositories on GitHub?How do I get people to review or merge code?
February 04, 2020 at 04:27PM by yourfriendken
https://ift.tt/2u746Q9
Dart packages
  
  local_auth | Flutter package
  Flutter plugin to allow local authentication via biometrics, passcode, pin, or pattern.
  New post on /r/flutterdev subreddit:
flutter_layout_grid: Flexible grid-based layouts
Hi Flutter people,I needed a traditional layout grid widget for the product I’m building, and I thought I’d share the package I wrote:
February 04, 2020 at 05:02PM by devvie
https://ift.tt/3bcuIzS
  
  flutter_layout_grid: Flexible grid-based layouts
Hi Flutter people,I needed a traditional layout grid widget for the product I’m building, and I thought I’d share the package I wrote:
flutter_layout_grid.It’s based on the much beloved CSS grid layout, and supports:flexible, content-based, and fixed rows/columns sizesspanning grid items over multiple tracks (including overlapping regions)RTL supportautomatic grid cell placementand more coming soon! (named grid areas, automatic tracks, API improvements)It isn’t sliver based, nor will it be (not my use case), so not appropriate for long lists of things. And it is still early days, so if you use it, you might find bugs. But it’s been useful for my work, and might be for yours as well. Here’s the link: https://github.com/madewithfelt/flutter_layout_gridFebruary 04, 2020 at 05:02PM by devvie
https://ift.tt/3bcuIzS
GitHub
  
  GitHub - madewithfelt/flutter_layout_grid: A grid-based layout system for Flutter, inspired by CSS Grid Layout
  A grid-based layout system for Flutter, inspired by CSS Grid Layout - GitHub - madewithfelt/flutter_layout_grid: A grid-based layout system for Flutter, inspired by CSS Grid Layout
  New post on /r/flutterdev subreddit:
Flutter MVVM architecture using Dependency Injection (DI) + State Management + Repository Pattern
https://ift.tt/2GVIc4W
February 04, 2020 at 05:00PM by tymonn
https://ift.tt/37WbY5u
  
  Flutter MVVM architecture using Dependency Injection (DI) + State Management + Repository Pattern
https://ift.tt/2GVIc4W
February 04, 2020 at 05:00PM by tymonn
https://ift.tt/37WbY5u
Medium
  
  Flutter MVVM architecture using Dependency Injection (DI) + State Management + Repository Pattern
  When Joe li and I started building NIGHT NIGHT, an app that teaches parents how to make their kids fall asleep by themselves. Me, being…
  New post on /r/flutterdev subreddit:
Flutter Photography UI with Light/Dark mode switch
https://www.youtube.com/watch?v=vDqGe7ugfIA&feature=share
February 04, 2020 at 04:55PM by ogomeslp
https://ift.tt/2RWTP21
  
  Flutter Photography UI with Light/Dark mode switch
https://www.youtube.com/watch?v=vDqGe7ugfIA&feature=share
February 04, 2020 at 04:55PM by ogomeslp
https://ift.tt/2RWTP21
YouTube
  
  Flutter Tutorial Photography UI with Light/Dark mode switch
  Flutter Tutorial showcasing Dark / Light Toggle UI ▶ Source Code : https://github.com/oliver-gomes/flutter-unsplassh-uiDon't forget to Subscribe 🔴-----------...
  New tweet from FlutterDev:
💙#AskFlutter
Q&A at #FlutterInteract
Engineering Lead for @materialdesign, Will Larche!
How has @materialdesign changed since desktop support has been added? How do things get added to Material, and what's the process?
Watch here → https://t.co/E2jupUDlzN pic.twitter.com/HQkcJKlNs7— Flutter (@FlutterDev) February 4, 2020
February 04, 2020 at 05:30PM
http://twitter.com/FlutterDev/status/1224731913782464512
  💙#AskFlutter
Q&A at #FlutterInteract
Engineering Lead for @materialdesign, Will Larche!
How has @materialdesign changed since desktop support has been added? How do things get added to Material, and what's the process?
Watch here → https://t.co/E2jupUDlzN pic.twitter.com/HQkcJKlNs7— Flutter (@FlutterDev) February 4, 2020
February 04, 2020 at 05:30PM
http://twitter.com/FlutterDev/status/1224731913782464512
New post on Flutter Dev Google group:
create or open a new totally empty app
hello, I would like to know if it is possible to create or open a new empty app without the pre-ready demo in it. The reason is that I have the feeling that some information about the demo app persist in the cache and pollute new code. Please tell me if it is possible and how, Thank you
February 04, 2020 at 06:09PM by Bened
https://ift.tt/37YToK6
  
  create or open a new totally empty app
hello, I would like to know if it is possible to create or open a new empty app without the pre-ready demo in it. The reason is that I have the feeling that some information about the demo app persist in the cache and pollute new code. Please tell me if it is possible and how, Thank you
February 04, 2020 at 06:09PM by Bened
https://ift.tt/37YToK6
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:
Animations using AnimationController - Flutter Explained - Level: Beginner
https://youtu.be/AUJpA56x1yc
February 04, 2020 at 07:27PM by MyracleDesign
https://ift.tt/2Ul5dq5
  
  Animations using AnimationController - Flutter Explained - Level: Beginner
https://youtu.be/AUJpA56x1yc
February 04, 2020 at 07:27PM by MyracleDesign
https://ift.tt/2Ul5dq5
YouTube
  
  Animations using AnimationController - Flutter Explained - Level: Beginner
  #Devices are getting more and more powerful and we think what should we do with so much power. The simple idea is we can just create nice looking #animations. For this reason, the google team provided us with a wonderful and useful #AnimationController.
…
  …
New post on /r/flutterdev subreddit:
Can anyone tell me why I have to bother myself with DI packages when Provider already have Provider & ProxyProvider?
The title said it all. I'm curious why ppl creating so many DI packages, and why I have to get my hands dirty on them.Maybe I get it right or wrong? Please enlighten me, I appreciate it.
February 04, 2020 at 07:24PM by JoeJoe_Nguyen
https://ift.tt/2Opkt1q
  
  Can anyone tell me why I have to bother myself with DI packages when Provider already have Provider & ProxyProvider?
The title said it all. I'm curious why ppl creating so many DI packages, and why I have to get my hands dirty on them.Maybe I get it right or wrong? Please enlighten me, I appreciate it.
February 04, 2020 at 07:24PM by JoeJoe_Nguyen
https://ift.tt/2Opkt1q
reddit
  
  Can anyone tell me why I have to bother myself with DI packages...
  The title said it all. I'm curious why ppl creating so many DI packages, and why I have to get my hands dirty on them. Maybe I get it right or...
  New post on /r/flutterdev subreddit:
Considering using Flutter for a Web App
Hello,I'm a full stack dev and I usually do my UI in React but I'm interested in Flutter as it seems like I might be able to develop a web app alongside native app counterparts.As I understand it, I would need some fine tuning to get to that point but I also haven't seen any concrete evidence that it is possible. I'm seeing warning signs that it isn't production grade but I'm not concerned about that since it would be a personal project.Could anyone advise me from a high level that I could develop a web app and native apps side by side using Flutter in it's current state?Regards
February 04, 2020 at 08:59PM by damian557
https://ift.tt/2Siaa07
  
  Considering using Flutter for a Web App
Hello,I'm a full stack dev and I usually do my UI in React but I'm interested in Flutter as it seems like I might be able to develop a web app alongside native app counterparts.As I understand it, I would need some fine tuning to get to that point but I also haven't seen any concrete evidence that it is possible. I'm seeing warning signs that it isn't production grade but I'm not concerned about that since it would be a personal project.Could anyone advise me from a high level that I could develop a web app and native apps side by side using Flutter in it's current state?Regards
February 04, 2020 at 08:59PM by damian557
https://ift.tt/2Siaa07
reddit
  
  Considering using Flutter for a Web App
  Hello, I'm a full stack dev and I usually do my UI in React but I'm interested in Flutter as it seems like I might be able to develop a web app...
  New post on /r/flutterdev subreddit:
full-screen-menu | A new way to display a menu to the user
https://ift.tt/2GUbml5
February 04, 2020 at 05:32PM by YaDaniil
https://ift.tt/2vQVFc7
  
  full-screen-menu | A new way to display a menu to the user
https://ift.tt/2GUbml5
February 04, 2020 at 05:32PM by YaDaniil
https://ift.tt/2vQVFc7
GitHub
  
  yako-dev/flutter-full-screen-menu
  Full screen menu for Flutter apps to give a user a broad variety of variants in beautiful way - yako-dev/flutter-full-screen-menu
  New post on /r/flutterdev subreddit:
Injectable – Flutter & Dart Equivalent to Dagger & Angular Dependency Injection
https://youtu.be/KNcP8z0hWqs
February 04, 2020 at 08:12PM by MRresoMC
https://ift.tt/2uanlIF
  
  Injectable – Flutter & Dart Equivalent to Dagger & Angular Dependency Injection
https://youtu.be/KNcP8z0hWqs
February 04, 2020 at 08:12PM by MRresoMC
https://ift.tt/2uanlIF
YouTube
  
  Injectable – Flutter & Dart Equivalent to Dagger & Angular Dependency Injection
  📗 Written tutorial & starter project 👇👇
https://resocoder.com/injectable-flutter-di
📧 Get Flutter news 📰 and resources:
👉 http://flutter.education
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Dependency injection is necessary…
  https://resocoder.com/injectable-flutter-di
📧 Get Flutter news 📰 and resources:
👉 http://flutter.education
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Dependency injection is necessary…