Skip to content

Text not rendering on samsung galaxy active watch 2 #72

Closed
flutter-tizen/engine
#69
@balvinderz

Description

@balvinderz

WhatsApp Image 2021-04-07 at 1 02 33 PM (1)

Sample Code
`import 'package:flutter/material.dart';

void main() {
runApp(MyApp());
}

class MyApp extends StatelessWidget
{
@OverRide
Widget build(BuildContext context) {
// TODO: implement build
return MaterialApp(
home: Scaffold(
backgroundColor: Colors.red,
body: Center(child: Column(
children: [
Image.asset("assets/flutter_icon.png"),
Text("sojaasadaddd")
],
)),
),
);

}
}`

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions