Skip to content

Commit

Permalink
removed ignore-directives
Browse files Browse the repository at this point in the history
  • Loading branch information
Satyam Jha committed Jan 28, 2025
1 parent 7077fe8 commit b8873f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions lib/custom_painters/language_icon.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// ignore_for_file: talawa_api_doc
// ignore_for_file: talawa_good_doc_comments

import 'package:flutter/material.dart';

///This class draws the language icon using custom paint.
///
///CustomPaint is a widget from the Flutter SDK, which enables
/// you to use a canvas to draw different shapes.
class LanguageIcon extends CustomPainter {
Expand Down
4 changes: 1 addition & 3 deletions lib/custom_painters/talawa_logo.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// ignore_for_file: talawa_api_doc
// ignore_for_file: talawa_good_doc_comments

import 'package:flutter/material.dart';

///This class draws the app logo using custom paint.
///
///CustomPaint is a widget from the Flutter SDK, which enables
/// you to use a canvas to draw different shapes.
class AppLogo extends CustomPainter {
Expand Down
4 changes: 1 addition & 3 deletions lib/custom_painters/telegram_logo.dart
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
// ignore_for_file: talawa_api_doc
// ignore_for_file: talawa_good_doc_comments

import 'dart:ui' as ui;

import 'package:flutter/material.dart';

///This class draws the telegram logo using custom paint.
///
///CustomPaint is a widget from the Flutter SDK, which enables
/// you to use a canvas to draw different shapes.
Expand Down
4 changes: 1 addition & 3 deletions lib/custom_painters/whatsapp_logo.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// ignore_for_file: talawa_api_doc
// ignore_for_file: talawa_good_doc_comments

import 'package:flutter/material.dart';

///This class draws the whatsapp logo using custom paint.
///
///CustomPaint is a widget from the Flutter SDK, which enables
/// you to use a canvas to draw different shapes.
class WhatsappLogo extends CustomPainter {
Expand Down

0 comments on commit b8873f0

Please sign in to comment.