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:async' show Future; | |
| import 'package:flutter/material.dart'; | |
| import 'package:flutter/services.dart' show rootBundle; | |
| import 'package:flutter_svg/flutter_svg.dart'; | |
| /// Displays an SVG image provided in the applications asset bundle. | |
| /// | |
| /// The [assetName] is the path and name of the SVG file in the asset bundle. | |
| /// This SVG asset display widget is tuned for usage with the Undraw images |
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
| # RydMike LINTER Preferences v2.6.0 | |
| # | |
| # Get this file here: https://gist.github.com/rydmike/fdb53ddd933c37d20e6f3188a936cd4c | |
| # | |
| # We include and activate all_lint_rules, then below we disable the not used or desired ones. | |
| # You can find a list of all lint rules to put in your all_lint_rules.yaml file here: | |
| # https://dart.dev/tools/linter-rules/all | |
| # | |
| # This version is updated for Flutter 3.38 and Dart 3.10. | |
| # |
NewerOlder