This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:flutter/material.dart'; | |
| import 'package:flutter/services.dart'; | |
| import 'package:pod_payment/core/contants/size_constants.dart'; | |
| import 'package:pod_payment/core/extensions/context_extension.dart'; | |
| import 'package:pod_payment/shared/widgets/pod_svg.dart'; | |
| import 'package:pod_payment/core/contants/image_constants.dart'; | |
| typedef ValidationChecker = String? Function(String?); | |
| class PodTextField extends StatefulWidget { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:flutter/material.dart'; | |
| import 'package:flutter/services.dart'; | |
| import 'package:form_builder_validators/form_builder_validators.dart'; | |
| import 'package:recase/recase.dart'; | |
| /// Custom TextInputFormatter that converts input to title case | |
| class TitleCaseTextInputFormatter extends TextInputFormatter { | |
| @override | |
| TextEditingValue formatEditUpdate(TextEditingValue oldValue, TextEditingValue newValue) { | |
| if (newValue.text.isEmpty || newValue.text.endsWith(' ')) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:flutter/material.dart'; | |
| void main() { | |
| runApp(const MyApp()); | |
| } | |
| class MyApp extends StatelessWidget { | |
| const MyApp({super.key}); | |
| @override |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:flutter/material.dart'; | |
| void main() { | |
| runApp(const MyApp()); | |
| } | |
| class MyApp extends StatelessWidget { | |
| const MyApp({super.key}); | |
| @override |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:flutter/cupertino.dart'; | |
| import 'package:flutter/material.dart'; | |
| import 'package:flutter/widgets.dart'; | |
| void main() { | |
| runApp(MyApp()); | |
| } | |
| class MyApp extends StatelessWidget { | |
| // This widget is the root of your application. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'dart:html' as html; | |
| import 'dart:ui' as ui; | |
| import 'package:flutter/material.dart'; | |
| import 'dart:math' as math; | |
| // class IframeView extends StatefulWidget { | |
| // final String html; | |
| // const IframeView({ | |
| // Key? key, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: | |
| push: | |
| branches: | |
| - master | |
| pull_request: | |
| branches: | |
| - master | |
| jobs: | |
| build_web: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:auto_size_text/auto_size_text.dart'; | |
| import 'package:flutter/material.dart'; | |
| import 'package:get/get.dart'; | |
| import 'package:sport_news/ui/widgets/expand_item_transition.dart'; | |
| import 'package:sport_news/ui/widgets/my_text_field.dart'; | |
| import 'package:sport_news/ui/widgets/pimp_left.dart'; | |
| import 'login_controller.dart'; | |
| class LoginPage extends GetView<LoginController> { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'dart:html' as html; | |
| import 'dart:ui' as ui; | |
| import 'package:flutter/material.dart'; | |
| import 'dart:math' as math; | |
| // class IframeView extends StatefulWidget { | |
| // final String html; | |
| // const IframeView({ | |
| // Key? key, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:flutter/material.dart'; | |
| import 'dart:developer'; | |
| import 'dart:math' as math; | |
| import 'dart:ui' as ui; | |
| import 'dart:html' as html; | |
| import 'package:flutter/material.dart'; | |
| // import 'package:sport_news/ui/widgets/video_players/html_view.dart'; | |
| // import 'package:webviewx/webviewx.dart'; | |
NewerOlder