Closed pishguy closed 2 years ago
error: The included part ''CustomButtons/CustomRadioButton.dart'' must have a part-of directive. (part_of_non_part at [custom_radio_grouped_button] lib/custom_radio_grouped_button.dart:6)
this issue can be resolve by replacing this lines:
import 'package:flutter/material.dart'; import '../custom_radio_grouped_button.dart';
part of '../custom_radio_grouped_button.dart';