New post on Flutter Dev Google group:
How do you convert an existing full-Flutter project into a Flutter module?
Hi, I'm attempting to create an add-to-app (add2app) project with a native iOS project and my existing Flutter project. I'd like to convert my existing Flutter project into a module so that it can be used with the add-to-app process. I've been referencing this documentation
How do you convert an existing full-Flutter project into a Flutter module?
Hi, I'm attempting to create an add-to-app (add2app) project with a native iOS project and my existing Flutter project. I'd like to convert my existing Flutter project into a module so that it can be used with the add-to-app process. I've been referencing this documentation
New post on /r/flutterdev subreddit:
#AskFlutter: Q&A with Jenn Creighton (Flutter Interact '19)
https://www.youtube.com/watch?v=8sITrMXy-7k&feature=share
January 29, 2020 at 03:36AM by Pixelreddit
https://ift.tt/38QMN4z
#AskFlutter: Q&A with Jenn Creighton (Flutter Interact '19)
https://www.youtube.com/watch?v=8sITrMXy-7k&feature=share
January 29, 2020 at 03:36AM by Pixelreddit
https://ift.tt/38QMN4z
YouTube
#AskFlutter: Q&A with Jenn Creighton (Flutter Interact '19)
Join us for #AskFlutter Q&A from Flutter Interact. Andrew Brogdon, John Ryan and Kate Lovett answer your questions. In this episode, React expert, Jenn Creig...
New post on /r/flutterdev subreddit:
StarClock - My FlutterClock submission
https://youtu.be/ZuHLtdbaXqc
January 29, 2020 at 04:54AM by ciriousjoker
https://ift.tt/2RyjQ7E
StarClock - My FlutterClock submission
https://youtu.be/ZuHLtdbaXqc
January 29, 2020 at 04:54AM by ciriousjoker
https://ift.tt/2RyjQ7E
YouTube
StarClock Demo Video
This is the demo video of my #FlutterClock submission (https://flutter.dev/clock). Here's the GitHub with the source code: https://github.com/CiriousJoker/st...
New post on /r/flutterdev subreddit:
Flutter tutorial: Create a News App in Flutter with NodeJS Server
https://ift.tt/31dfOVz
January 29, 2020 at 05:12AM by cybdom
https://ift.tt/2RBa2JY
Flutter tutorial: Create a News App in Flutter with NodeJS Server
https://ift.tt/31dfOVz
January 29, 2020 at 05:12AM by cybdom
https://ift.tt/2RBa2JY
Flutter Tutorial by Cybdom Tech
Flutter tutorial: Create a News App in Flutter with NodeJS Server
In today's tutorial we are going to build a slick news / blog app in flutter, while using NodeJS and MongoDb as a backend.
New post on /r/flutterdev subreddit:
Selecting Multiple Item in List in Flutter
https://ift.tt/38MTzIj
January 29, 2020 at 07:52AM by ashishrawat2911
https://ift.tt/2Gy6vFW
Selecting Multiple Item in List in Flutter
https://ift.tt/38MTzIj
January 29, 2020 at 07:52AM by ashishrawat2911
https://ift.tt/2Gy6vFW
Medium
Selecting Multiple Item in List in Flutter
Being an app developer we are always at a point when we want to implement the item selection and performs operations on it.
New post on Flutter Dev Google group:
Trying To Convert String Into Currency Format Fails
I am trying to format the input entered by the user into a currency format where every 3 digits are separated by a comma eg. 25,636 or 123,456 using the flutter intl library, however I keep getting an error Class 'String' has no instance getter 'isNegative'. Receiver: "22" (This is value I have
January 29, 2020 at 09:09AM by Mr harilall
https://ift.tt/2GxOx6t
Trying To Convert String Into Currency Format Fails
I am trying to format the input entered by the user into a currency format where every 3 digits are separated by a comma eg. 25,636 or 123,456 using the flutter intl library, however I keep getting an error Class 'String' has no instance getter 'isNegative'. Receiver: "22" (This is value I have
January 29, 2020 at 09:09AM by Mr harilall
https://ift.tt/2GxOx6t
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:
Can you recommend Flutter courses (with or without certificates)? Location does not matter
I need to plan my training, can you recommend any good courses even if upcoming? thank you
January 29, 2020 at 10:32AM by hopelessprogrammer01
https://ift.tt/3aPmihy
Can you recommend Flutter courses (with or without certificates)? Location does not matter
I need to plan my training, can you recommend any good courses even if upcoming? thank you
January 29, 2020 at 10:32AM by hopelessprogrammer01
https://ift.tt/3aPmihy
reddit
Can you recommend Flutter courses (with or without certificates)?...
I need to plan my training, can you recommend any good courses even if upcoming? thank you
New post on /r/flutterdev subreddit:
Center Docked Floating Action Button Tutorial
https://youtu.be/SLXSCoGABbo
January 29, 2020 at 10:17AM by vishesh_allahabadi
https://ift.tt/3aVgTWu
Center Docked Floating Action Button Tutorial
https://youtu.be/SLXSCoGABbo
January 29, 2020 at 10:17AM by vishesh_allahabadi
https://ift.tt/3aVgTWu
YouTube
Flutter #1 - Center Docked Floating Action Button - Code Along
Learn to code in Flutter. Here I show you how to build a Floating Action button which is docked in center of the Bottom AppBar. Get the code here: https://we...
New post on /r/flutterdev subreddit:
Ultimate data generator( generate offline data and images)
[release] :) Hi everyone, I recently made a flutter package for generating clear and neat data offline ( as well as images) I got tired of using lorem ipsum when I was prototyping my UI. Here is the link to the package: https://pub.dev/packages/ultimate_data_generator . Here is the link to the demo APK: https://drive.google.com/file/d/17Hg2KtwUxi_1z82vz2UYkndsZYjcsig2/view?usp=sharing . Data can be generated in 6 different categories The food category (images, vegan, vegetarian, non-vegetarian food names, and ingredients ) . The industry category . The social media category: can generate bio, comments and even reviewsThe human category: basic human data such as name, full name, email, username, iD, job occupation etc... . The places category: Can generate the name of places like colleges, hospitals, hotels, restaurant names. Country name and city names are also included . The general purpose category: countains data that I couldn't categorize, like '' generate percentage'' etc... . feel free to DM me if you have any questions My Instagram: instagram.com/emilecode/ .
January 29, 2020 at 10:06AM by emile977
https://ift.tt/2GxevHl
Ultimate data generator( generate offline data and images)
[release] :) Hi everyone, I recently made a flutter package for generating clear and neat data offline ( as well as images) I got tired of using lorem ipsum when I was prototyping my UI. Here is the link to the package: https://pub.dev/packages/ultimate_data_generator . Here is the link to the demo APK: https://drive.google.com/file/d/17Hg2KtwUxi_1z82vz2UYkndsZYjcsig2/view?usp=sharing . Data can be generated in 6 different categories The food category (images, vegan, vegetarian, non-vegetarian food names, and ingredients ) . The industry category . The social media category: can generate bio, comments and even reviewsThe human category: basic human data such as name, full name, email, username, iD, job occupation etc... . The places category: Can generate the name of places like colleges, hospitals, hotels, restaurant names. Country name and city names are also included . The general purpose category: countains data that I couldn't categorize, like '' generate percentage'' etc... . feel free to DM me if you have any questions My Instagram: instagram.com/emilecode/ .
January 29, 2020 at 10:06AM by emile977
https://ift.tt/2GxevHl
Dart packages
ultimate_data_generator | Flutter Package
It is the most complete offline data generator for prototyping using Flutter. It gives you access to a lot of realistic data
New post on /r/flutterdev subreddit:
My Attempt on Creating Neumorphic Bars
https://youtu.be/0um8Pxs73xI
January 29, 2020 at 11:42AM by thehappyharis
https://ift.tt/2t6uvgi
My Attempt on Creating Neumorphic Bars
https://youtu.be/0um8Pxs73xI
January 29, 2020 at 11:42AM by thehappyharis
https://ift.tt/2t6uvgi
YouTube
Flutter: Neumorphic Bar (Speed Code)
Tried my hands on the creating a neumorphic bars inspired by a dribble design. It is a speed code challenge of me creating this Neumorphic bars. Neumorphism is the UI trend and I am just jumping on the bandwagon.
Dribbble design - https://dribbble.com/shots/9159707…
Dribbble design - https://dribbble.com/shots/9159707…
New post on /r/flutterdev subreddit:
Drawer (Flutter Widget of the Week)
https://www.youtube.com/watch?v=WRj86iHihgY&feature=share
January 28, 2020 at 10:13PM by Pixelreddit
https://ift.tt/2O7N7Ui
Drawer (Flutter Widget of the Week)
https://www.youtube.com/watch?v=WRj86iHihgY&feature=share
January 28, 2020 at 10:13PM by Pixelreddit
https://ift.tt/2O7N7Ui
YouTube
Drawer (Flutter Widget of the Week)
Need to provide navigation to other pages? Try using a Drawer!
Learn more about Drawer → https://goo.gle/2MhwExx
Learn everything about Flutter at → https://goo.gle/2WAhEN1
Get more tips! → https://goo.gle/307BX6t
This video is also subtitled in Chinese…
Learn more about Drawer → https://goo.gle/2MhwExx
Learn everything about Flutter at → https://goo.gle/2WAhEN1
Get more tips! → https://goo.gle/307BX6t
This video is also subtitled in Chinese…
New post on /r/flutterdev subreddit:
Basic Firestore Capabilities
https://youtu.be/lmVVynb-zGM
January 29, 2020 at 12:37PM by craetornetwork
https://ift.tt/3aToNzm
Basic Firestore Capabilities
https://youtu.be/lmVVynb-zGM
January 29, 2020 at 12:37PM by craetornetwork
https://ift.tt/3aToNzm
YouTube
Firebase CRUD | Flutter Basics
Firebase CRUD | Flutter Basics
Firebase and flutter are like a match made in heaven. The go together so well and it is so simple to set up. The basic operations you can execute with a firestore database are CRUD (Create, Read, Update, Delete). They are very…
Firebase and flutter are like a match made in heaven. The go together so well and it is so simple to set up. The basic operations you can execute with a firestore database are CRUD (Create, Read, Update, Delete). They are very…
New post on /r/flutterdev subreddit:
Bezier Animations — UI elements to Flutter Widgets (Part 1)
https://ift.tt/36AVDld
January 29, 2020 at 12:34PM by codinglatte
https://ift.tt/2RW7Zz6
Bezier Animations — UI elements to Flutter Widgets (Part 1)
https://ift.tt/36AVDld
January 29, 2020 at 12:34PM by codinglatte
https://ift.tt/2RW7Zz6
Medium
Bezier Animations — UI elements to Flutter Widgets (Part 1)
UX Softwares such as Sketch, Adobe Xd and Figma have empowered designers to imagine, experiment and provide great finesse to User…
New post on /r/flutterdev subreddit:
Widget Foundation - Flutter Explained - Level: Beginner
https://www.youtube.com/watch?v=V-gLEwVZUZg
January 29, 2020 at 03:13PM by MyracleDesign
https://ift.tt/2vovWYb
Widget Foundation - Flutter Explained - Level: Beginner
https://www.youtube.com/watch?v=V-gLEwVZUZg
January 29, 2020 at 03:13PM by MyracleDesign
https://ift.tt/2vovWYb
YouTube
Widget Foundation - Flutter Explained - Level: Beginner
In this episode of #FlutterExplained, we are taking a closer look into Flutter Widgets. We want to understand how Widgets work and why they are the backbone of Flutter Development.
We will talk about the two types of widgets, and at the end of this lesson…
We will talk about the two types of widgets, and at the end of this lesson…
New post on /r/flutterdev subreddit:
Help me locate the Flutter Samples source code?
I was browsing the Flutter Samples:https://flutter.github.io/samples/#/And I was looking to download the source code of one of those examples, specifically this one:https://imgur.com/qBFz6yaHowever, I couldn't find it. My google skills are failing me, can anyone help me locating it?Thanks!
January 29, 2020 at 04:01PM by sam-sung
https://ift.tt/2Oaqw9N
Help me locate the Flutter Samples source code?
I was browsing the Flutter Samples:https://flutter.github.io/samples/#/And I was looking to download the source code of one of those examples, specifically this one:https://imgur.com/qBFz6yaHowever, I couldn't find it. My google skills are failing me, can anyone help me locating it?Thanks!
January 29, 2020 at 04:01PM by sam-sung
https://ift.tt/2Oaqw9N
Imgur
Post with 0 votes and 85 views.
New post on /r/flutterdev subreddit:
What is a good rate?
I have just got a flutter job.It’s ad hoc. I live in the UK and I am fairly experienced in flutter.What would be a good rate to charge?
January 29, 2020 at 03:43PM by haulwhore
https://ift.tt/36FUUiB
What is a good rate?
I have just got a flutter job.It’s ad hoc. I live in the UK and I am fairly experienced in flutter.What would be a good rate to charge?
January 29, 2020 at 03:43PM by haulwhore
https://ift.tt/36FUUiB
reddit
What is a good rate?
I have just got a flutter job. It’s ad hoc. I live in the UK and I am fairly experienced in flutter. What would be a good rate to charge?
New tweet from FlutterDev:
Me: I know a good amount of Flutter stuff.
Crossword Puzzles: lol 😂#NationalPuzzleDay pic.twitter.com/HpWu8vmrri— Flutter (@FlutterDev) January 29, 2020
January 29, 2020 at 05:12PM
http://twitter.com/FlutterDev/status/1222553170397679617
Me: I know a good amount of Flutter stuff.
Crossword Puzzles: lol 😂#NationalPuzzleDay pic.twitter.com/HpWu8vmrri— Flutter (@FlutterDev) January 29, 2020
January 29, 2020 at 05:12PM
http://twitter.com/FlutterDev/status/1222553170397679617
Twitter
#nationalpuzzleday hashtag on Twitter
On Jan 25 @LFCFoundation tweeted: "To celebrate #NationalPuzzleDay this Fri.." - read what others are saying and join the conversation.
New tweet from FlutterDev:
Leave a comment below and include your solved puzzle. Ready... GO!— Flutter (@FlutterDev) January 29, 2020
January 29, 2020 at 05:13PM
http://twitter.com/FlutterDev/status/1222553252568322052
Leave a comment below and include your solved puzzle. Ready... GO!— Flutter (@FlutterDev) January 29, 2020
January 29, 2020 at 05:13PM
http://twitter.com/FlutterDev/status/1222553252568322052
Twitter
Flutter
Leave a comment below and include your solved puzzle. Ready... GO!
New tweet from FlutterDev:
Me: I know a good amount of Flutter stuff.
Crossword Puzzles: lol 😂#NationalPuzzleDay pic.twitter.com/PPvnopwzkc— Flutter (@FlutterDev) January 29, 2020
January 29, 2020 at 05:29PM
http://twitter.com/FlutterDev/status/1222557456808546304
Me: I know a good amount of Flutter stuff.
Crossword Puzzles: lol 😂#NationalPuzzleDay pic.twitter.com/PPvnopwzkc— Flutter (@FlutterDev) January 29, 2020
January 29, 2020 at 05:29PM
http://twitter.com/FlutterDev/status/1222557456808546304
Twitter
#nationalpuzzleday hashtag on Twitter
On Jan 25 @LFCFoundation tweeted: "To celebrate #NationalPuzzleDay this Fri.." - read what others are saying and join the conversation.
New tweet from FlutterDev:
Leave a comment below and include your solved puzzle. Ready... GO!— Flutter (@FlutterDev) January 29, 2020
January 29, 2020 at 05:30PM
http://twitter.com/FlutterDev/status/1222557539742601216
Leave a comment below and include your solved puzzle. Ready... GO!— Flutter (@FlutterDev) January 29, 2020
January 29, 2020 at 05:30PM
http://twitter.com/FlutterDev/status/1222557539742601216
Twitter
Flutter
Leave a comment below and include your solved puzzle. Ready... GO!
New post on /r/flutterdev subreddit:
Unit Testing With Flutter: Getting Started
https://ift.tt/2O3DFBu
January 29, 2020 at 06:30PM by Swefnian
https://ift.tt/36DM19x
Unit Testing With Flutter: Getting Started
https://ift.tt/2O3DFBu
January 29, 2020 at 06:30PM by Swefnian
https://ift.tt/36DM19x
raywenderlich.com
Unit Testing With Flutter: Getting Started
In this Unit Testing with Flutter tutorial, you’ll improve your programming skills by learning how to add unit tests to your apps.