import 'package:starting_template/bootstrap.dart'; import 'package:starting_template/presentation/features/app/app.dart'; void main(List args) { // Initialize environment and variables bootstrap(App.new); }