Skip to content

Commit

Permalink
handle warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
suragch committed Feb 10, 2023
1 parent e621345 commit f7f26c2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/base/mongol_text_painter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// found in the LICENSE file.

import 'dart:math';
import 'dart:ui' as ui show ParagraphStyle, TextStyle;
import 'dart:ui' as ui show ParagraphStyle;

import 'package:flutter/foundation.dart';
import 'package:flutter/widgets.dart'
Expand Down
2 changes: 2 additions & 0 deletions lib/src/editing/mongol_editable_text.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// ignore_for_file: deprecated_member_use, deprecated_member_use_from_same_package

import 'dart:async';
import 'dart:math' as math;
import 'dart:ui' as ui hide TextStyle;
Expand Down
2 changes: 2 additions & 0 deletions lib/src/editing/mongol_text_field.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// ignore_for_file: deprecated_member_use, deprecated_member_use_from_same_package

import 'package:flutter/cupertino.dart' show CupertinoTheme;
import 'package:flutter/foundation.dart';
import 'package:flutter/gestures.dart';
Expand Down
2 changes: 2 additions & 0 deletions lib/src/editing/text_selection/mongol_text_selection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// ignore_for_file: deprecated_member_use_from_same_package, deprecated_member_use

import 'dart:math' as math;

import 'package:flutter/foundation.dart'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// ignore_for_file: deprecated_member_use

import 'dart:math' as math;

import 'package:flutter/material.dart' show Theme, TextSelectionTheme, Icons;
Expand Down

0 comments on commit f7f26c2

Please sign in to comment.