PURECODER_IR Telegram 1035
🔥Declarative UI Frameworks

jetpack compose
@Composable
fun MyComponent(
displayString: String
) {
Text(displayString)
}

swiftui
struct MyComponent: View {
var displayString: String
var body: some View {
Text(displayString)
}
}

Flutter
class MyComponent extends StatelessWidget {
final String displayString;

MyComponent({required this.displayString});

@override
Widget build(BuildContext context) {
return Text(displayString);
}
}

🔥بنظرم فلاتر با فاصله ی زیاد قشنگتره و زبان دارت، زبانی مناسبتر برای این هدف

🟢شما هم میتونید نظرتون رو بگید...

@purecoder_ir
👏13👍6👎21



tgoop.com/purecoder_ir/1035
Create:
Last Update:

🔥Declarative UI Frameworks

jetpack compose

@Composable
fun MyComponent(
displayString: String
) {
Text(displayString)
}

swiftui
struct MyComponent: View {
var displayString: String
var body: some View {
Text(displayString)
}
}

Flutter
class MyComponent extends StatelessWidget {
final String displayString;

MyComponent({required this.displayString});

@override
Widget build(BuildContext context) {
return Text(displayString);
}
}

🔥بنظرم فلاتر با فاصله ی زیاد قشنگتره و زبان دارت، زبانی مناسبتر برای این هدف

🟢شما هم میتونید نظرتون رو بگید...

@purecoder_ir

BY Pure Coder


Share with your friend now:
tgoop.com/purecoder_ir/1035

View MORE
Open in Telegram


Telegram News

Date: |

Hui said the messages, which included urging the disruption of airport operations, were attempts to incite followers to make use of poisonous, corrosive or flammable substances to vandalize police vehicles, and also called on others to make weapons to harm police. Other crimes that the SUCK Channel incited under Ng’s watch included using corrosive chemicals to make explosives and causing grievous bodily harm with intent. The court also found Ng responsible for calling on people to assist protesters who clashed violently with police at several universities in November 2019. As five out of seven counts were serious, Hui sentenced Ng to six years and six months in jail. You can invite up to 200 people from your contacts to join your channel as the next step. Select the users you want to add and click “Invite.” You can skip this step altogether. How to create a business channel on Telegram? (Tutorial)
from us


Telegram Pure Coder
FROM American