icapps_translations 11.0.0 icapps_translations: ^11.0.0 copied to clipboard
Dart tool to generate flutter translations code from the icapps translations tool
import 'package:flutter/material.dart';
import 'package:icapps_translations_example/app.dart';
Future<void> main() async {
runApp(const MyApp());
}