ex 0.0.3 copy "ex: ^0.0.3" to clipboard
ex: ^0.0.3 copied to clipboard

outdated

Scope Function, When Expression, ExComponent, ExLog, ExAlert, ExBottomSheet, ExLoading, ExImagePreview, ExUtils

example/lib/main.dart

import 'package:flutter/material.dart';

import 'package:get/get.dart';

import 'app/routes/app_pages.dart';

void main() {
  runApp(
    GetMaterialApp(
      title: 'Application',
      initialRoute: AppPages.INITIAL,
      debugShowCheckedModeBanner: false,
      getPages: AppPages.routes,
    ),
  );
}
8
likes
0
points
60
downloads

Publisher

unverified uploader

Weekly Downloads

Scope Function, When Expression, ExComponent, ExLog, ExAlert, ExBottomSheet, ExLoading, ExImagePreview, ExUtils

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_svg, photo_view, velocity_x

More

Packages that depend on ex