New post on Flutter Dev Google group:
How to use provider to share user data across all screens
hello devs, i have been struggling with this issue for about 3 days now, i am trying to verify users on app start calling my node backend, sending auth token for verification, then getting user back but the problem whenever i call notifyListeners , it seems not to update the user, because when i
October 14, 2020 at 05:55PM by Sam Odiagbe
https://ift.tt/3dtTgpi
How to use provider to share user data across all screens
hello devs, i have been struggling with this issue for about 3 days now, i am trying to verify users on app start calling my node backend, sending auth token for verification, then getting user back but the problem whenever i call notifyListeners , it seems not to update the user, because when i
October 14, 2020 at 05:55PM by Sam Odiagbe
https://ift.tt/3dtTgpi
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 tweet from FlutterDev:
📣 Announcing #FlutterCommunity Plus Plugins📣
The Plus Plugins are a suite of open-source @FlutterDev plugins that take some of the most common existing packages to the next level!https://t.co/G7uRULAEVB@mhadaily @jpnurmi @MiBLT @devangelslondon @Nash0x7E2 pic.twitter.com/DYtgsp1G8o— Flutter Community (@FlutterComm) October 13, 2020
October 14, 2020 at 07:00PM
http://twitter.com/FlutterDev/status/1316423525964668934
📣 Announcing #FlutterCommunity Plus Plugins📣
The Plus Plugins are a suite of open-source @FlutterDev plugins that take some of the most common existing packages to the next level!https://t.co/G7uRULAEVB@mhadaily @jpnurmi @MiBLT @devangelslondon @Nash0x7E2 pic.twitter.com/DYtgsp1G8o— Flutter Community (@FlutterComm) October 13, 2020
October 14, 2020 at 07:00PM
http://twitter.com/FlutterDev/status/1316423525964668934
New post on /r/flutterdev subreddit:
Cupertino Tab Bar
Hello everyone. I had shared this before here but after receiving a lot of suggestions and requests I decided to make a new version based on what I understand developers want. As it seems to be somewhat a popular package, I wanted to notify you of this new version. Happy development!A highly customisable and simple widget for having iOS 13 style tab bars.Pub | GitHubWatch on Youtube: v1.1.0
October 14, 2020 at 07:43PM by AliYigitBireroglu
https://ift.tt/3lLiMcH
Cupertino Tab Bar
Hello everyone. I had shared this before here but after receiving a lot of suggestions and requests I decided to make a new version based on what I understand developers want. As it seems to be somewhat a popular package, I wanted to notify you of this new version. Happy development!A highly customisable and simple widget for having iOS 13 style tab bars.Pub | GitHubWatch on Youtube: v1.1.0
October 14, 2020 at 07:43PM by AliYigitBireroglu
https://ift.tt/3lLiMcH
Dart packages
cupertino_tabbar | Flutter Package
A highly customisable and simple widget for having iOS 13 style tab bars.
New post on /r/flutterdev subreddit:
How to Access Contacts in Flutter Application (Read and Make Phone calls)
https://ift.tt/3lGUf8w
October 14, 2020 at 07:40PM by rrtutors
https://ift.tt/3lKOIhf
How to Access Contacts in Flutter Application (Read and Make Phone calls)
https://ift.tt/3lGUf8w
October 14, 2020 at 07:40PM by rrtutors
https://ift.tt/3lKOIhf
Rrtutors
How to Access Contacts in Flutter Application (Read and Make Phone calls)
Read Contact from Phone and display it on Listivew. Permission handler
New post on /r/flutterdev subreddit:
How to use the firebase_messaging plugin on Android
https://medium.com/@tim.klecka/flutter-first-time-working-with-the-firebase-messaging-plugin-on-android-e3854fba8590
October 14, 2020 at 06:32PM by tklecka
https://ift.tt/316Tkq8
How to use the firebase_messaging plugin on Android
https://medium.com/@tim.klecka/flutter-first-time-working-with-the-firebase-messaging-plugin-on-android-e3854fba8590
October 14, 2020 at 06:32PM by tklecka
https://ift.tt/316Tkq8
Medium
Flutter — First time working with the firebase_messaging plugin on Android
In this story i’ll show you how I use the Flutter firebase_messaging plugin to interact with the Google Cloud Messaging API
New post on /r/flutterdev subreddit:
Slidable - Swipe To Action - Flutter (Tutorial)
https://www.youtube.com/watch?v=TmSKRUVKNsQ
October 14, 2020 at 08:04PM by JohannesMilke
https://ift.tt/3dp4vj4
Slidable - Swipe To Action - Flutter (Tutorial)
https://www.youtube.com/watch?v=TmSKRUVKNsQ
October 14, 2020 at 08:04PM by JohannesMilke
https://ift.tt/3dp4vj4
YouTube
Flutter Tutorial - Slidable - Swipe To Action
With Slidable you can swipe any widget to perform an action on swipe in your Flutter app.Click here to Subscribe to Johannes Milke: https://www.youtube.com/J...
New post on /r/flutterdev subreddit:
Quick and easy flutter canvas animations, live coding
https://youtu.be/l8glHBSUCAs
October 14, 2020 at 09:36PM by indy900000
https://ift.tt/3nQ8PN4
Quick and easy flutter canvas animations, live coding
https://youtu.be/l8glHBSUCAs
October 14, 2020 at 09:36PM by indy900000
https://ift.tt/3nQ8PN4
YouTube
Flutter Canvas Animations - Live Coding - Generative Art [Nature Inspired 1] (2020)
Generative art is a way of creating art using code.
In this video I will show you how get creative and create a nature inspired animation using Flutter canvas.
Flutter is a UI framework from Google for cross platform mobile and desktop app development.…
In this video I will show you how get creative and create a nature inspired animation using Flutter canvas.
Flutter is a UI framework from Google for cross platform mobile and desktop app development.…
New post on /r/flutterdev subreddit:
Make cross-platform Android and iOS music apps with a Flutter plugin
Hi folks,I'm working on a music sequencer app, but I don't want it to be limited to the small fraction of people around the world who are on iOS, so I made this Flutter plugin.It lets you set up sampler instruments and create multi-track sequences of notes that play on those instruments. You can specify a loop range for a sequence and even schedule volume automations.It uses the core sampler engine from AudioKit on both Android and iOS, which lets you create an instrument by loading some samples and specifying their pitches. If you don't have a sample for every possible pitch, it will pitch shift your samples to fill in the gaps. It also supports playing SF2 (SoundFont) files, and on iOS you can load any AudioUnit instrument.The example app is a drum machine. In theory, though, you could make a whole sample-based DAW with this plugin. You could also use it for dynamically generated game music.You can see screenshots of the example here:https://imgur.com/a/hbPE8QDOr read the README here:https://pub.dev/packages/flutter_sequencerThis is the initial release, so don't use it to play live just yet ;) I'm happy to accept PRs if you find any bugs! There's also a long to-do list at the bottom of the README if you'd like to contribute. It's BSD licensed, so you are free to use it in commercial apps as long as you include the license information.
October 15, 2020 at 05:51AM by DamnSonWheredUFindTh
https://ift.tt/3lLeNwO
Make cross-platform Android and iOS music apps with a Flutter plugin
Hi folks,I'm working on a music sequencer app, but I don't want it to be limited to the small fraction of people around the world who are on iOS, so I made this Flutter plugin.It lets you set up sampler instruments and create multi-track sequences of notes that play on those instruments. You can specify a loop range for a sequence and even schedule volume automations.It uses the core sampler engine from AudioKit on both Android and iOS, which lets you create an instrument by loading some samples and specifying their pitches. If you don't have a sample for every possible pitch, it will pitch shift your samples to fill in the gaps. It also supports playing SF2 (SoundFont) files, and on iOS you can load any AudioUnit instrument.The example app is a drum machine. In theory, though, you could make a whole sample-based DAW with this plugin. You could also use it for dynamically generated game music.You can see screenshots of the example here:https://imgur.com/a/hbPE8QDOr read the README here:https://pub.dev/packages/flutter_sequencerThis is the initial release, so don't use it to play live just yet ;) I'm happy to accept PRs if you find any bugs! There's also a long to-do list at the bottom of the README if you'd like to contribute. It's BSD licensed, so you are free to use it in commercial apps as long as you include the license information.
October 15, 2020 at 05:51AM by DamnSonWheredUFindTh
https://ift.tt/3lLeNwO
New post on /r/flutterdev subreddit:
Speed code: Developing UI
https://youtu.be/xosa_6QZ2T0
October 15, 2020 at 06:49AM by ibhavikmakwana
https://ift.tt/37dl28N
Speed code: Developing UI
https://youtu.be/xosa_6QZ2T0
October 15, 2020 at 06:49AM by ibhavikmakwana
https://ift.tt/37dl28N
YouTube
Speed Code: Developing UI
In this video we will create a Contra App UI by the Vijay Verma.
Check out his work over here:
https://dribbble.com/realvjy.
Github: https://github.com/ibhavikmakwana/flutter_contra_wireframe_app
If you like this video then please do subscribe to my channel:…
Check out his work over here:
https://dribbble.com/realvjy.
Github: https://github.com/ibhavikmakwana/flutter_contra_wireframe_app
If you like this video then please do subscribe to my channel:…
New post on /r/flutterdev subreddit:
Access point configuration
I have an IOT device that I've made that I need to configure via access point. Are there any libraries that can help me connect to the access point and configure it to connect it to my wifi?
October 15, 2020 at 07:28AM by Stem3576
https://ift.tt/3jYKRNm
Access point configuration
I have an IOT device that I've made that I need to configure via access point. Are there any libraries that can help me connect to the access point and configure it to connect it to my wifi?
October 15, 2020 at 07:28AM by Stem3576
https://ift.tt/3jYKRNm
reddit
Access point configuration
I have an IOT device that I've made that I need to configure via access point. Are there any libraries that can help me connect to the access...
New post on Flutter Dev Google group:
How to show youtube videos in list view with youtube_player_flutter or any plugin?
I am trying to put youtube videos as a list view but some how i can figure it out the way of doing it with youtube_player plugin. Is there any way Or any plugin ?
October 15, 2020 at 08:27AM by Inteser Ahmed
https://ift.tt/34WtLJH
How to show youtube videos in list view with youtube_player_flutter or any plugin?
I am trying to put youtube videos as a list view but some how i can figure it out the way of doing it with youtube_player plugin. Is there any way Or any plugin ?
October 15, 2020 at 08:27AM by Inteser Ahmed
https://ift.tt/34WtLJH
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:
flutter run
hi all can any one help me to solve the problem please... i attached a pic for the error
October 15, 2020 at 10:47AM by ahmed anwar
https://ift.tt/2Iy7vhG
flutter run
hi all can any one help me to solve the problem please... i attached a pic for the error
October 15, 2020 at 10:47AM by ahmed anwar
https://ift.tt/2Iy7vhG
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 tweet from FlutterDev:
🔑 Security is important for Flutter
In an hour, join our Flutter/@dart_lang GDE @wal_33d at DevFest Norway, for some cool ways you can make your Flutter apps secure. #GDE #DevFest
Tune in ↓ https://t.co/HyjtewNCEP— Flutter (@FlutterDev) October 15, 2020
October 15, 2020 at 11:04AM
http://twitter.com/FlutterDev/status/1316666256234369024
🔑 Security is important for Flutter
In an hour, join our Flutter/@dart_lang GDE @wal_33d at DevFest Norway, for some cool ways you can make your Flutter apps secure. #GDE #DevFest
Tune in ↓ https://t.co/HyjtewNCEP— Flutter (@FlutterDev) October 15, 2020
October 15, 2020 at 11:04AM
http://twitter.com/FlutterDev/status/1316666256234369024
Twitter
Dart Language (@dart_lang) | Twitter
The latest Tweets from Dart Language (@dart_lang). A client-optimized language for fast apps on any platform
New post on /r/flutterdev subreddit:
Udemy Clone Course - Outline and SplashScreen
https://youtu.be/D810LJVh4sA
October 15, 2020 at 02:55PM by draculamasterwinzy
https://ift.tt/2T0AXP6
Udemy Clone Course - Outline and SplashScreen
https://youtu.be/D810LJVh4sA
October 15, 2020 at 02:55PM by draculamasterwinzy
https://ift.tt/2T0AXP6
YouTube
Splash Screen - Flutter Udemy Clone | Udemy Clone Flutter Complete Guide | Flutter Udemy Clone App
⚡Flutter Udemy Clone Step By Step Guide! Build your own Udemy with Flutter and Firebase. Let's start with Splash Screen, Shall we? Splash Screen - Flutter Udemy Clone
⛄Support Me(please) To Get Complete Source Code With Some Cookies🍪
☑️ Buymeacoffee : h…
⛄Support Me(please) To Get Complete Source Code With Some Cookies🍪
☑️ Buymeacoffee : h…
New tweet from FlutterDev:
📱 Everything is a widget on Flutter!
Walk through a variety of widgets and how Flutter is designed with our very own @jryanio at @DevFestNorway on October 15, 16:30 CEST. #DevFest
Save the date ↓ https://t.co/lKiOw7KBgf— Flutter (@FlutterDev) October 15, 2020
October 15, 2020 at 03:29PM
http://twitter.com/FlutterDev/status/1316733047425896448
📱 Everything is a widget on Flutter!
Walk through a variety of widgets and how Flutter is designed with our very own @jryanio at @DevFestNorway on October 15, 16:30 CEST. #DevFest
Save the date ↓ https://t.co/lKiOw7KBgf— Flutter (@FlutterDev) October 15, 2020
October 15, 2020 at 03:29PM
http://twitter.com/FlutterDev/status/1316733047425896448
New post on Flutter Dev Google group:
Can some one tell me how to design this chart in flutter?
October 15, 2020 at 03:21PM by jiin...@gmail.com
https://ift.tt/3k45s2F
Can some one tell me how to design this chart in flutter?
October 15, 2020 at 03:21PM by jiin...@gmail.com
https://ift.tt/3k45s2F
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:
An attempt to evaluate State Management through UI Design Challenge
paleo_paddock_uiNeed heavy critics on this. And also, if anyone knows how to implement this in Riverpod, a pull request is welcomed.
October 15, 2020 at 05:15PM by JoeJoe_Nguyen
https://ift.tt/3k1o2Zb
An attempt to evaluate State Management through UI Design Challenge
paleo_paddock_uiNeed heavy critics on this. And also, if anyone knows how to implement this in Riverpod, a pull request is welcomed.
October 15, 2020 at 05:15PM by JoeJoe_Nguyen
https://ift.tt/3k1o2Zb
GitHub
dungnv2602/flutter_paleo_paddock_ui
Evaluating State Management Through A UI Design Challenge - dungnv2602/flutter_paleo_paddock_ui
New post on /r/flutterdev subreddit:
Flutter: Logging out a user from Blog App || Working on Blog App Drawer || #38
https://youtu.be/tsR48679Ehk
October 15, 2020 at 04:42PM by devstack06
https://ift.tt/3nUmmDq
Flutter: Logging out a user from Blog App || Working on Blog App Drawer || #38
https://youtu.be/tsR48679Ehk
October 15, 2020 at 04:42PM by devstack06
https://ift.tt/3nUmmDq
YouTube
Flutter: Logging out a user from Blog App || Working on Blog App Drawer || #38
Show your support and subscribe to the channel -: https://devstack.page.link/eNh4
In this video,
1) First we will add the extra button on the drawer
2) Then we will implement the logic for logging out a user from the Blog App
3) We will complete the profile…
In this video,
1) First we will add the extra button on the drawer
2) Then we will implement the logic for logging out a user from the Blog App
3) We will complete the profile…
New post on /r/flutterdev subreddit:
Is storing credentials as assets safe?
I just found out that this one package called flutter_dotenv uses a way that it stores the .env file in the assets and load during the application's run time. Is it safe? I mean isn't it possible for a person to unpack the apk file and view what's in the file? If it turns out to not be safe, then what's the correct and safe way to do so?Update:Turns out I'm correct, the assets folder is not safe. You can just unpack an apk by opening with an archive manager or something and the assets folder is plainly exposed at the location of
October 15, 2020 at 04:24PM by frencojobs
https://ift.tt/3nWHWH9
Is storing credentials as assets safe?
I just found out that this one package called flutter_dotenv uses a way that it stores the .env file in the assets and load during the application's run time. Is it safe? I mean isn't it possible for a person to unpack the apk file and view what's in the file? If it turns out to not be safe, then what's the correct and safe way to do so?Update:Turns out I'm correct, the assets folder is not safe. You can just unpack an apk by opening with an archive manager or something and the assets folder is plainly exposed at the location of
assets/flutter_assets/assets
. It's that easy.I'm now super curious to know what would be the "correct" and safer way. There has to be a way to do. For instance, the contents of the lib folder don't get exposed by unpacking. Only the assets and a few other folders get. So storing credentials in the assets seems like a super bad idea.October 15, 2020 at 04:24PM by frencojobs
https://ift.tt/3nWHWH9
Dart packages
flutter_dotenv | Flutter package
Easily configure any flutter application with global variables using a `.env` file.
New post on /r/flutterdev subreddit:
Animated List - Insert & Delete (Todo List) - Flutter (Tutorial)
https://www.youtube.com/watch?v=rDFJhIobj7I
October 15, 2020 at 06:40PM by JohannesMilke
https://ift.tt/3nR0wk2
Animated List - Insert & Delete (Todo List) - Flutter (Tutorial)
https://www.youtube.com/watch?v=rDFJhIobj7I
October 15, 2020 at 06:40PM by JohannesMilke
https://ift.tt/3nR0wk2
YouTube
Flutter Tutorial - Animated List - Insert & Delete (Todo List)
Create animations easily for your Lists in your Flutter apps.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/animated_list_example
- Buy My Courses: htt…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/animated_list_example
- Buy My Courses: htt…
New post on Flutter Dev Google group:
Re: How to show youtube videos in list view with youtube_player_flutter or any plugin?
Use ext_video_player On Thu, Oct 15, 2020, 07:27 Inteser Ahmed
Re: How to show youtube videos in list view with youtube_player_flutter or any plugin?
Use ext_video_player On Thu, Oct 15, 2020, 07:27 Inteser Ahmed