_digitalorbit Profile Banner
Digital Orbit Studios Profile
Digital Orbit Studios

@_digitalorbit

Followers
9
Following
28
Media
7
Statuses
9

Digital App Studio - creating world class apps with Flutter.

Norwich, London
Joined April 2020
Don't wanna be here? Send us removal request.
@_digitalorbit
Digital Orbit Studios
5 years
DOโ€™s first mobile app has just had an update. Big thanks to @_tomdev for all the hard work on this app over the dark pandemic winter. We hope post lockdown this app will get some good usage ๐Ÿ˜‰๐Ÿ˜œ #app #flutter #dating #ios #android #hookup #project #winter #dev #mobile
0
3
2
@_digitalorbit
Digital Orbit Studios
5 years
Did you know that Dart can optionally initiate a null variable by using the ??= syntax. ๐Ÿš€ #Dart #programming #dev #mobile #Flutter #tips #code #syntax
0
3
2
@_digitalorbit
Digital Orbit Studios
5 years
In Dart you can safely check for null values with the ?? syntax. The double question-mark tells your code to use the left hand variable โ€˜if-not-nullโ€™, else use the right hand value instead. ๐Ÿš€#dart #developer #code #tips #syntax #google #mobile #null
0
2
0
@_digitalorbit
Digital Orbit Studios
5 years
Need a collection of unique items in Dart? Use a Set rather than a List. Your IDE will warn you if a Final Set contains duplicate values at compile time - whilst a Const Set wont compile at all. Sets also have access to Union, Difference and Intersection functions. #dart #code
0
0
0
@_digitalorbit
Digital Orbit Studios
5 years
Did you know: you can use collection-if and spreads with lists, sets and maps. Ideal short-hand syntax for conditionally adding values. #tip #dart #flutter #developer #coding #basics #learnFlutter #mobile
0
3
3
@_digitalorbit
Digital Orbit Studios
5 years
Did you know you can implement a โ€˜callโ€™ method in your Dart classes to make them callable - just like methods. #dart #developer #tips #tricks #mobile #flutter #web #code
0
1
2
@_digitalorbit
Digital Orbit Studios
5 years
Did you know that Dart supports String multiplication? Simply use the * notation to multiply a string variable with an int value. ๐Ÿš€ #dart #tips #developer #programming #hack #code
0
0
0
@_digitalorbit
Digital Orbit Studios
5 years
Ternary operators in Dart are great for making your code easier to read with fewer lines of code. Similar to IF statements: check a conditional boolean statement and assign a โ€˜trueโ€™ answer after the ? syntax and a false value after the : #dart #mobile #programming #developer #tip
0
0
0